User:Unhammer/pipeline example

From Apertium
< User:Unhammer
Revision as of 07:25, 17 November 2013 by Unhammer (talk | contribs) (Created page with "<pre># Input: the houses # After morphological analysis, each analysis is after a /: ^the/the<det>$ ^houses/house<n><pl>/house<v><pres><p3><sg>$ # After disambiguation, one...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# Input:
the houses

# After morphological analysis, each analysis is after a /:
^the/the<det>$ ^houses/house<n><pl>/house<v><pres><p3><sg>$ 

# After disambiguation, one of the /-separated units is selected:
^the<det>$ ^house<n><pl>$ 

# After bilingual dictionary lookup, we may also have several translations separated by /:
^the<det>/der<det><GD><ND>$ ^house<n><pl>/Haus<n><nt><pl>/Versammlung<n><f><pl>$ 

# After lexical selection, one of the /-separated units is selected:
^der<det><GD><ND>$ ^Haus<n><nt><pl>$ 

# After transfer, tags are fixed (and words may be reordered):
^der<det><nt><pl>$ ^Haus<n><nt><pl>$ 

# After morphological generation:
die Häuser