| Projects on Google Code | Results 1 - 10 of 86 |
= DESCRIPTION =
This module is a word tokenizer for CJK texts. It supports n-gram tokenization. It is handy for users if they are building inverted indexes using Xapian or any other search engine tool. The module is originally written to be used with Xapian. Please also read this [http://lists.ta...
The longest common subsequence algorithm, armed with a wxPython GUI that enables you to apply local changes fast.
The algorithm:
{{{
>>> generate('line1','line2')
('line', <Glob object>)
>>> generate('1line','2line')
(<Glob object>, 'line')
>>> generate('1line','line2')
(<Glob object>,...
=String Utilities=
This application is designed as an utility in a developer's toolbox. It returns common information about string such as length, length in bytes, etc... You can directly type/paste the text or load it from a file.
Shortly, I will implement features such as counting whitespace, ...
The C++ String Toolkit (!StrTk) Library is a free library that consists of robust, optimized and portable generic string processing algorithms and procedures for the C++ language. The library is designed to be easy to use and integrate within existing code.
The library has the following capabil...
string,
process,
routine,
algorithm,
cplusplus,
library,
tool,
kit,
toolkit,
base64,
hex,
split,
tokenize,
replace,
search
Here we would like to present algorithms that solves some classical problems on strings (for example pattern matching, searching all palindromes, searching all squares). All algorithms divided into two parts. First part accepts as input classical strings, second -- some compressed presentations (for...
The project provides a simple framework for scattering string and gathering integer results using MPI without any need to change the sequential codes available. The framework could be used in problems such as string search since it provides a mechanism to overlap the strings scattered among processi...
tool to parse xml strings and save them on a binary file
#summary project description
= Introduction =
StringArray is a VB.NET class to handle arrays of strings beautifully. It provides many useful functions, its code is lightweight, easy to use, fast and powerful.
= History =
First created as a VB6 class many years ago, I've ported it to VB...
stringarray,
string,
array,
strings,
arrays,
vb,
vb.net,
visualbasic,
.net,
stringarray,
visualbasic
= Dizgi Sınıfı =
Dizgi (string) sınıfı C++ dilinde bulunan karakter katarları ile daha kolay çalışabilmek amacıyla daha önce geliştirilmiş örneklerinden yola çıkararak hazırlanan ve türkçe karekterlere destek vermeyi amaç edinmiş bir dizgi sınıfı oluşturmayı amaçlamaktadır.
==== Proje iletişim g...
Pystring is a collection of C++ functions which match the interface and behavior of python’s string class methods using std::string. Implemented in C++, it does not require or make use of a python interpreter. It provides convenience and familiarity for common string operations not included in the s...