Recognizer

The WMTrans Recognizer is a program able to recognize any valid word, be it inflected or in citation form.
The result of a query is yes/no, in form of 1/0 or true/false.

Implementation

We currently offer two versions of the software:
  • A pure Java implementation, which runs on any platform; requires at least JRE 1.4 to be installed
  • On demand: a platform-specific shared library implementation (currently available for Linux), delivered with two different APIs (ANSI C/C++ and Java)
Both versions can be easily integrated into your own product. Please refer to the developer zone, for information how to install the chosen version and how to use the delivered APIs.

Dataset

Depending on the license agreement, the dataset delivered includes either a limited number of entries, or the full set of entries defined so far. See the language specific page for further details.

Available languages

The following languages are available:
  • English
  • German
  • Italian

Please see some of the language specific features that need to be considered by the client application.

Analysis Example

The product analyzes any word form delivering as a result the integer values 1/0 or true/false.
Here are some examples of a possible analysis interaction using the WMTrans Recognizer:

German Examples

query   -> ging
result  -> 1

query   -> moegen 
result  -> 1

query   -> moexyzgen 
result  -> 0

English Examples

query   -> did
result  -> 1

query   -> cat's 
result  -> 1

query   -> moexyzgen 
result  -> 0

Italian Examples

query   -> andai
result  -> 1

query   -> cacciandolo 
result  -> 1

query   -> moexyzgen 
result  -> 0