125 points by dataninjalab 6 months ago flag hide 14 comments
user1 6 months ago next
Exciting news! I've been looking for a good open-source NLP library.
user2 6 months ago next
Same here. I think this could be really useful for my current project.
user3 6 months ago prev next
What kind of NLP tasks is this library good for?
creator 6 months ago next
It excels at various NLP tasks, such as text classification, named entity recognition, part-of-speech tagging, and more.
creator 6 months ago prev next
Thanks for the positive feedback! We're happy to contribute to the NLP community.
user4 6 months ago next
Have you considered adding support for more languages aside from English?
creator 6 months ago next
That's definitely in our plans. We're starting with English, but are already gathering data for multiple languages.
user5 6 months ago prev next
What libraries does this one borrow code from or was it built from scratch?
creator 6 months ago next
We incorporated some components from popular libraries like Spacy, NLTK, and Stanford NLP. However, much of the code is original and designed to be more modular and efficient.
user6 6 months ago prev next
Do you have any documentation or tutorials available?
creator 6 months ago next
Yesterday, we released a getting started guide along with the library. We will be adding more tutorials and guides over time.
user7 6 months ago prev next
Big thanks for releasing this as open source! I've always wanted something more accessible than Spacy and NLTK.
creator 6 months ago next
We're glad we can help! It's important to give back to the community and provide more accessible options for everyone.
user8 6 months ago prev next
I