Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

lidalei/AcademicArticlesRetrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository integrates the following functions:

  • Vector Space IR

  • Boolean IR (basic syntax: term1 and term2, term1 or term2)

  • Probabilistic IR

  • Query Expansion based on Association Rule Mining

  • User feedback Rocchio algorithm

  • Co-Author

And for other functions mentioned in report, you may refer to corresponding folders.

How to Run

To run the project properly, you should have 64 bit Python 2.7.10 installed. Moreover, it relies on the following packages:

After you doing those things successfully (it's very easy if you use pip), just run 'python index.py' on command promot or shell and you will be able to explore these functions through browser. The website IP is 127.0.0.1:5000.

Thanks!

About

A web-based information retrieve system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published