Giter VIP home page Giter VIP logo

named-entity-recognition-research's Introduction

Named Entity Recognition research

Dataset description

Every row in the dataset contains a complete sentence and list of NER tags for each word in the sentence.

Each NER tag belongs to the one of the following 16 types:

Key Description
B-PER Name of a person
I-PER Part of named entity that is the name of a person
B-GEO Geographical entity
I-GEO Part of named entity that is a geographical entity
B-ART Title of a creative work
I-ART Part of named entity that is the title of a creative work
B-GPE Geopolitical entity (country, region, etc.)
I-GPE Part of named entity that is a geopolitical entity
B-EVE Named event or occurrence
I-EVE Part of named entity that is a named event or occurrence
B-NAT Nationality, religious affiliation, or political group
I-NAT Part of named entity that is nationality, religious affiliation, or political group
B-ORG Name of an organization or group
I-ORG Part of named entity that is the name of an organization or group
B-TIM Time expression
I-TIM Part of named entity that is a time expression

Data sample:

image

You can see this dataset in data/ner.csv.

How to run the visualizer?

Firstly, you should install all requarements. For that purpose, you should run the following command:

pip install -r requirements.txt

After that, you simply run the visualizer/app.py and program run our application on your localhost.

Next, you will see like this in your python console:

* Serving Flask app 'app'
 * Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5000
Press CTRL+C to quit
...

Now, you just should follow the link in console. Finally, you can use the our app.

named-entity-recognition-research's People

Contributors

maratmedvedev avatar

Watchers

 avatar

Forkers

ayazsung

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.