Code Monkey home page Code Monkey logo

pos-tagging's Introduction

pos-tagger

Implementation of a part-of-speech tagger for the English language
A part-of-speech tagger model is trained with a corpus containing almost 12,000 English sentences.

Check for detailed Medium story that I wrote: https://medium.com/@cetinsamet/part-of-speech-pos-tagging-8af646a3d5bb

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 32 minutes on a device with 3,1 GHz Intel Core i7 processor.
Training accuracy was 100% where development accuracy was 93%.

Usage

$python3 pos_tag.py input-sentence

Example

$cd src
$python3 pos_tag.py "Peace at home, peace in the world."
-> POS tagger is loaded.
-> [('Peace', 'NN'), ('at', 'DT'), ('home', 'NN'), (',', ','), ('peace', 'NN'), ('on', 'IN'), ('earth', 'NN'), ('.', '.')]

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

Peace at home, peace in the world.
Mustafa Kemal Atatürk

pos-tagging's People

Contributors

cetinsamet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pos-tagging'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.