Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

哪位朋友能把C++jieba打包成DLL #103

Open
k39k39 opened this issue Jan 21, 2018 · 5 comments
Open

哪位朋友能把C++jieba打包成DLL #103

k39k39 opened this issue Jan 21, 2018 · 5 comments

Comments

@k39k39
Copy link

k39k39 commented Jan 21, 2018

因为对C++不熟悉,想在delphi中调用这个DLL,求大侠出手

@k39k39
Copy link
Author

k39k39 commented Jan 25, 2018

已经用https://github.com/yanyiwu/cjieba的C语言接口做好DLL了,这里可以下载http://download.csdn.net/download/k39k39/10223492

现在有一个问题,如果词库较大,初始化加载容易报错,不知道怎么解决。

@TangMonk
Copy link

TangMonk commented Sep 8, 2019

@k39k39 请问找到解决方案了吗?

@4daJKong
Copy link

4daJKong commented Aug 9, 2022

已经用https://github.com/yanyiwu/cjieba的C语言接口做好DLL了,这里可以下载http://download.csdn.net/download/k39k39/10223492

现在有一个问题,如果词库较大,初始化加载容易报错,不知道怎么解决。

CSDN上还要缴费,请问这个是开源的吗,能在github上分享一下吗,十分感谢

@byronhe
Copy link
Contributor

byronhe commented Aug 11, 2022

https://github.com/yanyiwu/gojieba/blob/master/jieba.cpp

这个 cpp 文件可以编译成 DLL

@einsto
Copy link

einsto commented Jun 10, 2024

jieba.zip

函数原型在dllmain.cpp

stdcall 调用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants