Changes between Version 4 and Version 5 of Translator


Ignore:
Timestamp:
10/22/19 11:32:00 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Translator

    v4 v5  
    11= Translator =
     2
     3Maven include:
     4{{{
     5<dependency>
     6        <groupId>tudelft.utilities</groupId>
     7        <artifactId>translator</artifactId>
     8        <version>1.0.0</version>
     9</dependency>
     10}}}
     11
     12
     13available on
     14{{{
     15<repository>
     16        <id>artifactory.ewi.tudelft.nl</id>
     17        <url>http://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
     18        <snapshots>
     19                <enabled>false</enabled>
     20        </snapshots>
     21</repository>
    222
    323Translator is a tool to convert words and sentences S from one language ("A") to another language ("B"). The tool bases its translation on sentence pairs (A, B) that are stored in a database (usually a {{{.csv file}}}. It finds the best matching sentence in A and then returns the sentence B.