├── README.md ├── example ├── input.txt ├── output.txt └── stopwords.txt └── rake.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserwave/keywords_extraction_rake/HEAD/README.md -------------------------------------------------------------------------------- /example/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserwave/keywords_extraction_rake/HEAD/example/input.txt -------------------------------------------------------------------------------- /example/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserwave/keywords_extraction_rake/HEAD/example/output.txt -------------------------------------------------------------------------------- /example/stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserwave/keywords_extraction_rake/HEAD/example/stopwords.txt -------------------------------------------------------------------------------- /rake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserwave/keywords_extraction_rake/HEAD/rake.py --------------------------------------------------------------------------------