Gather data

This commit is contained in:
mike
2026-01-08 22:54:49 +01:00
parent f7d89e1dfd
commit 70f3878b32
4 changed files with 284679 additions and 0 deletions

14
.env.test Normal file
View File

@@ -0,0 +1,14 @@
PUZZLE_ROOT_DIR=/home/mike/dev/puzzle-generator
OUT_DIR=/home/mike/dev/puzzle-generator/data
WORDS_PATH=/home/mike/dev/puzzle-generator/word-list.txt
OLLAMA_API_BASE=http://localhost:11434
OPENAI_API_BASE=http://192.168.1.74:8080/v1
OPENAI_API_KEY="local"
# Constants for testing
CLUE_SIZE=4
MIN_LEN=2
MAX_TRIES_PER_SLOT=2000
MAX_LEN=8
PUZZLE_ROWS=3
PUZZLE_COLS=3

152580
nl_score_hints.csv Normal file

File diff suppressed because it is too large Load Diff

8
tools.iml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$" dumb="true">
<sourceFolder url="file://$MODULE_DIR$/src/main/generated-sources" isTestSource="false" generated="true" />
</content>
</component>
</module>

132077
word_complexity.csv Normal file

File diff suppressed because it is too large Load Diff