https://github.com/dedupeio/dedupe-variable-ilcs
Dedupe variable for Illinois Compiled Statute (ILCS) codes
https://github.com/dedupeio/dedupe-variable-ilcs
Last synced: 3 months ago
JSON representation
Dedupe variable for Illinois Compiled Statute (ILCS) codes
- Host: GitHub
- URL: https://github.com/dedupeio/dedupe-variable-ilcs
- Owner: dedupeio
- License: mit
- Created: 2020-03-30T20:33:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T20:42:56.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T16:24:20.984Z (about 2 years ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dedupe-variable-ilcs
Dedupe variable for Illinois Compiled Statute (ILCS) codes.
Part of the [Dedupe.io](https://dedupe.io/) cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data.
## Installation
Install with `pip`:
```
pip install git+https://github.com/dedupeio/dedupe-variable-ilcs.git
```
## Development
Local development requires an installation of Python.
Install development requirements:
```
pip install -e .[tests]
```
Train the `ilcs_parser` model:
```
parserator train training/labeled.xml ilcs_parser
```
The variable should now be ready to use.
### Running tests
Run the tests:
```
pytest
```
All tests should pass.