Skip to content

NLP implementations like information-theoretic measures of distributional similarity, text preprocessing using shell commands, Naive Bayes text categorization model, Cocke-Younger-Kasami parsing.

License

Notifications You must be signed in to change notification settings

chandnii7/Natural-Language-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Processing

  1. Information-theoretic measures of distributional similarity
    • Entropy
    • Cross entropy
    • Kullback-Leibler divergence
    • Jensen-Shannon divergence
  2. Text preprocessing using Shell commands
  3. Naive Bayes text categorization model
  4. Cocke-Younger-Kasami parsing implementation

HW1 - Information-theoretic measures of distributional similarity

  • Entropy

* Cross entropy

* Kullback-Leibler divergence

* Jensen-Shannon divergence


HW2 - Text preprocessing using Shell commands


HW3 - Naive Bayes text categorization model


HW4 - Cocke-Younger-Kasami parsing implementation