Skip to content

harishmohanraj/keyword_extraction_nltk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyword_extraction_nltk

Reference Links:

Sample input and output:

  • "We are making great progress with healthcare. ObamaCare is imploding and will only get worse. Republicans coming together to get job done!"

    ['great', 'progress', 'healthcare', 'obamacare', 'republicans', 'job']

  • "'U.S. Consumer Comfort Just Reached Its Highest Level in a Decade' ??https://t.co/S8nZgmeMMV https://t.co/xC0piRa6eP"

    ['consumer', 'comfort', 'just', 'highest', 'level', 'decade', 'https', '//t.co/s8nzgmemmv', 'https', '//t.co/xc0pira6ep']

  • "For eight years Russia 'ran over' President Obama, got stronger and stronger, picked-off Crimea and added missiles. Weak! @foxandfriends"

    ['years', 'russia', 'president', 'obama', 'picked-off', 'crimea', 'missiles', 'foxandfriends']

  • "122 vicious prisoners, released by the Obama Administration from Gitmo, have returned to the battlefield. Just another terrible decision!"

    ['vicious', 'prisoners', 'obama', 'administration', 'gitmo', 'battlefield', 'just', 'terrible', 'decision']

  • "MAKE AMERICA GREAT AGAIN!"

    ['make', 'america', 'great', 'again']

  • "North Korea just stated that it is in the final stages of developing a nuclear weapon capable of reaching parts of the U.S. It won't happen!"

    ['north', 'korea', 'final', 'stages', 'nuclear', 'weapon', 'parts', 'u.s']

  • "Russia has more warheads than ever, N Korea is testing nukes, and Iran got a sweetheart deal to keep theirs. Thanks, @HillaryClinton."

    ['russia', 'warheads', 'n', 'korea', 'nukes', 'iran', 'sweetheart', 'deal', 'thanks', '@', 'hillaryclinton']

  • "In Bangladesh, hostages were immediately killed by ISIS terrorists if they were unable to cite a verse from the Koran. 20 were killed!"

    ['bangladesh', 'hostages', 'isis', 'terrorists', 'verse', 'koran']

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published