Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.4 KB

index.md

File metadata and controls

49 lines (37 loc) · 2.4 KB

Documentation Status Pypi version Build Status Scrutinizer Code Quality Coverage Status Requirements Status

Contents

What is it?

py-processors is a Python wrapper for the CLU Lab's processors NLP library. py-processors relies on processors-server.

Requirements

The server component can be run either via docker or directly with java.

Option 1

Option 2

  • ≥ 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+)

Installation

py-processors can be installed via pip. The library also has a jupyter extras module which adds widgets/visualizations to juypter notebooks.

basic installation

pip install py-processors

basic + jupyter notebook widgets

pip install py-processors[jupyter]

bleeding edge

pip install git+https://github.com/clu-ling/py-processors.git

How to use it?

See the walkthrough example