/Parts_of_speech_tagger_

A script to tag a words in a sentence with their respective parts of speech

Primary LanguagePython


Parts Of Speech Tagger

a simple parts of speech tagger to outputa string with every word tagged with its respective parts of speech.
Explore the docs »

·

Table of Contents

About The Project

pos Logo

a simple parts of speech tagger to outputa string with every word tagged with its respective parts of speech.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • NLTK
pip install ntlk

Installation

  1. Clone the repo
git clone https://github.com/sirreajohn/Parts_of_speech_tagger_
  1. Install NLTK packages
pip install nltk

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/sirreajohn/Parts_of_speech_tagger_