X Tutup
The Wayback Machine - https://web.archive.org/web/20201210125430/https://github.com/datamade/ilcs-parser
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ilcs-parser

Probabilistic parser for tagging data that references the Illinois Compiled Statutes (ILCS).

Installation

Install with pip:

pip install git+https://github.com/datamade/ilcs-parser.git

Development

Local development requires an installation of Python.

Install development requirements:

pip install -e .[tests]

Train the model:

parserator train training/labeled.xml ilcs_parser

Parse away!

Running tests

Run the tests:

pytest

All tests should pass.

About

📜Probabilistic parser for tagging data that references the Illinois Compiled Statutes (ILCS).

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup