Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 754 Bytes

File metadata and controls

33 lines (27 loc) · 754 Bytes

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. ...