2017-05-09 13 views

答えて

0

スタンフォードCoreNLPからTAC-KBP関係を取得するためのコマンド例です:

java -Xmx8g edu.stanford.nlp.pipeline.StanfordCoreNLP -props StanfordCoreNLP-chinese.properties -annotators tokenize,ssplit,pos,lemma,ner,parse,mention,coref,entitymentions,kbp -file example.txt -outputFormat text 
関連する問題