Skip to content

Python class for the command line NLP Engine executable

Notifications You must be signed in to change notification settings

VisualText/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python for NLP++

You will find python scripts that allow you to call the NLP++ engine in a variety of ways.

Files in This Repository

  1. nlpengine.py: the NLPEngine python class that calls nlp.exe to run NLP++ text analyzers
  2. nlpengine-example.py: an example using the NLPEngine python class in nlpengine.py.
  3. nlpplus.py: a python script that uses the native NLPPlus python package.
  4. deaccent.py: a script to deaccent a file (does not call NLP++).

Python Class for NLP++

This is a simple class that calls the NLP Engine as a command line executable. This is suitable for tasks that are not meant for production.

  • nlpengine.py: the NLPEngine python class that calls nlp.exe to run NLP++ text analyzers
  • nlpengine-example.py: an example using the NLPEngine python class in nlpengine.py.

NLP Engine Command Line Executable

For this python class to work, you must have the NLP Engine command line executable somewhere on your system. These are found in separate repositories for each operating system:

NLPPlus Python Package Now Released

The NLPPlus Python Package is released and can be found at https://pypi.org/project/NLPPlus/, or you can install it via pip:

pip install NLPPlus

Here you will find a script for using the NLPPlus Python Package. This is a native C++ package for Python. The Python script nlpplus.py explains how to download, install, and use the package.

  • nlpplus.py: a python script that uses the native NLPPlus python package.

About

Python class for the command line NLP Engine executable

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages