Skip to content

Samyarrahimi/Inverted-Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvertedIndex

This is an inverted index which is created by abstracts of persian documents in wikipedia.

Some Examples

1- سیاسی and اقتصادی

returns all documents that contain both of the words سیاسی اقتصادی

2- سیاسی or اقتصادی

returns all documents that contain one or two of the words سیاسی اقتصادی

3- سیاسی and اقتصادی and not ورزشی

returns all documents that contain both of the words سیاسی اقتصادی and not the word ورزشی

you can also query like this:

سیاسی ورزشی اقتصادی

which will give you the "and" of the words.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages