nlpo3 1.4.0

Thai natural language processing library, with Python and Node bindings
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: 2024 PyThaiNLP Project
// SPDX-License-Identifier: Apache-2.0

mod dict_reader;
pub mod newmm;
pub(crate) mod tcc;
pub mod tokenizer_trait;
mod trie_char;