Skip to content

Information Retrieval system to parse Boolean and free text queries to retrieve relevant law documents for a module's homework

Notifications You must be signed in to change notification settings

CaesarTY/legal-case-retrieval-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legal-case-retrieval-system

Information Retrieval system to parse Boolean and free text queries to retrieve relevant law documents for a module's homework

Indexing: $ python index.py -i dataset-file -d dictionary-file -p postings-file

Searching: $ python search.py -d dictionary-file -p postings-file -q query-file -o output-file-of-results

About

Information Retrieval system to parse Boolean and free text queries to retrieve relevant law documents for a module's homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%