A progress log of changes, additions and corrections made to the parser, if a bug was reported, the reporter is mentioned by initials.
| Date | Source | Problem | Fixed? |
|---|---|---|---|
| 09-09-2007 | Recent parsings | Finally got around to fixing the recent parsings link. It now queries off of the MySQL table of parsings. Not perfect, but at least it is there | Yes |
| 11-23-2006 | Interface for generation | There were problems with generation, both due to the mishandling of spaces in the weak stems and with missing quotes. Both have been fixed | |
| 11-22-2006 | Interface | rewrote the entire CGI interface in perl, using YASWI as an interfqce between SWI-prolog and perl. I need to fix the recent query, but everything else seemed to work without much trouble. | |
| 05-18-2005 | hardware and OS | Moving the codebase from RH 7.2, JPL 1.0.1 and SWIPL 5.2.10 to Fedora C3, and SWIPL 5.4.7 broke everything. The code was eventually rewritten, removing the cgi parsing stuff in java, and moving it to some AWK in the shell script. The goal was to use JPL3, but that broke oddly. | YES |
| 11-21-2003 | Underlying System | Upgraded the underlying SWI-Prolog to the most recent stable release, 5.2.10. Checked speeds and generation seems the same, but parsing a tiny bit slower, not enough to worry, change hs been made perminant | YES |
| 11-18-2003 | status of inf work | Status update on infinitive work: Prolog code is complete, pending some slight discrepencies for strong and first weak verbs. As the variations are far fewer, t, and tn derived stems will be included | NO |
| 10-31-2003 | Server repair and rebuild | Finally got the new hard drive in the server and got everything back online. It's as good a time as any to get this project back online | YES |
| 9-13-2002, 12:45 | Java work | Worked on the multi-threaded, socketed version of the Java code. Got it working, but noticed that the parser was no longer returning more than one value, so moved threaded changes to new code base. Tracked problem to double increment of a value, fixed. Threaded version still has problems, but looks promising | YES |
| 9-2-2002, 16:16 | Website Update | Totally revamped website installed. With the exception of the FAQ all new elements are in place and functional, including a new spash-screen and frame-based navigation. | YES |
| 8-29-2002, 09:54 | Security audit | Security repairs in the parseAkk class. Now it checks the length of both input strings and most of the form input for validity and on an error DOES NOT return the entire offending string | YES |
| 8-25-2002, 23:24 | Minor bug fix and improvement | The java wrappers now generate an error if the root for verb generation length !=3. Also fixed the akk.pl prolog file so that there are two 'verb' bits, the old verb has become verbns(no suffix) and the part that used to do the -ma removal is now the only true 'verb' procedure, with a pass through to 'verbns'. The generator calls 'verbns' so that only the regular forms are generated, no -ma forms are ever generated, onl;y parsed | YES |
| 8-16-2002, 23:50 | Improvement | Added code for the $ stem, parsing is basically done, some work within the akkadian.class is needed for weak stem generation | |
| ,8-12-2002, 22:35 | code fixup | Rewrote most of the akkadian class to split the actual parsing work from the HTML output. two new procedures, one called parse, which does all the the Prolog based parsing and returns as a matrix of strings, and getHtml, which returns the html that main would have previously. Main now returns plaintext suited for CLI interaction. Another procedure htmlify is private, but does the actual html formatting | YES |
| 8-12-2002, 01:14 | general | Speed improvement, configured system to run not from local disk but from /dev/shm, and to keep a current copy of the code there | YES |
| 8-11-2002, 21:00 | checking recent log | I-N D imperative was not working, literal brackets were missing in the decleration | YES |