Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.34 KB

pimlico.modules.opennlp.parse.rst

File metadata and controls

43 lines (31 loc) · 2.34 KB

OpenNLP constituency parser

Path pimlico.modules.opennlp.parse
Executable yes

Document this module

Inputs

Name Type(s)
documents TarredCorpus<TokenizedDocumentType> or WordAnnotationCorpus <pimlico.datatypes.word_annotations.WordAnnotationCorpus> with 'word' field

Outputs

Name Type(s)
parser ~pimlico.datatypes.parse.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