An open API service indexing awesome lists of open source software.

https://github.com/manveerxyz/keywordextractor

Developed during Google Code-In 2016. Intended for extracting main topics/ideas from subtitles, KeywordExtractor is a command-line based Python tool that extracts keywords from subtitle files using RAKE.
https://github.com/manveerxyz/keywordextractor

ccextractor google-code-in keyword-extraction rake subtitles

Last synced: 8 months ago
JSON representation

Developed during Google Code-In 2016. Intended for extracting main topics/ideas from subtitles, KeywordExtractor is a command-line based Python tool that extracts keywords from subtitle files using RAKE.

Awesome Lists containing this project

README

          

# KeywordExtractor
Developed during GCI 2016.

Extracts keywords from subtitle files.

Uses modified files from https://github.com/zelandiya/RAKE-tutorial

## Usage Instructions
Open a command window in directory containing `KeywordExtractor.py`
Run this command:
```
python keywordextractor.py [directory]
```
`[directory]` : Put your directory path containing subtitle files here