catalpa-cl / escrito

Apache License 2.0
5 stars 5 forks source link

German Preprocessing #49

Open HftAssistedGrading opened 6 years ago

HftAssistedGrading commented 6 years ago

When calling method getPreprocessing(String languageCode) in de.unidue.ltl.escrito.examples.basics.Experiments_ImplBase.java with language code "de", null is returned (language code "en" works fine).

Not sure what's going on, since processing definitely happens in the "de" stem (no "Unknown language code" output to Stderr + system exit).

zesch commented 6 years ago

I could not reproduce the problem. Could you provide more details?

HftAssistedGrading commented 6 years ago

Thanks for checking! It seems I had an old version of the code. The current version indeed doesn't have this issue.