Pattern
NLTK
Pattern | NLTK | |
---|---|---|
3 | 69 | |
8,790 | 13,932 | |
0.3% | 0.9% | |
0.0 | 9.2 | |
10 months ago | 13 days ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Pattern
-
Show HN: A tool to analyze Hacker News sentiment on any term in seconds
There’s some old work [1] that conceptualized sentiment as an interplay between subjectivity and sentiment. The more subjective a statement, the more “range” sentiment gets. I think this is what you are getting at.
I don’t think it ever gained traction, probably because people aren’t interested in creating an actual theory of sentiment that matches the real world.
[1]: https://github.com/clips/pattern/wiki/pattern-en#sentiment
-
Discussion Thread
if you're curious about the nitty gritty, the parsing module's documentation is well written and doesn't require a comp sci or linguistics degree to get the gist of what's happening.
-
What would an interesting and applicable PhD topic?
Spacy. If you have time, explore nltk (the NLTK book is actually a really good place to start). I'm kind of fond of the https://github.com/clips/pattern -- it doesn't get the appreciation it deserves
NLTK
-
Mastering the Art of Conversational AI: Insights and Implementations with Python
We can use NLTK, a powerful library for Python that provides easy-to-use interfaces to over 50 corpora and lexical resources.
-
Create a Question/Answer Chatbot in Python
Using the NTLK Natural Language Toolkit
- NLTK version 3.8.2 is no longer available on PyPI
- Nltk version 3.8.2 is no longer available on PyPI
-
350M Tokens Don't Lie: Love and Hate in Hacker News
Is this just using LLM to be cool? How does pure LLM with simple "In the scale between 0-10"" stack up against traditional, battle-tested sentiment analysis tools?
Gemini suggests NLTK and spaCy
https://www.nltk.org/
https://spacy.io/
-
Building a local AI smart Home Assistant
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/
-
Sorry if this is a dumb question but is the main idea behind LLMs to output text based on user input?
Check out https://www.nltk.org/ and work through it, it'll give you a foundational understanding of how all this works, but very basically it's just a fancy auto-complete.
-
Best Portfolio Projects for Data Science
NLTK Documentation
- Where to start learning NLP ?
-
Is there a programmatic way to check if two strings are paraphrased?
If this is True, then you need also Natural Language Toolkit to process the words.
What are some alternatives?
spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python
TextBlob - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
quepy - A python framework to transform natural language questions to queries in a database query language.
Stanza - Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages