FoolNLTK icon indicating copy to clipboard operation
FoolNLTK copied to clipboard

A Chinese Nature Language Toolkit

Results 14 FoolNLTK issues
Sort by recently updated
recently updated
newest added

First, I have installed tensorflow==1.13.1 and numpy==1.16.2, but a error still occurs "No module named 'tensorflow.python.training.checkpointable'. "

博主好,foolnltk使用时发现加载用户字典不起作用,不知道是什么原因导致的,具体如下: 环境:win10+python3.6 fool.analysis('阿里收购饿了么') 返回:([[('阿里', 'nz'), ('收购', 'v'), ('饿', 'v'), ('了', 'y'), ('么', 'y')]], [[(0, 3, 'company', '阿里')]]) 用户字典格式: 饿了么 10 fool.load_userdict(path) fool.analysis('阿里收购饿了么') 返回:([[('阿里', 'nz'), ('收购', 'v'), ('饿', 'v'), ('了', 'y'),...

bug

/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/bin/python3.6 /Users/altman/IdeaProjects/gopath/src/labs/fool_test/test.py /usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6 return f(*args, **kwds) starting load model Traceback (most recent call last): File "/Users/altman/IdeaProjects/gopath/src/labs/fool_test/test.py", line...

bug