Skip to content

Commit b8efefe

Browse files
authored
docs: new readme
1 parent 415448a commit b8efefe

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# nre-visualizer
1+
# Named Entity Visualizer
2+
3+
NEV short for Named Entity Visualizer is a tool to visualize entities found in unstructured text. Entities are extracted from input text using Named Entity Recognition (NER) and then linked to concepts on Wikidata knowledge graph using Named Entity Linking (NEL). This process is executed using a pre-trained model with NLP pipeline.
4+
5+
![image](https://github.com/itsDaiton/named-entity-visualizer/assets/72783924/f2059c9d-29dc-4e91-b544-3b4d3caba7da)
6+
7+
## Description
8+
After inputting the input text, the application first performs the Named Entity Recognition (NER) process and visualizes the result according to the appropriate categories. Based on the output from the NER, the Named Entity Linking (NEL) module then takes the recognized entities and tries to link them to the corresponding concepts on the Wikidata knowledge graph. If the linking is successful, this is recorded in the resulting table.
9+
10+
In the application, the user can switch between 5 different models and process text in their corresponding languages. It is also possible to filter categories and edit the visualization of entities. If necessary, it is also possible to look at an aspect of the schema and see which entities are processed in the described process.
11+
12+
Application can serve as a simple tool for analyzing the input text. The tool could then be particularly useful for processing newspaper articles, academic texts and other larger texts. Thanks to this tool, the user will know in advance what terms and concepts are present in the text and will be able to form an opinion about what the text will be about before reading it.
13+
14+
## Available pre-trained pipelines
15+
* en_core_web_sm (English)
16+
* fr_core_news_sm (French)
17+
* de_core_news_sm (German)
18+
* nl_core_news_sm (Dutch)
19+
* es_core_news_sm (Spanish)
20+
21+
## Built With
22+
* Python
23+
* SpaCy
24+
* SpaCy fishing
25+
* Streamlit
26+
* matplotlib
27+
* pandas
28+
29+
## Authors
30+
* David Poslušný

0 commit comments

Comments
 (0)