Skip to content

SarathChandraBellam/Text-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Text-Processing

Text processing methods using NLTK and Python

Word Segmentation (word_segmentation.ipynb)

Text segmentation is the process of dividing text into meaningful units, such as words or topics. A bad data can contains sentence of meaningful words with delimiters ex: itisverygood Using word segmentation, we can divide text into units. Refer below for examples

itisverygood : it is very good
accountnumber : account number

About

Text processing methods using NLTK and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors