项目作者: AmitNaik07

项目描述 :
Simple Parts of Speech (POS) tagger along with text to speech feature
高级语言: Python
项目地址: git://github.com/AmitNaik07/Parts-of-Speech-Tagger.git
创建时间: 2017-06-19T08:43:22Z
项目社区:https://github.com/AmitNaik07/Parts-of-Speech-Tagger

开源协议:

下载


Parts-of-Speech-Tagger

Simple Parts of Speech (POS) tagger along with text to speech feature

Uses nltk corpus for training the text and a Decision Tree Classifier is used for classification of the testing data.

The Google Text to Speech engine is used and is necessary to be connected to the internet for it to work.
The frequency of every noun,verb and adjective in the text is plotted on a bar graph.