Skip to content

eveningsteps/fantastic-spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

howto

to compile any of tasks (haha, who in their sane mind is gonna need this very repository anyway):

  • install dub
  • cd to a, say, ir01 and run dub build
    • You may also try executing dub build :ir01 and suchs from the root directory, but that doesn't always work (screw me if I know why)

summary

no. task additional info
ir01 inverted index
ir02 boolean search and/or/not support; queries are parsed using shunting yard algorithm
ir03 external stemmer oleander stemming library (porter stemmer, basically)
ir04 index w/ skip pointers
ir05 bigram index
ir06 coordinate index enables one to search citations
ir07 metasymbol search trie
ir08 indexation using mapreduce hadoop streaming
ir09 index compression variable byte encoding
lp01 zipf's law coefficients
lp02 mandelbrot's law coefficients
lp03 collocations
lp04 language model w/ smoothing lidstone smoothing
lp05 spellchecking viterbi algorithm + lidstone smoothing

resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages