English Part of Speech Tagger


English Part of Speech Tagger is a Python 3 program that reads a text from an input file and tags it with the correct part of speech.

This program uses the NTLK (Natural Language Toolkit) library for Python, which can be easily installed using pip (Python Package Manager).

The script reads the file line by line and outputs each line in a file followed by its tagged part of speech.

The source code is available on this GitHub repo.