Difference between revisions of "Apertium-lat"

From Apertium
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
}}
 
}}
   
'''Apertium-lat''' is a morphological transducer (analyser/generator) for [[Latin]], currently under development. It is intended to be compatible with other Apertium transducers so that they can be translated between. It's used in the following language pairs, which are all currently in the incubator as well:
+
'''Apertium-lat''' is a morphological transducer (analyser/generator) for [[Latin]], currently under development. It is intended to be compatible with other Apertium transducers so that they can be translated between. It's used in the following translation pairs, which are all currently in early development (in the incubator):
   
 
* ''[[Apertium-la-en|Latin and English]]''
 
* ''[[Apertium-la-en|Latin and English]]''
Line 15: Line 15:
 
== Installation ==
 
== Installation ==
   
'''Apertium-lat''' is currently located in [https://svn.code.sf.net/p/apertium/svn/incubator/apertium-lat/ incubator/apertium-lat].
+
'''Apertium-lat''' is currently located in [https://svn.code.sf.net/p/apertium/svn/incubator/apertium-lat/ incubator/apertium-lat]. To download it, use [[SVN]]:
  +
svn co https://svn.code.sf.net/p/apertium/svn/incubator/apertium-lat/
   
 
Apertium development prerequisites must be [[Installation|installed]] in order to compile apertium-lat.
 
Apertium development prerequisites must be [[Installation|installed]] in order to compile apertium-lat.
   
To compile, run
+
To compile (after installing apertium), run
 
./autogen.sh
 
./autogen.sh
 
make
 
make

Latest revision as of 06:19, 18 January 2016

Latin - lingua latīna
language transducer
Coverage: ~N/A%
Stems: 876
Vanilla stems: 15
Paradigms: 30
Location: apertium-lat (incubator)
Families: Romance languages
Areas:
Lang info Latin

Apertium-lat is a morphological transducer (analyser/generator) for Latin, currently under development. It is intended to be compatible with other Apertium transducers so that they can be translated between. It's used in the following translation pairs, which are all currently in early development (in the incubator):

Installation[edit]

Apertium-lat is currently located in incubator/apertium-lat. To download it, use SVN:

svn co https://svn.code.sf.net/p/apertium/svn/incubator/apertium-lat/

Apertium development prerequisites must be installed in order to compile apertium-lat.

To compile (after installing apertium), run

./autogen.sh
make

To test, run e.g.

echo "Area est mensura geometrica." | apertium -d . lat-morph

The current output is

^Area/area<n><f><sg><abl>/area<n><f><sg><voc>/area<n><f><sg><nom>$ ^est/esse<vbser><pri><p3><sg>$ ^mensura/*mensura$ ^geometrica/*geometrica$^./.<sent>$^./.<sent>$

The * symbol indicates a form that's missing in the transducer, the first / symbol separates a form from analyses of it, and subsequent slashes separate multiple analyses.

Contact[edit]

Feel free to contact the original developer (gianluca [at] ggrossi.com) or the Apertium community with questions.