Christian M. Meyer
Christian M. Meyer
Yes. * Adding the gender property can be done in general - it will be null for other languages. A corresponding enum type already exists. * Gender would be filled...
That's indeed a problem. From the wiki code, it will not be possible to reliably assign the plural form, as it applies only to one of the forms. Regarding your...
Addition: I don't like "rawFormIndex" (or similar) too much, as this makes it difficult to handle for users. That's why I used "inflectionGroup" which seems a bit more logical to...
Thanks for your contribution. We would be happy to merge it once the tests pass.
Migration is (mostly) complete. Switching package names is still open.
``` 1) To date, the domain label is part of the sense definition text. There is some code in the incubator that needs to be integrated into JWKTL which takes...
``` Sorry, it seems that it doesn't parse the span with class use-with-mention. ``` Reported by `aronicafrancesco` on 2015-04-21 16:24:53
``` You can try calling getGloss().getText() which should return the original text containing all wiki markup, see https://code.google.com/p/jwktl/source/browse/trunk/jwktl/src/main/java/de/tudarmstadt/ukp/jwktl/api/IWikiString.java for documentation. Note that this could, unfortunately, still contain errors in cases...
Tough one... Do you happen to have a stack trace and a bit more code context (or repo case)? As an educated guess: maybe two threads write to the same...
Thanks for sharing your solution! I keep this issue open, such that this or a similar solution can be integrated in the master branch.