You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
data | 6 months ago | |
js_client | 2 years ago | |
server | 6 months ago | |
wiktextract@3b928d8122 | 3 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 3 years ago | |
LICENSE | 3 years ago | |
Pipfile | 2 years ago | |
README.md | 2 years ago |
README.md
crosswords
A little project experimenting with crossword generation using dumps from the wiktionary project
At the current status a simple first version of server and client is ready and availble at https://antielektron.github.io/crosswords/ for testing.
Projekt structure:
./data
: jupyter notbooks to generate json databases for German and English, containing words and their hints../server
a websocket backend server, communicating with the client via json./js_client
javascript client