2006年12月06日 星期三 20:53
有人知道用python如何调用哪个dll么,我用ctypes几种方式(windll,cdll,)怎么调用初始化都是返回失败(0)。不知道怎么才能用python包装它呢。 http://www.hylanda.com/cgi-bin/download/download.asp?id=8
2006年12月06日 星期三 20:56
你先在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
2006年12月06日 星期三 21:04
我机器上没有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 >
2006年12月06日 星期三 21:06
我是猜测 对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
2006年12月06日 星期三 22:54
嗯,是不熟悉啊,只是觉得这个如果能让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 >
2006年12月07日 星期四 21:45
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)
2006年12月07日 星期四 22:11
多谢这位英雄,我用了第一个里面调用海量的,可以用了。 另外一个中科院分词,不知道分类质量如何了。 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
2006年12月16日 星期六 02:01
中科院的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
2006年12月16日 星期六 18:25
http://sewm.pku.edu.cn/QA/reference/ICTCLAS/
2006年12月16日 星期六 19:52
多谢,这个我当时有看到,不过只能编译出来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
2006年12月18日 星期一 12:58
ictclas的开源版本是没有dll的,只有商业版才提供。 不过可以把开源版编译成dll阿。
2006年12月18日 星期一 16:02
您好,多谢一次又一次的耐心回复。 我以前下载过,好像名字前面不带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
2006年12月20日 星期三 11:50
你使用的OS和c/c++ IDE是?
2006年12月20日 星期三 15:21
我使用的操作系统是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
2006年12月21日 星期四 12:42
Google "dll" http://www.google.com/search?sourceid=navclient-ff&ie;=UTF-8&rls;=GGGL,GGGL:2006-34,GGGL:zh-CN&q;=dll
2006年12月21日 星期四 15:29
多谢,那我还是先用海量的了。 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
Zeuux © 2025
京ICP备05028076号