danmermel / cryptario

Cryptic crossword solver
0 stars 0 forks source link

Use simpler stemmer #83

Open glynnbird opened 4 years ago

glynnbird commented 4 years ago

If we use this stemmer rather than "snowball" in our code, we can avoid the nasty "compilation in 15 different languages" bit which will mean deployment is faster.

We can keep the docker step in "./prepare.sh", but it'll run much faster :)