-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Currently attempting to understand the German language.
Since both could reference the different parent versions, I tried to stay with the SimpleNLG-DE version: SimpleNGL V4.4.8.
Question 1: which version this project refers to the parent version?
The challenge:
The parent version tries to state which codes are necessary for e.g. English.
The German version could have made many changes, but it is not trivial to track which codes could have been adapted unless one goes one file by one file
Overall, the keeping with the Java syntax in this project helps in porting to other languages. Excellent work!
- big difference in Java String.substring vs. C# string.SubString (length vs. position as second param)
- As a key part of this project is a 1Mb XML data file default-lexicon.xml -and- the initial use-case is a client-side application, using IKVM with its additional download weight was not an option.
I was able to use the latest ikvm.marven 1.6.8 to make the java version of SimpleNLG-DE works without issue.
However, loading 42 MB of lexicon takes a long time