Code Monkey home page Code Monkey logo

rohitkumarsinghcse / machine-assisted-text-annotation-tool Goto Github PK

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

Part of speech (POS) tagging is one technique to minimize those errors, so we will use it in our project. It is a part of the natural language. Parts of Speech (POS) tagging is a text processing technique to correctly understand the meaning of a text.

Python 100.00%
hmm-model hmm-viterbi-algorithm machine-learning natural-language-processing nlp numpy pandas python

machine-assisted-text-annotation-tool's Introduction

Machine-Assisted-Text-Annotation-Tool

Machine Assisted Text Annotation Tool is designed to train the machine automatically by using some algorithms for that text which we will input from different sources. It is technique to extract the relationship between neighbouring words in a sentence. This work focuses on the Natural language toolkit (NLTK) library by corpus in the Python environment many problems arise in text annotation. Part of speech (POS) tagging is one technique to minimize those errors, so we will use it in our project. It is a part of the natural language. Parts of Speech (POS) tagging is a text processing technique to correctly understand the meaning of a text. It is the process of assigning the correct POS marker (noun, pronoun, adverb, etc.) To each word in an input text. We use probability-based taggers (models) in this type of problems, because it is most effective. A Hidden Markov Model (HMM) is one of them. HMM is a probabilistic sequence models that can be applied to part of speech tagging. Viterbi algorithm has also implemented in this contest. It provides an efficient way of finding the most likely state sequence in the maximum a posterior probability. We will use python 3.0 for coding, library NumPy for matrix manipulation, pandas for data formatting and manipulation, corpus for NLTK package.

machine-assisted-text-annotation-tool's People

Contributors

rohitkumarsinghcse avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.