Skip to content

sonumja/NLP_ArticleSpinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NLP_ArticleSpinner

Simple Natural Language Processing Article Spinner algorithm Article spinning is the process of re-writing an article to create new “original” copies in an attempt to avoid duplicate content issues that can result in a penalty from search engines like Google when article marketing your website. Using nltk tokeniser package/library to split all the words in the article.

Extract trigrams and insert into dictionary (w1, w3) is the key, [ w2 ] are the values

About

Simple NLP Article Spinner algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages