Skip to content

The algorithm for comparing the quality of syntactic parsers.

Notifications You must be signed in to change notification settings

maobedkova/SyntParserComparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages