Skip to content

Repository files navigation

Wester

Wester is an raw, Open Source, quintgram NLP. It's current release (C2) has a 4.5M-token corpus.

Compatability

As Wester is written fully in python, it runs on any machine, that can use python. Atleast Python 3 is required.

user@pc: cd yourFileLocation/Wester
user@pc: py main.py 

Architecture

wester/
├── data/                           # Wester's corpus data
├── main.py
├── pipeline.py
├── ngrams.py
├── loader.py
├── tokenizer.py
├── tfidf.py
├── sentiment.py
├── cleaner.py
├── stopwords.py
├── frequency.py
├── OPT-IN.md                       # Opt-In instructions
├── LICENSE.md
└── README.md

License

Wester can be used under the GNU General Public License v3.0

About

Wester is an raw, open source, quintgram NLP model. It features an 4.5M-token corpus.

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages