Gather data
This commit is contained in:
14
.env.test
Normal file
14
.env.test
Normal 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
152580
nl_score_hints.csv
Normal file
File diff suppressed because it is too large
Load Diff
8
tools.iml
Normal file
8
tools.iml
Normal 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
132077
word_complexity.csv
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user