-
Notifications
You must be signed in to change notification settings - Fork 0
abhishek8899/Relevance-Credibility-NLP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation Run pipenv $: install pipenv and enter the shell Install postgres Configure postgres: Create new db $: create database __name__ Create password for postgresql $: psql postres $: \password Populate the environment variables listed in env.sample into .env with correct values. Install JDK Download Stanford CoreNLP Library $: wget http://nlp.stanford.edu/software/stanford-corenlp-full-2018-02-27.zip $: unzip stanford-corenlp-full-2018-02-27.zip -d stanford-corenlp-full nltk packages: import nltk nltk.download('punkt') nltk.download('averaged_perceptron_tagger') nltk.download('wordnet') nltk.download('stopwords') Test Start the webserver - $: python app.py
About
Implemented search using set of relevant words retrieved from related ontologies.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published