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.
- Host: GitHub
- URL: https://github.com/manveerxyz/keywordextractor
- Owner: manveerxyz
- Created: 2016-12-28T01:25:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T16:51:33.000Z (over 8 years ago)
- Last Synced: 2025-09-16T14:57:28.305Z (9 months ago)
- Topics: ccextractor, google-code-in, keyword-extraction, rake, subtitles
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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