Registry / storage / gamesentenceminer

gamesentenceminer

JSON →
library2026.6.9pypypiunverified

GameSentenceMiner is a Python library for mining sentences from video games using replay buffer-based line searching. Version 2026.6.9 runs on Python 3.10-3.13 and includes dependency updates, replay buffer support, and bug fixes.

pip install gamesentenceminer
INSTALL
IMPORT
SIG · GAMESENTENCEMINER
G
gamesentenceminer
storagepythonv2026.6.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Miner
from GameSentenceMiner import Miner
from gamesentenceminer import Miner

Basic usage to mine sentences from game files.

from gamesentenceminer import Miner miner = Miner() sentences = miner.mine("path/to/game/files") for s in sentences: print(s)
Debug
Known issues
gotchaRequires Python <3.14,>=3.10; will not install on Python 3.14+.
fix
Use Python 3.10, 3.11, 3.12, or 3.13.
affects: >=2026.6.9
deprecatedVersion numbering follows a calendar version scheme (YYYY.M.D). Pin to exact version for reproducibility.
fix
Specify version in requirements.txt or pip install gamesentenceminer==2026.6.9
affects: all
gotchaReplay buffer-based line searching may significantly increase memory usage with large game files.
fix
Use smaller file chunks or increase system memory.
affects: all
Upgrade
Version history
2026.6.9latest on PyPI · released Jun 3, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
gamesentenceminer — pip install gamesentenceminer · libregistry