Commit 6a8b71f4 authored by Jaspreet Singh Dhani's avatar Jaspreet Singh Dhani
Browse files

update

parent 47dc6928
# INFORMATION EXTRACTION
Install the required dependencies using requirements.txt
The following directory implements multiple NER annotators.
In order to record the STANZA NER results, create a directory "STANZA_TRIPLES/" in the cwd.
The file 'stanza_ner.py' stores the annotation results of the text files in the "STANZA_TRIPLES/" directory.
The results are then preprocessed using the 'pre_process_triples.py' file.
## The following directory implements multiple NER annotators.<br>
Install the required dependencies using requirements.txt<br>
In order to record the STANZA NER results, create a directory "STANZA_TRIPLES/" in the pwd. <br>
The file 'stanza_ner.py' stores the annotation results of the text files in the "STANZA_TRIPLES/" directory.<br>
The results are then preprocessed using the 'pre_process_triples.py' file. <br>
In order to record the results, create 2 sub-directories: 'WITH_CARDINAL/' and 'WITHOUT_CARDINAL/' in the 'PRE_PROCESSED_TRIPLES/' directory.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment