seams 0.1.0

High-throughput sentence extractor for Project Gutenberg texts with dialog-aware detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Environment variables for local development
# Copy this file to .env and customize as needed

# Path to Project Gutenberg text files for benchmarks
# Default: ~/gutenberg_texts
GUTENBERG_MIRROR_DIR=/path/to/your/gutenberg_texts

# Example paths:
# GUTENBERG_MIRROR_DIR=/Users/username/gutenberg_texts
# GUTENBERG_MIRROR_DIR=/home/username/gutenberg_texts
# GUTENBERG_MIRROR_DIR=./test_data/sample_texts