Skip to content

Various operations implemented on different Corpora installed from the Python Library 'nltk'

Notifications You must be signed in to change notification settings

AdityaShreySharma/Corpus-Operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Various operations implemented on different Corpora installed from the Python Library 'nltk'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published