Course projects in Natural Language Processing
Including below tasks:
- Task 1. Dollar Amounts Recognizing Using Regular Expressions
- Find out money expression in an article
- Task 2. POS tagger
- Mark up a word's Part-of-Speech, based on its context, using Hidden Markov Model
- Task 3. Named Entity Tagger
- Identify noun groups using Maximum Entropy Markov Model
- Task 4. Relation tagger
- Find out ARG1 for % mark
- 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.