Skip to content

Program to parse english sentence with Python's Natural Language Processing Toolkit

Notifications You must be signed in to change notification settings

ahmedivy/parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parser

Program to parse english sentence with Python's Natural Language Processing Toolkit

Background

A common task in natural language processing is parsing, the process of determining the structure of a sentence. This is useful for a number of reasons: knowing the structure of a sentence can help a computer to better understand the meaning of the sentence, and it can also help the computer extract information out of a sentence. In particular, it’s often useful to extract noun phrases out of a sentence to get an understanding for what the sentence is about. This script is all about that. It uses Python NLTK package to perform tokenization of given sentence.

Clone:

git clone https://github.com/ahmedivy/parser.git

Run:

pip3 install -r requirements.txt python parser.py

About

Program to parse english sentence with Python's Natural Language Processing Toolkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages