Difference between revisions of "User talk:Ote"

From Apertium
Jump to navigation Jump to search
Line 8: Line 8:


Notes and ideas about implementing....
Notes and ideas about implementing....

? Can Apertium take in word pairs with no grammar?

Stripped down XML format?

<pre>

<dictionary>
<alphabet/>
<section id="main" type="standard">
<e>
<p>
<l>hond</l>
<r>dog</r>
</p>
</e>
</section>
</alphabet>
</dictionary>


</pre>

Revision as of 15:42, 30 October 2007

Open Translation Engine (OTE)

http://ote.2meta.com/

http://sourceforge.net/projects/ote/

Dictionary Import and Export between OTE and Apertium

Notes and ideas about implementing....

? Can Apertium take in word pairs with no grammar?

Stripped down XML format?


<dictionary>
 <alphabet/>
  <section id="main" type="standard">
   <e>  
    <p>
     <l>hond</l>
     <r>dog</r>
    </p>
   </e>
  </section>
 </alphabet>
</dictionary>