Skip to content

jman-9/natural-language-processing-practice

Repository files navigation

Practice of Natural Language Processing

Objectives

Needs

  • extracting morphemes
  • making bag-of-words
  • removing stop-words
  • caculating TF-IDF
  • MSE or cross-entropy loss function
  • making 'Category Classifier'
  • cross-validation
  • ...

Achieved

Running Order

  1. test/morpheme-extraction-test
  2. test/bag-of-words-test
  3. test/stop-words-removal-test
  4. test/tf-idf-test
  5. ...