/NLP

Course projects in Natural Language Processing

Primary LanguageJava

NLP

Course projects in Natural Language Processing

Including below tasks:

  1. Task 1. Dollar Amounts Recognizing Using Regular Expressions
  • Find out money expression in an article
  1. Task 2. POS tagger
  • Mark up a word's Part-of-Speech, based on its context, using Hidden Markov Model
  1. Task 3. Named Entity Tagger
  • Identify noun groups using Maximum Entropy Markov Model
  1. Task 4. Relation tagger
  • Find out ARG1 for % mark
  1. Task 5. Sentimental Analysis and Rating Star
  • Determine a user's attitude positive or negative based on his or her comments to a movie.
  • Rating a movie within rank 1-5 based its comments

See wiki homepage for more information.