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 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 in a repository in my GitHub.