Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
- English syntax highlighter (color by type of part of speech).
- Abbreviation detector heuristically detecting unknown abbrevations based on their location inside text (the hard part) and use of dots or uppercase letters (the easy part). -
stop68675yAn Programm that reads a twitter feed and Tries to detect normal Text and Text with lies.
-
- Missing question mark detector. Analyses a sentence's part-of-speech order and detects sentences wich schould end in a question mark and doesn't (or the other way around).
- Non-neutrality detector. Weights adjectives and tries to detect non-neutrally written sentences.
- Language detection. Detects the language a text is written in.
Hello guys, started learning NLP a week ago. With the book
Do you have any ideas for mini projects? (Something more simple than a chatbot)
question
nlp python