tim5go / zhopenie

Chinese Open Information Extraction (Tree-based Triple Relation Extraction Module)
119 stars 26 forks source link

标签 #7

Closed CaoJonas closed 5 years ago

CaoJonas commented 5 years ago

SementicRoleLabeller.label(SementicRoleLabeller, VectorOfString, VectorOfString, VectorOfString, VectorOfParseResult) did not match C++ signature: label(struct SementicRoleLabeller {lvalue}, class boost::python::list, class boost::python::list, class std::vector<struct std::pair<int,class std::basic_string<char,struct std::char_traits,class std::allocator > >,class std::allocator<struct std::pair<int,class std::basic_string<char,struct std::char_traits,class std::allocator > > >

师兄,你好,请问你有没有碰到这种情况,我在网页上也没找到相关的解决办法,师兄能不能帮忙看一下,我用的下面的环境 pyltp == 0.2.1 ltp == 3.4.0 python3.6

tim5go commented 5 years ago

@CaoJonas You should use: Python 2.7 ltp == 3.3.1

CaoJonas commented 5 years ago

谢谢