Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.1 KB

Requirements

  1. nltk
import nltk
nltk.download()
  1. Ghostscript

Download from the link given below.

https://www.ghostscript.com/releases/gsdnld.html

Add the Path (For Example - C:\Program Files\gs\gs9.55.0\bin) to the Environment Variables.

Word Frequency Identification

1
2
3

Corpus Annotation (POS Tagging)

4 5

Creating Parse Trees

6 7