[go: nahoru, domu]

Skip to content
/ Starsky Public

Natural Language Processing NLP into email body into email subject tags

Notifications You must be signed in to change notification settings

ezzye/Starsky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Starsky Natural Language Processing NLP into email body into email subject tags. It uses snips-nlu (https://github.com/snipsco/snips-nlu) for NLP.

So after cloning repo you need to install language pack.

Installation

pip install snips-nlu

We currently have pre-built binaries (wheels) for snips-nlu and its dependencies for MacOS (10.11 and later), Linux x86_64 and Windows.

For any other architecture/os snips-nlu can be installed from the source distribution. To do so, Rust and setuptools_rust must be installed before running the pip install snips-nlu command.

Language resources

Snips NLU relies on `external language resources`_ that must be downloaded before the library can be used. You can fetch resources for a specific language by running the following command:

python -m snips_nlu download en

Or simply:

snips-nlu download en

The list of supported languages is available at this address.

About

Natural Language Processing NLP into email body into email subject tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published