Skip to content

ianloic/tripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tripe - a simple inverted index full text search engine
Copyright 2010 Ian McKellar <http://ian.mckellar.org/>
Free Software under the GNU General Public License.

This is an attempt to write simple, hopefully relatively easy to understand 
but fully featured full text indexer. It's not there yet on any of those
goals, but it does work and it's less than 250 lines of code.

tripe.py - the main library code
tripe_add.py - utility to add documents to an index
tripe_search.py - utility to search an index
tripe_dot.py - utility to visualize an index as a graphviz dot file.

About

an information-retrieval / full-text-search experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages