Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SyntParserComparator

The algorithm was written for comparing the quality of different syntactic parsers (RuSyntax, SyntaxNet, UDPipe). Now it is rewritten for comparing the output of a syntactic parser and a golden standard and measuring the quality of the syntactic parser output.

How to use

import compare_parsers
compare_parsers(<path to golden standard file>,
                <path to syntactic parser output>)

NB! Works only with conll(u) format.

NB! numpy==1.11.3 is required.

About

The algorithm for comparing the quality of syntactic parsers.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages