Skip to content

anantb/semantic-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Semantic-Index Installation Instruction

setup environment

  • install postgres

install required python packages

  • pip install django
  • pip install psycopg2
  • pip install stemming

download semantic-index

  • git clone git@github.com:abhardwaj/semantic-index.git

make configuration changes

  • setup postgres database
  • create database nlp
  • install schema python manage.py syncdb

running in development mode

  • run semantic-index server python manage.py runserver

About

Semantic Indexing of unstructured text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published