Name | Modified | Size | Downloads / Week |
---|---|---|---|
linkgrammarj-lib | 2011-04-18 | ||
linkgrammarj | 2011-04-18 | ||
README.TXT | 2011-04-19 | 1.4 kB | |
Totals: 3 Items | 1.4 kB | 0 |
################################################################################### # # # jlinkgrammar # # # ################################################################################### The project is divided into two parts. A library that you can call from a Java program (web app) and a command line utility that calls the library. The project build in netbeans and there are Javadoc pages for all the classes. There are several problems. The first being that this is not well formed Java, and the second is that it is english-centric. The library functionality is created with a global bean that stores all the relevant data. It is not thread safe so If you are using it in a web app you might want to address that issue. Also the code is old java and would benefit greatly from enumerated types. In fact typing could generally be improved. The code is hardwired for English. As an example the conjunction functions uses the word "and" in the Java code. What needs to happen is that I18N files need to be created and called so that the project could be ported to other languages. Any help fixing these problems is greatly appreciated. Sinton Walton