Recently in Improvement Category

CGI Layer Migrated to Perl

| No Comments | No TrackBacks

Rewrote the entire CGI interface in perl, using YASWI as an interface between SWI-prolog and perl. I need to fix the recent query, but everything else seemed to work without much trouble.

Prolog Upgrade

| No Comments | No TrackBacks

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 has been made permanent.

Current Status: Infinitive

| No Comments | No TrackBacks

Status update on infinitive work: Prolog code is complete, pending some slight discrepancies for strong and first weak verbs. As the variations are far fewer, t, and tn derived stems will be included.

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

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, only parsed

Security and XSS

| No Comments | No TrackBacks

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

Adding Shin-Stem Parsing

| No Comments | No TrackBacks

Added code for the $ stem, parsing is basically done, some work within the akkadian.class is needed for weak stem generation

Akkadian class Split

| No Comments | No TrackBacks
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
Speed improvement, configured system to run not from local disk but from /dev/shm, and to keep a current copy of the code there

New Fancy Website!

| No Comments | No TrackBacks

Totally revamped website installed. With the exception of the FAQ all new elements are in place and functional, including a new splash-screen and frame-based navigation.

About this Archive

This page is an archive of recent entries in the Improvement category.

Generator is the previous category.

Java is the next category.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.34-en