搜索资源列表
Tokenizer
- 为C#做的字符串分析工具,可以有效分析字符串,根据字符串间的各种分隔符如逗号,空格等等进行分析。-done for the C# string analysis tools can effectively analyze string, According to the string between the various separator like a comma, space, etc. for analysis.
StringTokenizer
- String Tokenizer in C#
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
tokenizer
- part of tokenizer of compailer
tok
- My custom made tokenizer. It is quite flexible, just don t trust my line numbers all the time. :)
Tokenizer
- Tokenizer Program used to seaparate the token
Tokenizer
- opennlp是自然语言处理的开源工具,它是JAVA写的,可以再Eclipse中直接调用。上传的这写代码实现了英文分词代码的功能。-Opennlp is an open tool for natural language processing. It is written in JAVA. It can be used in Eclipse directly . The code uploaded is used to token English words.
LCS
- LCS and tokenizer to find the longest sequence and make a sample word DB from articles.-LCS and tokenizer to find the longest sequence and make a sample word DB from articles.
Tokenizer
- Boost Library Test Code > includes String Tokenizer
tokenizer-cPP
- // General purpose string tokenizer (C++ string version) // The default delimiters are space(" "), tab(\t, \v), newline(\n), // carriage return(\r), and form feed(\f). // If you want to use different delimiters, then use setDelimiter() to overr
13651
- Code demonstrates the usage of String Tokenizer in Java
Tokenizer
- 简单的词法分析器 PL0语言 期末小实验-Simple words analysis