From 97532938d70ab08f46751be96a88b38da60f5eb9 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Mon, 8 Nov 2021 08:03:43 +0000 Subject: [PATCH] Update README.md --- nlpo3-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlpo3-python/README.md b/nlpo3-python/README.md index 23fbd65..7bf931f 100644 --- a/nlpo3-python/README.md +++ b/nlpo3-python/README.md @@ -17,7 +17,7 @@ Python binding for nlpO3, a Thai natural language processing library in Rust. ## Dictionary file -- For the interest of library size, nlpO3-python does not assume what dictionary the developer would like to use. +- For the interest of library size, nlpO3 does not assume what dictionary the developer would like to use. It does not come with a dictionary. A dictionary is needed for the dictionary-based word tokenizer. - For tokenization dictionary, try - [words_th.tx](https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/corpus/words_th.txt) from [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp/) - around 62,000 words (CC0)