Difference between revisions of "User talk:Ote"

From Apertium
Jump to navigation Jump to search
Line 17: Line 17:
 
<dictionary>
 
<dictionary>
 
<alphabet/>
 
<alphabet/>
<section id="main" type="standard">
+
<section id="main" type="standard">
<e>
+
<e>
<p>
+
<p>
<l>hond</l>
+
<l>hond</l>
<r>dog</r>
+
<r>dog</r>
</p>
+
</p>
</e>
+
</e>
</section>
+
</section>
</alphabet>
 
 
</dictionary>
 
</dictionary>
   

Revision as of 16:15, 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>
</dictionary>