Skip to content

zanozbot/assassins-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assassin's Query

License: MIT

Building a simple index and implementing querying against it.

Installation instructions

Before running the project you will have to install the following dependencies.

pip install nltk

In order to run the program you will also have to download punkt.

nltk.download('punkt')

Running

For the ease of use both python scripts RetrieveSequential.py and RetrieveInvertedIndex.py provide explanation about the optional parameters when using the argument --help.

The script requires one compulsory argument: #query. Example:

python RetrieveSequential.py "spletna storitev"

About

Building a simple index and implementing querying against it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages