Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilpinnaparaju committed Aug 24, 2019
1 parent 1f555bd commit 186841e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@ Metacello new

## List of Supported Features

* Tokenization
* Stemming
* POS-tagging
* TF-IDF
* N-gram Language Model
* Metrics (cosine similarity, euclidean distance, etc.)
- Tokenization
- N-grams
- Term Frequency-Inverse Document Frequency Scoring
- N-Gram Language Modelling
- Stemming
- Part of Speech Tagging
- Named Entity Recognizer
- Dependency Parser
- Modified Atlas Bridge
- Common Vector Metrics

## More
For more resources checkout the [Project Report](https://gist.github.com/nikhilpinnaparaju/1ebdc5899e5f9bc90c64b92d3d4cde54)

0 comments on commit 186841e

Please sign in to comment.