Skip to content

npit/nlp-semantic-augmentation

Repository files navigation

Text classification with semantic enrichment tool

Dependencies

Install dependencies with:

pip3 install $(cat dependencies)

If tensorflow keeps crashing on import, install version 1.5.0 with:

pip3 install tensorflow==1.5.0

Run

Run a one-time experiment:

# run with default config file config.yml
python3 main.py

# else, specify
python3 main.py myconfig.yml

Run large-scale experiments with this wrapper.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published