parserator icon indicating copy to clipboard operation
parserator copied to clipboard

:bookmark: A toolkit for making domain-specific probabilistic parsers

Results 9 parserator issues
Sort by recently updated
recently updated
newest added

This should be a pretty straightforward PR to remove deprecated versions of Python and add support for the latest versions. Mostly to do this I just removed compatibility shims and...

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine docs/index.rst. 2. Search for `represention`. # Expected Behaviour 1. Should read `representation`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...

python 2.7 :~/parser$ parserator init test_123 Initializing directories for test_123 * test_123 * raw * training * tests Generating __init__.py Traceback (most recent call last): File "/home/joerib/.local/bin/parserator", line 8, in...

I follow the document and have the following error? Could you help? I have ensure my windows terminal is running in UTF-8 already: D:\playground\testParser>python Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018,...

How can I create an initial model file for training? I run with this command and it returns me this error "ModuleNotFoundError: No module named 'mymodel" parserator label unlabeled/rawstrings.csv labeled_xml/labeled.xml...

Thanks for all the hard work on this! Parserator has definitely made it easy to create a model with crfsuite. As I dig into fine tuning my model, I'd like...

shouldn't create file for leftover unlabeled strings when `raw_strings_left` is empty https://github.com/datamade/parserator/blob/master/parserator/manual_labeling.py#L216

After iterating through and printing each token in preds (which is a generator), preds is now empty. This means that if the user provides input 'n', manualTagging() is given an...

The XML parsing logic for labeled data currently produces empty values for any XML comment elements in the input. XML comments are handy for organizing labeled examples into different use...