zatonovo / nlp_ex

Example apps for natural language processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example natural language processing tools for my course Statistical Natural Language Processing at Baruch College.

What's inside

Alogrithms include an implementation of the Viterbi algorithm for HMMs and sample code for detecting similarities using a simple cosine similarity using TF-IDF matrix.

Usage

Source each file in the R directly individually. Eventually, I'll turn this into a proper package.

About

Example apps for natural language processing

License:MIT License


Languages

Language:R 83.4%Language:Python 12.6%Language:Makefile 4.0%