• Stars
    star
    1
  • Language
    Python
  • License
    Mozilla Public Li...
  • Created over 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

docker images for strus

More Repositories

1

strus

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 on the google LevelDB library.
C++
47
star
2

mewa

Compiler-compiler for writing compiler frontends with Lua
C++
18
star
3

strusPattern

Implements token pattern matching on documents with the tokens produced by regular expressions on text with the intel hyperscan library.
C++
7
star
4

strusBase

Implements some libraries with common functions and interfaces of the strus projects
C++
4
star
5

strusWebService

web service (HTTP/JSON) to use the strus API as a service
C++
4
star
6

strusWikipediaSearch

Search engine for Wikipedia (strus demo project)
Shell
3
star
7

strusBindings

Language bindings (Java,Python,PHP,etc.) for strus
C++
3
star
8

strusAnalyzer

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 analysing tokens or phrases of the strus query are provided.
C++
3
star
9

strusAll

top-level master build project for strus
CMake
3
star
10

strusRpc

Calling strus via RPC, implementation with help of the libevent library on server side
C++
3
star
11

textwolf

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 selection expression matches. It supports chunk-wise processing of input and has a peformance competitive among the fastest open source XML processors.
C++
3
star
12

strusUtilities

A set of command line programs to access the strus information retrieval engine
C++
3
star
13

strusModule

Provides a module loader and an interface to define loadable modules out of libraries to offer some expandability to strus
C++
2
star
14

strusVector

Provides a mapping of vectors to features for strus
C++
2
star
15

strusTrace

Generation of method call traces as aspect of Strus. Create a proxy for each class that logs all method calls
C++
2
star
16

papuga

Libraries and tools to implement language bindings for value typed languages to C++
C++
2
star
17

CompactNodeTrie

Implements a trie with nodes compacted depending on the number of successor nodes
C++
2
star
18

strusTutorials

Tutorials for the strus search engine
Python
1
star
19

strusPrototypeModuleV1

An example weighting schema for the strus system implementing a simple query language
C++
1
star