There is already a first fully operational version in a testing
stage that can be downloaded from section download.
This version allows you to compile and use dictionaries and includes all
features explained in section description.
However, in addition to more extensive tests which have to be done, we still have some
pending improvements:
- To extend the basic data types which can be stored in the dictionaries.
Now, we can only use guint32 (four bytes integer) data type
and gfloat (floating point number) one.
- To enable the ability to store in disk the information associated with words in the compiled automaton.
Now, it is only possible to manage this information in memory.
- To define new funtions for interpreting information. We allow to reference a dictionary
from another, but it would be interesting to identify any other functions that allow even the access to
information external to the library itself.
- To develop functions to access automaton data, preventing the access to a
low-level information.
- To incorporate some way to return error codes on some functions.
We will carry out these improvements as far as we can.