搜索资源列表
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.
uc-tokens10
- Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping
tokenizer
- 当你写词法分析器时,Sun s Java中的 StreamTokenizer 类是很有用的。所以我生成了类似的一个类CStringTokenizer ,它的使用方法类似于Java的StreamTokenizer ,也提供了一些额外的功能,函数名也稍微有些不同-law analyzer, Sun's Java s StreamTokenizer category is very useful. I generated a similar type CStringTokenizer, its
Tokenizer-1.0.1
- file tokenizar in php simple program for indexing files
StringTokenizer
- String Tokenizer in C#
CompilerDesign
- This a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.-This is a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.
Tokenizer
- tokenizor in c good to see once
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
arithmetic_parser
- Arithmetic expression parser Descr iption: The code includes a portable tokenizer like the StreamTokenizer in Java. It parses and interprets an arithmetic expression expressed in a flexible C-like syntax.-Arithmetic expression parser Descr iption
tokenizer
- this the code for knn algorithm-this is the code for knn algorithm
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. :)
Linux_CPP_Programming
- 这个文件的目的是提供一个URL的指针和编程技巧的完整列表,你在C + +。此外,本文件提供一个C + +库有类似Java的String类,字符串标记生成器,记忆功能等多种功能,它可以在一般的C + +应用程序使用。同时给出不同的例子在这里,说明了该库的使用。 -The purpose of this document is to provide you with a comprehensive list of URL pointers and programming tips on C+
Tokenizer
- Tokenizer Program used to seaparate the token
CString
- C-String Tokenizer for C++. Breaks up words into small pieces and stores in an array for word validation
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
- 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 override the delimiters.
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