module documentation

Undocumented

Class MaltParser A class for dependency parsing with MaltParser. The input is the paths to: - a maltparser directory - (optionally) the path to a pre-trained MaltParser .mco model file - (optionally) the tagger to use for POS tagging before parsing - (optionally) additional Java arguments...
Function find_malt_model A module to find pre-trained MaltParser model.
Function find_maltparser A module to find MaltParser .jar file and its dependencies.
Function malt_regex_tagger Undocumented
def find_malt_model(model_filename): (source)

A module to find pre-trained MaltParser model.

def find_maltparser(parser_dirname): (source)

A module to find MaltParser .jar file and its dependencies.

def malt_regex_tagger(): (source)

Undocumented