Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Sign in
Toggle navigation
Open sidebar
Anu Knowledge Graph
Node Similarity in Legal KG
Commits
6a8b71f4
Commit
6a8b71f4
authored
Jun 04, 2021
by
Jaspreet Singh Dhani
Browse files
update
parent
47dc6928
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ner_ie/README.md
ner_ie/README.md
+7
-7
No files found.
ner_ie/README.md
View file @
6a8b71f4
# 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.
In order to record the results, create 2 sub-directories: 'WITH_CARDINAL/' and 'WITHOUT_CARDINAL/' in the 'PRE_PROCESSED_TRIPLES/' directory.
\ No newline at end of file
# INFORMATION EXTRACTION
## 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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment