/awesome-NLP

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

TODO:

[] word2vec [] Tensorflow's embedding projector [] tokenizers [] tfidf [] RandomForestClassifier [] Support Vector Machine [] Naive Bayes Classifier

Template repository for Python project

🚀 Features

Code Quality

  • black
  • isort
  • flake8
  • editorconfig

Github Actions

Other

  • Commit template
  • Issue, PR Template
  • Add dummy test code
  • Auto-close stale issue

📄 Guideline

1. Setup

  • precommit, style, pytest, gitmessage, requirements
make setup

2. Writes your own code! ✏️

Don't forget to update the README!

⬆️ Contributing

1. Test

make test

2. Execute code formatting & Check lint

make style