Python论坛  - 讨论区

标题:[python-chinese] 有人用海量哪个分词么。

2006年12月06日 星期三 20:53

ainulinde ainulinde在gmail.com
星期三 十二月 6 20:53:26 HKT 2006

有人知道用python如何调用哪个dll么,我用ctypes几种方式(windll,cdll,)怎么调用初始化都是返回失败(0)。不知道怎么才能用python包装它呢。
http://www.hylanda.com/cgi-bin/download/download.asp?id=8

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月06日 星期三 20:56

bird devdoer devdoer在gmail.com
星期三 十二月 6 20:56:44 HKT 2006

你先在c下面调用看看 出什么错 有可能少什么文件 或者库版本的问题

2006/12/6, ainulinde <ainulinde at gmail.com>:
>
>
> 有人知道用python如何调用哪个dll么,我用ctypes几种方式(windll,cdll,)怎么调用初始化都是返回失败(0)。不知道怎么才能用python包装它呢。
> http://www.hylanda.com/cgi-bin/download/download.asp?id=8
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
devdoer
devdoer at gmail.com
http://project.mytianwang.cn/cgi-bin/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061206/3fdd450f/attachment-0001.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月06日 星期三 21:04

ainulinde ainulinde在gmail.com
星期三 十二月 6 21:04:53 HKT 2006

我机器上没有c的环境,用他自己带的vc6示例程序是可以正确初始化并且分词的。
我看了程序,也就是先初始化一下,然后对字符串分词。就完了啊。
On 12/6/06, bird devdoer <devdoer at gmail.com> wrote:
> 你先在c下面调用看看 出什么错 有可能少什么文件 或者库版本的问题
>
> 2006/12/6, ainulinde <ainulinde at gmail.com>:
> >
> 有人知道用python如何调用哪个dll么,我用ctypes几种方式(windll,cdll,)怎么调用初始化都是返回失败(0)。不知道怎么才能用python包装它呢。
> > http://www.hylanda.com/cgi-bin/download/download.asp?id=8
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
>
> --
> devdoer
> devdoer at gmail.com
>  http://project.mytianwang.cn/cgi-bin/blog
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月06日 星期三 21:06

bird devdoer devdoer在gmail.com
星期三 十二月 6 21:06:28 HKT 2006

我是猜测 对ctypes不熟 呵呵

2006/12/6, ainulinde <ainulinde at gmail.com>:
>
> 我机器上没有c的环境,用他自己带的vc6示例程序是可以正确初始化并且分词的。
> 我看了程序,也就是先初始化一下,然后对字符串分词。就完了啊。
> On 12/6/06, bird devdoer <devdoer at gmail.com> wrote:
> > 你先在c下面调用看看 出什么错 有可能少什么文件 或者库版本的问题
> >
> > 2006/12/6, ainulinde <ainulinde at gmail.com>:
> > >
> >
> 有人知道用python如何调用哪个dll么,我用ctypes几种方式(windll,cdll,)怎么调用初始化都是返回失败(0)。不知道怎么才能用python包装它呢。
> > > http://www.hylanda.com/cgi-bin/download/download.asp?id=8
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> > --
> > devdoer
> > devdoer at gmail.com
> >  http://project.mytianwang.cn/cgi-bin/blog
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
devdoer
devdoer at gmail.com
http://project.mytianwang.cn/cgi-bin/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061206/c2a5ae09/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月06日 星期三 22:54

ainulinde ainulinde在gmail.com
星期三 十二月 6 22:54:38 HKT 2006

嗯,是不熟悉啊,只是觉得这个如果能让python用上,对我们来说也挺有用啊。
所以来问问是不是有人做过了,俺自己是折腾了一阵子。。。没弄出来。
On 12/6/06, bird devdoer <devdoer at gmail.com> wrote:
> 我是猜测 对ctypes不熟 呵呵
>
>
> 2006/12/6, ainulinde <ainulinde at gmail.com>:
> > 我机器上没有c的环境,用他自己带的vc6示例程序是可以正确初始化并且分词的。
> > 我看了程序,也就是先初始化一下,然后对字符串分词。就完了啊。
> > On 12/6/06, bird devdoer <devdoer at gmail.com> wrote:
> > > 你先在c下面调用看看 出什么错 有可能少什么文件 或者库版本的问题
> > >
> > > 2006/12/6, ainulinde <ainulinde at gmail.com>:
> > > >
> > >
> 有人知道用python如何调用哪个dll么,我用ctypes几种方式(windll,cdll,)怎么调用初始化都是返回失败(0)。不知道怎么才能用python包装它呢。
> > > >
> http://www.hylanda.com/cgi-bin/download/download.asp?id=8
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to
> > > python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > > Detail Info:
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> > > --
> > > devdoer
> > > devdoer at gmail.com
> > >  http://project.mytianwang.cn/cgi-bin/blog
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> > > python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info:
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
>
> --
> devdoer
> devdoer at gmail.com
> http://project.mytianwang.cn/cgi-bin/blog
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月07日 星期四 21:45

