GitHub Action
deploy: worker release from GitHub
8ff1b66
raw
history blame contribute delete
229 Bytes
"""
Keyword expansion toolkit using FastText.
This package provides tools to:
1. Fetch reviews from Steam games
2. Train FastText models on review corpus
3. Expand existing keyword dictionary with semantically similar words
"""