Difference between revisions of "Apertium-lat"

From Apertium
Jump to navigation Jump to search
(Created page with 'Welcome to Apertium-lat, a project aiming at creating a morphological analyzer and generator for the Latin language. '''You can find it on Apertium SVN repository, at this ad…')
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
{{TOCD}}
Welcome to Apertium-lat, a project aiming at creating a morphological analyzer and generator for the Latin language.
 
  +
{{Infobox language
  +
|name=Latin
  +
|states=Rome, etc.
  +
|iso=lat
  +
|iso2=lat
  +
}}
   
  +
'''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]]''
  +
* ''[[Latin and Spanish]]''
  +
* ''[[Latin and Italian]]''
   
  +
== Installation ==
   
  +
'''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]]:
'''You can find it on Apertium SVN repository, at this address:
 
 
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.
https://apertium.svn.sourceforge.net/svnroot/apertium/incubator/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.
'''Feel free''' to contact me with questions, insults or collaboration requests:
 
   
  +
== Contact ==
''gianluca [at] ggrossi.com''
 
  +
  +
Feel free to contact the original developer (''gianluca [at] ggrossi.com'') or the [[Contact|Apertium community]] with questions.

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.