Malt dependency parser

Path pimlico.modules.malt.parse
Executable yes

Todo

Document this module

Todo

Replace check_runtime_dependencies() with get_software_dependencies()

Inputs

Name Type(s)
documents CoNLLDependencyParseInputCorpus

Outputs

Name Type(s)
parsed CoNLLDependencyParseCorpus

Options

Name Description Type
model Filename of parsing model, or path to the file. If just a filename, assumed to be Malt models dir (models/malt). Default: engmalt.linear-1.7.mco, which can be acquired by ‘make malt’ in the models dir string
no_gzip By default, we gzip each document in the output data. If you don’t do this, the output can get very large, since it’s quite a verbose output format bool