twinsant twinsant在gmail.com
星期四 十二月 7 21:45:09 HKT 2006

Python与中文分词
http://computer.mblogger.cn/twinsant124/posts/59422.aspx

Python与中文分词(2)
http://computer.mblogger.cn/twinsant124/posts/59464.aspx

-- 
Practice make Perfect.

My Homepage: http://twinsant.googlepages.com (Chinese)

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月07日 星期四 22:11

ainulinde ainulinde在gmail.com
星期四 十二月 7 22:11:17 HKT 2006

多谢这位英雄,我用了第一个里面调用海量的,可以用了。
另外一个中科院分词,不知道分类质量如何了。

On 12/7/06, twinsant <twinsant at gmail.com> wrote:
> Python与中文分词
> http://computer.mblogger.cn/twinsant124/posts/59422.aspx
>
> Python与中文分词(2)
> http://computer.mblogger.cn/twinsant124/posts/59464.aspx
>
> --
> Practice make Perfect.
>
> My Homepage: http://twinsant.googlepages.com (Chinese)
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月16日 星期六 02:01

ainulinde ainulinde在gmail.com
星期六 十二月 16 02:01:08 HKT 2006

中科院的ICTCLAS下载不到包含dll的版本了。哪位有么。
On 12/7/06, twinsant <twinsant at gmail.com> wrote:
> Python与中文分词
> http://computer.mblogger.cn/twinsant124/posts/59422.aspx
>
> Python与中文分词(2)
> http://computer.mblogger.cn/twinsant124/posts/59464.aspx
>
> --
> Practice make Perfect.
>
> My Homepage: http://twinsant.googlepages.com (Chinese)
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月16日 星期六 18:25

twinsant twinsant在gmail.com
星期六 十二月 16 18:25:04 HKT 2006

http://sewm.pku.edu.cn/QA/reference/ICTCLAS/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月16日 星期六 19:52

ainulinde ainulinde在gmail.com
星期六 十二月 16 19:52:52 HKT 2006

多谢,这个我当时有看到,不过只能编译出来exe文件,没有dll文件啊。

On 12/16/06, twinsant <twinsant at gmail.com> wrote:
> http://sewm.pku.edu.cn/QA/reference/ICTCLAS/
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月18日 星期一 12:58

twinsant twinsant在gmail.com
星期一 十二月 18 12:58:06 HKT 2006

ictclas的开源版本是没有dll的,只有商业版才提供。

不过可以把开源版编译成dll阿。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月18日 星期一 16:02

ainulinde ainulinde在gmail.com
星期一 十二月 18 16:02:34 HKT 2006

您好,多谢一次又一次的耐心回复。
我以前下载过,好像名字前面不带free的,现在下载的这个版本前面有个free的前缀,而且没有dll了,我对c++语言不熟悉,没接触过vc。所以不太清除怎么实现。能再烦劳一下说说要怎么改动么,我好试着编译一下。
On 12/18/06, twinsant <twinsant at gmail.com> wrote:
> ictclas的开源版本是没有dll的,只有商业版才提供。
>
> 不过可以把开源版编译成dll阿。
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月20日 星期三 11:50

twinsant twinsant在gmail.com
星期三 十二月 20 11:50:01 HKT 2006

你使用的OS和c/c++ IDE是?

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月20日 星期三 15:21

ainulinde ainulinde在gmail.com
星期三 十二月 20 15:21:19 HKT 2006

我使用的操作系统是windows server 2003
c/c++ide ...本来没有装,看到海量后装了一个vc6,如果有需要也可以装个别的版本了。
python是2.5版本。

On 12/20/06, twinsant <twinsant at gmail.com> wrote:
> 你使用的OS和c/c++ IDE是?
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月21日 星期四 12:42

twinsant twinsant在gmail.com
星期四 十二月 21 12:42:47 HKT 2006

Google "dll"
http://www.google.com/search?sourceid=navclient-ff&ie;=UTF-8&rls;=GGGL,GGGL:2006-34,GGGL:zh-CN&q;=dll

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月21日 星期四 15:29

ainulinde ainulinde在gmail.com
星期四 十二月 21 15:29:18 HKT 2006

多谢,那我还是先用海量的了。
On 12/21/06, twinsant <twinsant at gmail.com> wrote:
> Google "dll"
> http://www.google.com/search?sourceid=navclient-ff&ie;=UTF-8&rls;=GGGL,GGGL:2006-34,GGGL:zh-CN&q;=dll
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号