Skip to content

Practical programming for Information Retrieval course in Computer Science Center, Autumn 2014

Notifications You must be signed in to change notification settings

duviteck/csc-ir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csc-ir

Practical programming for Information Retrieval course in Computer Science Center, Autumn 2014.

Generating JARs

For generating executable JARs, run mvn package -DskipTests.
Two JARs, indexer.jar and searcher.jar will be created.

Indexer

Usage: java -jar indexer.jar directory_to_index output_index_file_path
As soon as index will be generated and saved into file, process will stop.

Searcher

Usage: java -jar searcher.jar inverted_index_file_path
Searcher will ask for new queries eternally, until you pass an empty line or kill the process.
Searcher handles queries like
term1 /N term2 /+M term3 /-K term4
and don't handles queries like
term1 AND term2 or term1 OR term2

About

Practical programming for Information Retrieval course in Computer Science Center, Autumn 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages