Python Nltk

Open-source Python projects categorized as Nltk

Top 20 Python Nltk Projects

  • NLTK

    NLTK Source

  • Project mention: Building a local AI smart Home Assistant | news.ycombinator.com | 2024-01-13

    alternatively, could we not simply split by common characters such as newlines and periods, to split it within sentences? it would be fragile with special handling required for numbers with decimal points and probably various other edge cases, though.

    there are also Python libraries meant for natural language parsing[0] that could do that task for us. I even see examples on stack overflow[1] that simply split text into sentences.

    [0]: https://www.nltk.org/

  • TextBlob

    Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.

  • Project mention: Using EvaDB to build AI-enhanced apps | dev.to | 2024-01-10

    TextBlob is a Python toolkit for text processing. It offers some common NLP functionalities such as part-of-speech tagging and noun phrase extraction. We’ll use TextBlob in our project to perform some quick sentiment analysis on tweets.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stocksight

    Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis

  • ai-chatbot-framework

    A python chatbot framework with Natural Language Understanding and Artificial Intelligence.

  • rake-nltk

    Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.

  • Python-ai-assistant

    Python AI assistant 🧠

  • Project mention: Jarvis: A Voice Virtual Assistant in Python (OpenAI, ElevenLabs, Deepgram) | news.ycombinator.com | 2023-12-18

    There is another one (Also Jarvis) that's been around for a while and is more useful, wonder if they can combine forces? https://github.com/ggeop/Python-ai-assistant

    Not sure if anyone has noticed but OpenAI now has a mobile app (I've been using the PWA all this time) and the voice assistant on there is really strong. Sounds good, fast, and seems to even run a pass on my voice before it submits the query.

  • cltk

    The Classical Language Toolkit (by cltk)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Watcher

    Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS. (by Felix83000)

  • bibaandboba

    Python package for analyzing Telegram chats and finding correlations between people

  • orange3-text

    🍊 :page_facing_up: Text Mining add-on for Orange3

  • Project mention: Ask HN: What Underrated Open Source Project Deserves More Recognition? | news.ycombinator.com | 2024-03-07
  • Sentiment-analysis-of-financial-news-data

    Sentiment Analysis of news on stock prices

  • dialog

    RAG LLM Ops App for easy deployment and testing (by talkdai)

  • Project mention: Humanized conversation API without exposing that it is a response made by LLM | news.ycombinator.com | 2023-11-25
  • twitter-stock-sentiment

    Use twitter to get live and trending stock sentiment!

  • anime_wordclouds

    Anime wordclouds

  • teller_of_tales

    Create narrated video story from book chapter using NLP, OpenAI and StableDiffusion.

  • Precis

    Scrape news articles and summarize them using NLP

  • tsdae

    Tranformer-based Denoising AutoEncoder for Sentence Transformers Unsupervised pre-training.

  • Project mention: Tranformer-based Denoising AutoEncoder for ST Unsupervised pre-training | news.ycombinator.com | 2024-02-04

    A new PyPI package for training sentence embedding models in just 2 lines.

    The acquisition of sentence embeddings often necessitates a substantial volume of labeled data. However, in many cases and fields, labeled data is rarely accessible, and the procurement of such data is costly. In this project, we employ an unsupervised process grounded in pre-trained Transformers-based Sequential Denoising Auto-Encoder (TSDAE), introduced by the Ubiquitous Knowledge Processing Lab of Darmstadt, which can realize a performance level reaching 93.1% of in-domain supervised methodologies.

    The TSDAE schema comprises two components: an encoder and a decoder. Throughout the training process, TSDAE translates tainted sentences into uniform-sized vectors, necessitating the decoder to reconstruct the original sentences utilizing this sentence embedding. For good reconstruction quality, the semantics must be captured well in the sentence embeddings from the encoder. Subsequently, during inference, the encoder is solely utilized to form sentence embeddings.

    GitHub : https://github.com/louisbrulenaudet/tsdae

    Installation :

  • lyricsavant

    Lyric Savant is a data-driven User Interface that leverages the Lyrics Genius API to webscrape an artist's lyrics and display a module that includes their biographical information, a sample of their lyrics, and statistical insights regarding their vocabulary and polarity scores of their lyrics.

  • News-Sense

    A Streamlit app based on Python that fetches top news articles from the News API, generates a summary of each article using the OpenAI GPT-3 model, analyzes the sentiment of the article using the NLTK library, and classifies the article into different categories based on keywords.

  • Project mention: Making sense of the news with GPT-3, NLTK, Python and Streamlit | dev.to | 2023-07-18

    You can find the code for News 📰 Sense and instructions to use it at https://github.com/tanmaychk/News-Sense. Before starting, make sure you have the following:

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Nltk related posts

  • Using EvaDB to build AI-enhanced apps

    2 projects | dev.to | 10 Jan 2024
  • Sorry if this is a dumb question but is the main idea behind LLMs to output text based on user input?

    2 projects | /r/LocalLLaMA | 11 Dec 2023
  • Best Portfolio Projects for Data Science

    3 projects | dev.to | 19 Sep 2023
  • Where to start learning NLP ?

    1 project | /r/datascience | 11 Jul 2023
  • Is there a programmatic way to check if two strings are paraphrased?

    1 project | /r/learnpython | 15 Jun 2023
  • [CROSS-POST] What programming language should I learn for corpus linguistics?

    1 project | /r/learnprogramming | 9 Jun 2023
  • Transition to ml, starting with LLM

    1 project | /r/datascience | 17 May 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Nltk projects in Python? This list will help you:

Project Stars
1 NLTK 13,054
2 TextBlob 8,956
3 stocksight 2,004
4 ai-chatbot-framework 1,917
5 rake-nltk 1,034
6 Python-ai-assistant 859
7 cltk 820
8 Watcher 797
9 bibaandboba 136
10 orange3-text 124
11 Sentiment-analysis-of-financial-news-data 118
12 dialog 57
13 twitter-stock-sentiment 9
14 anime_wordclouds 8
15 teller_of_tales 6
16 Precis 3
17 tsdae 3
18 Tf-Idf_Search 2
19 lyricsavant 1
20 News-Sense 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com