Git Product home page Git Product logo

itsdaiton / named-entity-visualizer Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 45 KB

NEV short for Named Entity Visualizer is a tool to visualize entities found in unstructured text built in Python.

Home Page: https://named-entity-visualizer.streamlit.app/

License: MIT License

Python 100.00%
named-entity-linking named-entity-recognition natural-language-processing nlp-pipeline python spacy wikidata

named-entity-visualizer's Introduction

Named Entity Visualizer

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.

image

Description

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.

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.

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.

Available pre-trained pipelines

  • en_core_web_sm (English)
  • fr_core_news_sm (French)
  • de_core_news_sm (German)
  • nl_core_news_sm (Dutch)
  • es_core_news_sm (Spanish)

Built With

  • Python
  • SpaCy
  • SpaCy fishing
  • Streamlit
  • matplotlib
  • pandas

Authors

  • David Poslušný

named-entity-visualizer's People

Contributors

itsdaiton avatar

Watchers

Kostas Georgiou avatar  avatar  avatar

named-entity-visualizer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.