cleartk

Parse raw text with MaltParser in Java

℡╲_俬逩灬. 提交于 2019-12-07 18:43:39
问题 I found that NLKT in python does it via *raw_parse* function but I need to use Java. I found cleartk has a MaltParser wrapper but there is no documentation about it. I'm looking for a function or a project that first converts raw English text to conll file that MaltParser can use and parses it with MaltParser. Any help is appreciated. 回答1: There are examples coming with the MaltParser 1.7.2 distribution in the folder examples/apiexamples/srcex . However, these examples only show how to run

Parse raw text with MaltParser in Java

梦想的初衷 提交于 2019-12-05 21:05:40
I found that NLKT in python does it via *raw_parse* function but I need to use Java. I found cleartk has a MaltParser wrapper but there is no documentation about it. I'm looking for a function or a project that first converts raw English text to conll file that MaltParser can use and parses it with MaltParser. Any help is appreciated. There are examples coming with the MaltParser 1.7.2 distribution in the folder examples/apiexamples/srcex . However, these examples only show how to run the MaltParser programmatically after tokenization and pos-tagging have already been performed (and after the