搜索资源列表
Ngrams
- A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on
N-gram
- N-gram的源码实现,详细介绍了n-gram模型的使用,即在自然语言处理中n元文法的作用-N-gram of source implementation, detailing the use of n-gram model in natural language processing that n-gram role
MarkovNGramm
- In the fields of computational linguistics and probability, an n-gram is a contiguous sequence of n items a given sequence of text or speech. The items can be phonemes, syllables, letters, words or base pairs according to the application. The n-grams
code
- 基于n-gram进行特征提取和分类训练的代码-N-gram based feature extration and traning code