- Text processors
- Rule-based IE with Odin
- Annotating text
- API Reference
- A walkthrough example
- Running the tests
- FAQ
- History
py-processors
is a Python wrapper for the CLU Lab's processors
NLP library. py-processors
relies on processors-server
.
The server component can be run either via docker
or directly with java
.
docker
and theclu-ling/processors-server
container
- ≥ Java 8
processor-server
(v3.1.0)- this dependency will be retrieved automatically during installation
- At least 2GB of RAM free for the server (I recommend 3GB+)
py-processors
can be installed via pip
. The library also has a jupyter
extras module which adds widgets/visualizations to juypter
notebooks.
pip install py-processors
pip install py-processors[jupyter]
pip install git+https://github.com/clu-ling/py-processors.git