Skip to content
#

lemmatization

Here are 114 public repositories matching this topic...

This is the basics of Natural Language Processing with NLTK python library. I have used Bag of words and TF IDF techniques for word vectorization for the machine learning model to train the model on. Before applying techniques I have used Stemming and Lemmatization on text data to transform text data into meaningful important words. Of course Le…

  • Updated Aug 28, 2020
  • Python

Documents and queries are represented as vectors. Each dimension corresponds to a separate term. If a term occurs in the document, its value in the vector is non-zero. Several different ways of computing these values, also known as (term) weights, have been developed. One of the best known schemes is tf-idf weighting (see the example below). The…

  • Updated Apr 23, 2020
  • Python

NLP Explorer is an interactive Streamlit app that lets users explore various NLP techniques like Tokenization, POS Tagging, Stemming, Lemmatization, and NER. It provides real-time analysis of text, making it a great tool for learning and experimenting with NLP concepts.

  • Updated Nov 13, 2024
  • Python

Improve this page

Add a description, image, and links to the lemmatization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lemmatization topic, visit your repo's landing page and select "manage topics."

Learn more