- implementing an example code about natural language processing for C++
- only for Korean language
- practicing chapter 6 of the book descripted on https://github.com/freelec/ai-math-book
extracting morphemesmaking bag-of-wordsremoving stop-wordscaculating TF-IDF- MSE or cross-entropy loss function
- making 'Category Classifier'
- cross-validation
- ...
- extracting morphemes using mecab-ko
- making bag-of-words
- removing stop-words
- caculating TF-IDF
- ...
- test/morpheme-extraction-test
- test/bag-of-words-test
- test/stop-words-removal-test
- test/tf-idf-test
- ...