- Zürich
- http://project-strus.net
-
mewa Public
Compiler-compiler for writing compiler frontends with Lua
-
papuga Public
Libraries and tools to implement language bindings for value typed languages to C++
-
strusWebService Public
web service (HTTP/JSON) to use the strus API as a service
-
strusBindings Public
Language bindings (Java,Python,PHP,etc.) for strus
-
strus Public
Library implementing the storage and the query evaluation for a text search engine. It uses on a key value store database interface to store its data. Currently there exists an implementation based…
-
strusTrace Public
Generation of method call traces as aspect of Strus. Create a proxy for each class that logs all method calls
-
strusRpc Public
Calling strus via RPC, implementation with help of the libevent library on server side
-
strusModule Public
Provides a module loader and an interface to define loadable modules out of libraries to offer some expandability to strus
-
strusUtilities Public
A set of command line programs to access the strus information retrieval engine
-
strusAnalyzer Public
Library for document analysis (segmentation, tokenization, normalization, aggregation) with the goal to get a set of items that can be inserted into a strus storage. Also some functions for analysi…
-
strusVector Public
Provides a mapping of vectors to features for strus
-
strusPattern Public
Implements token pattern matching on documents with the tokens produced by regular expressions on text with the intel hyperscan library.
-
strusBase Public
Implements some libraries with common functions and interfaces of the strus projects
-
strusWikipediaSearch Public
Search engine for Wikipedia (strus demo project)
-
-
textwolf Public
textwolf is a C++ template library for processing XML in various character set encodings. It has interfaces for iterating on unicode characters, XML elements and elements typed by xml path selectio…
-
luabcd Public
Arbitrary precision BCD arithmetics for Lua
-
strusDocker Public
docker images for strus
-
word2vec Public
Forked from dav/word2vecThis tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently us…
-
strusPrototypeModuleV1 Public
An example weighting schema for the strus system implementing a simple query language
-
cJSON Public
Forked from DaveGamble/cJSONUltralightweight JSON parser in ANSI C
C MIT License UpdatedNov 28, 2017 -
strusTutorials Public
Tutorials for the strus search engine
-
-
CompactNodeTrie Public
Implements a trie with nodes compacted depending on the number of successor nodes