pytext
Pattern
pytext | Pattern | |
---|---|---|
- | 3 | |
6,354 | 8,764 | |
- | -0.0% | |
7.8 | 0.0 | |
over 2 years ago | 8 months ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
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.
pytext
We haven't tracked posts mentioning pytext yet.
Tracking mentions began in Dec 2020.
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
What are some alternatives?
Stanza - Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
TextBlob - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
stanfordnlp - [Deprecated] This library has been renamed to "Stanza". Latest development at: https://github.com/stanfordnlp/stanza
spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python
PyTorch-NLP - Basic Utilities for PyTorch Natural Language Processing (NLP)
NLTK - NLTK Source
quepy - A python framework to transform natural language questions to queries in a database query language.
textacy - NLP, before and after spaCy
Jieba - 结巴中文分词
SnowNLP - Python library for processing Chinese text