add DATA_VERSION 2 to froggen.settings#7
Conversation
|
@tcbrouwer Thanks for the pull request. I didn't realize that this was now broken out-of-the-box, we definitely need to release a fixed frogdata then. Your fix looks like a quick and acceptable one, unless we indeed want to regenerate it properly like @kosloot suggests. Done! The best source however is https://github.com/INL/nederlab-linguistic-enrichment/tree/master/resources (it's a private repo at INT but you probably still have access there from back then). This was all done in the scope of the Nederlab project in 2018.
That's this one frog-bab-cgn. I think the source materialis non-free unfortunately, hence the private repo. |
|
the 'dum' data is now updated. |

I tried to run frog-dum and frog-nld-vnn from docker.
docker run proycon/frog -c /usr/share/frog/dum/frog.cfgThis results in
For now I fix this by extending the docker image and copying custom setting files with the DATA VERSION prepended.
I do however not know whether the files are actually 'DATA_VERSION' 2. If they are, this PR seems to fix the problem. Otherwise I need another solution.