Hanyang Univ. 2019 Capstone Team LOVA.
Logical Validation is Essay scoring API. It used a 'get method'. essay_id is object id of input Essay stored in MongoDB.
https://{URL}:{port}/lv/{essayID}
- use python 3.6 environment
'Quote Extraction API' can extract quotation in essay. It used a 'get method'. essay_id is object id of input Essay stored in MongoDB.
https://{URL}:{port}/ec/{essayID}
- use python 3.6 environment
'Truth Judgment API' is an API designed to determine the authenticity of a sentence. Extract keywords from sentences and compare them with documents from web crawling to provide help in determining authenticity.
https://{URL}:{port}/tv
- use python 2.7 environment
we use python 3 for Logical Validation and Quote Extraction, and python 2 for Truth Judgement
- python 3.6.1 >=
conda install allennlp -c pytorch -c allennlp -c conda-forge
pip install --ignore-install --upgrade tensorflow-gpu
pip install tensorflow-hub
pip install nltk
conda install -c anaconda pymongo
pip install gensim
- python 2.7
pip install nltk
pip install rake-nltk
pip install enum
pip install vocabulary
pip install BeautifulSoup4
pip install pdfminer
pip install tensorflow
pip install gensim
pip install word2vec