1
svardik
4y

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)

Comments
  • 0
    Comment1
  • 0
    Comment2
  • 1
    Comment3
  • 1
    - 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).
  • 1
    An Programm that reads a twitter feed and Tries to detect normal Text and Text with lies.
  • 2
    - 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.
  • 1
    A program that answers the question , "Was this post written by a bot or a human?"
Add Comment