#777 · Primary category: Education & Research
nlp-in-practice
Starter code to solve real world text data problems. Includes: Gensim Word2Vec, phrase embeddings, Text Classification with Logistic Regression, word count with pyspark, simple text preprocessing, pre-trained embeddings and more.
Project last updated:12/02/20
GitHub Stars
1.2K
Forks
785
Contributors
4
License
Other
Why we included this project
This is one of the more practical NLP starter repos out there: a set of small notebooks that cover the text tasks data teams actually run into, like cleaning raw text, pulling keywords out with TF-IDF, training a logistic regression news classifier, and getting Word2Vec to behave. Each example comes with a short tutorial article and its dataset, so you can follow along end to end instead of hunting for inputs. Beginners get clear answers to the fiddly details, such as how TFIDFTransformer differs from TFIDFVectorizer and when to pick HashingVectorizer over CountVectorizer. Because every task is self-contained, the repo works best as a recipe book to lift working patterns from, not as something you deploy. It also holds up as a study companion for the classic Gensim and scikit-learn text pipeline, the one most modern LLM tooling grew out of.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI