berkeley-parser-analyser
Parser error classifier
Classifies mistakes in parser output by categorizing errors into types such as missing, crossing, or extra tokens.
A tool for classifying mistakes in the output of parsers
41 stars
4 watching
9 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
classifies-errorserror-analysisnatural-language-processingnlpparsephrase-structure-treepythonsyntaxvisualisationvisualizationvisualizer
Related projects:
Repository | Description | Stars |
---|---|---|
jkkummerfeld/berkeley-coreference-analyser | Analyze and classify errors in coreference resolution output | 29 |
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
djcp/linnaeus | A Redis-backed system for classifying documents into categories based on their content. | 38 |
kevincobain2000/sentiment_classifier | A Python library for sentiment analysis using word sense disambiguation and machine learning algorithms. | 172 |
johannesbuchner/languagecheck | A tool to analyze and improve the language of scientific papers before submission. | 97 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
jpbarrette/moman | A suite of tools for linguistic analysis and correction, including finite state automata manipulation and string correction algorithms. | 28 |
tbroyer/gradle-errorprone-plugin | A Gradle plugin that enables the use of Error Prone compiler for Java code analysis | 368 |
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
ucsb-seclab/packware | This project investigates how machine learning classifiers perform when using static analysis features on packed binaries. | 83 |
chaijs/check-error | Utility module providing methods to compare and analyze error objects in Node.js and the browser. | 14 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
davidavdav/rocanalysis.jl | A tool for analyzing and evaluating probabilistic binary classifiers | 32 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |