Changes between Initial Version and Version 1 of mpdl2.0-design


Ignore:
Timestamp:
Sep 5, 2011, 1:02:42 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpdl2.0-design

    v1 v1  
     1= MPDL 2.0 =
     2
     3The MPDL 1.0 software is tightly coupled with the XML system eXist. The next MPDL release 2.0 will be redesigned so that many functions (language technology, some basic XML functions) are usable as open services independently of the eXist software. The new functions will be designed in a layer architecture so that they could be used in different workflows and in a more standardized way (API and XML standard output format). All main functions are available as servlets and are fully implemented in Java.
     4
     5== Language technology ==
     6
     7=== Word recognition ===
     8
     9Input:
     10  * text (URL)
     11    * unstructured text
     12    * XML fragment/document
     13  * language (ISO 639-3 specifier)
     14
     15Output
     16  * list of word tokens
     17    * words seperated by a blank
     18    * XML format
     19
     20=== Morphology ===
     21
     22=== Dictionary ===
     23
     24
     25== XML functions ==
     26
     27=== XPath/XQuery ===
     28
     29=== get fragment ===
     30