Skip to content

This is an search engine which returns the top k list of highest frequency words among documents

License

Notifications You must be signed in to change notification settings

1200953/Search_Engine

Repository files navigation

1. Load lucene-snowball-3.0.1.jar into environment
2. There are two modules in the package: Index and Search Engine module
	(1)To use Index module, input following command:
                               >[collection directory] [index directory] stopwords.txt
	(2)To use Search Engine module, input following command:
		>[index directory] [Number of docs] keywords

About

This is an search engine which returns the top k list of highest frequency words among documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages