OpenNLP constituency parser

Path pimlico.modules.opennlp.parse
Executable yes

Todo

Document this module

Todo

Replace check_runtime_dependencies() with get_software_dependencies()

Inputs

Name Type(s)
documents TokenizedCorpus or WordAnnotationCorpus with ‘word’ field

Outputs

Name Type(s)
parser ConstituencyParseTreeCorpus

Options

Name Description Type
model Parser model, full path or directory name. If a filename is given, it is expected to be in the OpenNLP model directory (models/opennlp/) string