https://github.com/burnycoder/natural-language-processing
Natural Lanuage Processing examples using transformer models (BERT), SVM, Bag-of-words, Word vectors, Stemming/Lemmatization, Spell correction using spacy, scikit, regex, nltk, textblob, torch
https://github.com/burnycoder/natural-language-processing
Last synced: 11 months ago
JSON representation
Natural Lanuage Processing examples using transformer models (BERT), SVM, Bag-of-words, Word vectors, Stemming/Lemmatization, Spell correction using spacy, scikit, regex, nltk, textblob, torch
- Host: GitHub
- URL: https://github.com/burnycoder/natural-language-processing
- Owner: BurnyCoder
- Created: 2023-10-23T21:08:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T15:58:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T21:15:06.268Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Natural Language Processing
Natural Lanuage Processing examples using state of the art AI transformer models (BERT), SVM, Bag-of-words, Word vectors, Stemming/Lemmatization, Spell correction using spacy, scikit, regex, nltk, textblob, torch