patrickfrey
I am a software engineer from Zürich with broad experience in information retrieval.
Zürich
Pinned Repositories
mewa
Compiler-compiler for writing compiler frontends with Lua
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.
strusAll
top-level master build project for strus
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.
strusBase
Implements some libraries with common functions and interfaces of the strus projects
strusBindings
Language bindings (Java,Python,PHP,etc.) for strus
strusPattern
Implements token pattern matching on documents with the tokens produced by regular expressions on text with the intel hyperscan library.
strusRpc
Calling strus via RPC, implementation with help of the libevent library on server side
strusUtilities
A set of command line programs to access the strus information retrieval engine
strusWebService
web service (HTTP/JSON) to use the strus API as a service
patrickfrey's Repositories
patrickfrey/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.
patrickfrey/mewa
Compiler-compiler for writing compiler frontends with Lua
patrickfrey/strusPattern
Implements token pattern matching on documents with the tokens produced by regular expressions on text with the intel hyperscan library.
patrickfrey/strusBase
Implements some libraries with common functions and interfaces of the strus projects
patrickfrey/strusWebService
web service (HTTP/JSON) to use the strus API as a service
patrickfrey/strusAll
top-level master build project for strus
patrickfrey/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.
patrickfrey/strusBindings
Language bindings (Java,Python,PHP,etc.) for strus
patrickfrey/strusRpc
Calling strus via RPC, implementation with help of the libevent library on server side
patrickfrey/strusUtilities
A set of command line programs to access the strus information retrieval engine
patrickfrey/strusWikipediaSearch
Search engine for Wikipedia (strus demo project)
patrickfrey/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.
patrickfrey/CompactNodeTrie
Implements a trie with nodes compacted depending on the number of successor nodes
patrickfrey/papuga
Libraries and tools to implement language bindings for value typed languages to C++
patrickfrey/strusModule
Provides a module loader and an interface to define loadable modules out of libraries to offer some expandability to strus
patrickfrey/strusTrace
Generation of method call traces as aspect of Strus. Create a proxy for each class that logs all method calls
patrickfrey/strusVector
Provides a mapping of vectors to features for strus
patrickfrey/strusDocker
docker images for strus
patrickfrey/strusPrototypeModuleV1
An example weighting schema for the strus system implementing a simple query language
patrickfrey/strusTutorials
Tutorials for the strus search engine
patrickfrey/word2vec
This 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 used in many natural language processing applications and for further research.
patrickfrey/cJSON
Ultralightweight JSON parser in ANSI C
patrickfrey/ellokal_image_gallery
patrickfrey/luabcd
Arbitrary precision BCD arithmetics for Lua