Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/337.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 从nltk boxer检索语义谓词和命名实体标记_Python_Nlp_Nltk - Fatal编程技术网

Python 从nltk boxer检索语义谓词和命名实体标记

Python 从nltk boxer检索语义谓词和命名实体标记,python,nlp,nltk,Python,Nlp,Nltk,在使用nltk boxer之后,如何获取语义谓词和命名实体标记 import nltk x = nltk.sem.boxer.Boxer() x.interpret("The quick brown fox jumped.")

在使用nltk boxer之后,如何获取语义谓词和命名实体标记

import nltk
x = nltk.sem.boxer.Boxer()
x.interpret("The quick brown fox jumped.")