-
请问cppjieba的CUT系列函数是否线程安全呢?
-
../vendor/github.com/yanyiwu/gojieba/jieba.cpp:5:10: fatal error: 'cppjieba/Jieba.hpp' file not found
godep之后报文件不存在
-
https://github.com/yanyiwu/cppjieba/blob/6aff1f637c784c27af6bb0868a94ba22617e65b0/deps/limonp/StdExtension.hpp#L32
我猜测这个宏是为了方便,但是使用宏定义这种方式在这里是不是不如定义为一个函数更为通用和健壮?使用宏会与其他代码有所冲突:
我在项目中引入了两个外部库 cppjie…
-
```
/*
* TextRank.hpp
*
* Created on: 2015年7月7日
* Author: oliverlwang
*/
#ifndef TEXTRANK_H_
#define TEXTRANK_H_
#include "UndirectWeightedGraph.hpp"
namespace CppJieba
{
class TextRank
…
-
请问,cppjieba支持命名实体识别么?在介绍中没有看到这个功能。
-
https://github.com/yanyiwu/nodejieba/blob/40cbeddcb3d54ffc8df1c203a6fd5eeaabe3e6aa/deps/cppjieba/HMMSegment.hpp#L81
Nxys updated
2 months ago
-
```
PS C:\Users\wuao\cppjieba\build2> mingw32-make.exe test
Running tests...
Test project C:/Users/wuao/cppjieba/build2
Start 1: ./test/test.run
1/3 Test #1: ./test/test.run .................…
-
现在的buffer大小是多少?
是include/cppjieba/Trie.hpp这个中const size_t MAX_WORD_LENGTH = 512的大小?是的话可否设置为2048?
-
环境:vscode ,mingw-w64-v8.0.0 安装结巴候,编译报错了,我卸载掉了mingw-w64 也不
附件加载了错误日志,麻烦看看谢谢!
[jieba_error.txt](https://github.com/yanyiwu/gojieba/files/5744071/jieba_error.txt)
行
-
![tim 20180721132902](https://user-images.githubusercontent.com/4686802/43032556-7328430e-8cec-11e8-8bc2-a8a7b277f654.png)
输出乱码,参照了该https://github.com/yanyiwu/cppjieba/issues/62 修改,仍输出乱码,并且分词一次的…