Skip to content

Fixed the constituency error by changing the 'AbstractProcessor' parameter to 'processors'

Luka Jovanovic requested to merge stanza_abstract_processor_fix into development

Before, when using the StanzaTokenizer and StanzaTokenizerLang, there was a faslsely set parameter, called "AbstractProcessor" in the instantiation of the Pipeline. This produces a constituency parser error, which should not be used anyways. This was set to "tokenize" to exclude the other components of the basic Stanza pipeline. Now, with this parameter the error was fixed. (Tested with document 471)

Merge request reports