GithubHelp home page GithubHelp logo

cetinsamet / named-entity-recognition Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 8.25 MB

Named-entity recognizer for the English language

License: MIT License

Python 100.00%
sequence-tagger named-entity-recognition conditional-random-fields logistic-regression natural-language-processing english

named-entity-recognition's Introduction

named-entity-recognizer

Implementation of a named-entity recognizer for the English language A named-entity recognition model is trained with a corpus containing almost 14,000 English sentences.

Model

Model (mini model) in the repo is trained using mini data which contains only almost 100 English sentences.
Therefore, it does not perform well enough.

I encourage you to train a new model on your own using the corpus in data/ directory.
My training lasted almost 10 minutes on a device with 3,1 GHz Intel Core i7 processor.
Training accuracy was 100% where test accuracy was 97%.

Usage

$python3 ner.py input-sentence

Example

$cd src
$python3 ner.py "Joe Strummer was born in Ankara."
-> Named entity recognizer is loaded.
-> [('Joe', 'B-PER'), ('Strummer', 'I-PER'), ('was', 'O'), ('born', 'O'), ('in', 'O'), ('Ankara', 'B-LOC'), ('.', 'O')]

P.S. Above example is tested with a model trained on corpus in data/ directory(with almost 14,000 English sentences).

Have fun.

named-entity-recognition's People

Contributors

cetinsamet avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.