Difference between revisions of "Apertium system architecture"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
| Khannatanmai (talk | contribs) | Popcorndude (talk | contribs)   (→Example translation at each stage:  add an example) | ||
| Line 106: | Line 106: | ||
| === Example translation at each stage === | === Example translation at each stage === | ||
| ==== Input text ==== | |||
|  He took the big plant out to the yard. | |||
| ==== Morphological analyzer ==== | |||
|  ^He/He<np><cog><sg>/prpers<prn><subj><p3><m><sg>$ ^took/take<vblex><past>$ ^the/the<det><def><sp>$ ^big/big<adj><sint>$ ^plant/plant<n><sg>/plant<vblex><inf>/plant<vblex><pres>/plant<vblex><imp>$ ^out/out<adv>/out<pr>$ ^to/to<pr>$ ^the/the<det><def><sp>$ ^yard/yard<n><sg>$^./.<sent>$ | |||
| ==== Morphological disambiguator ==== | |||
|  ^prpers<prn><subj><p3><m><sg>$ ^take<vblex><past>$ ^the<det><def><sp>$ ^big<adj><sint>$ ^plant<n><sg>$ ^out<adv>$ ^to<pr>$ ^the<det><def><sp>$ ^yard<n><sg>$^./.<sent>$ | |||
| ==== Discontiguous multiword processing ==== | |||
|  ^prpers<prn><subj><p3><m><sg>$ ^take# out<vblex><past>$ ^the<det><def><sp>$ ^big<adj><sint>$ ^plant<n><sg>$^./.<sent>$ | |||
| ==== Lexical transfer ==== | |||
|  ^Prpers<prn><subj><p3><m><sg>/Prpers<prn><tn><p3><m><sg>$ ^take# out<vblex><past>/sacar<vblex><past>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^big<adj><sint>/grande<adj><mf>$ ^plant<n><sg>/planta<n><f><sg>/fábrica<n><f><sg>/maquinaria<n><f><sg>$ ^to<pr>/a<pr>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^yard<n><sg>/patio<n><m><sg>$^.<sent>/.<sent>$ | |||
| ==== Lexical selection ==== | |||
|  ^Prpers<prn><subj><p3><m><sg>/Prpers<prn><tn><p3><m><sg>$ ^take# out<vblex><past>/sacar<vblex><past>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^big<adj><sint>/grande<adj><mf>$ ^plant<n><sg>/planta<n><f><sg>$ ^to<pr>/a<pr>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^yard<n><sg>/patio<n><m><sg>$^.<sent>/.<sent>$ | |||
| ==== Structural transfer ==== | |||
|  ^Sacar<vblex><ifi><p3><sg>$ ^el<det><def><f><sg>$ ^planta<n><f><sg>$ ^grande<adj><mf><sg>$ ^a<pr>$ ^el<det><def><m><sg>$ ^patio<n><m><sg>$^.<sent>$ | |||
| ==== Morphological generator ==== | |||
|  Sacó la planta grande ~a el patio. | |||
| ==== Post-generator ==== | |||
|  Sacó la planta grande al patio. | |||
| == See also == | == See also == | ||
Revision as of 22:43, 18 May 2020
Contents
The pipeline
The stages
Linguistic data
| stage | introduced | filenames | mode | documentation | |
|---|---|---|---|---|---|
| morphological tagger | 2004 | — | xxx-yyy-tagger,xxx-tagger | — | |
| morphological analysis | 2004 | apertium-xxx.xxx.lexcandapertium-xxx.xxx.twolandapertium-xxx.xxx.twoc,OR apertium-xxx.xxx.dix | xxx-yyy-morph,xxx-morph | ||
| morphological disambiguation | 2004, 2008 | apertium-xxx.xxx.rlx | xxx-yyy-disam,xxx-disam | Constraint Grammar | |
| discontiguous multiword assembly (optional) | 2017 | apertium-xxx-yyy.xxx-yyy.lsx | xxx-yyy-autoseq | Apertium separable | |
| lexical transfer | 2004 | apertium-xxx-yyy.xxx-yyy.dix | xxx-yyy-biltrans | Bilingual dictionary | |
| lexical selection | 2012 | apertium-xxx-yyy.xxx-yyy.lrx | xxx-yyy-lex | Lexical selection | |
| anaphora resolution (optional) | 2019, in progress | apertium-xxx-yyy.xxx-yyy.arx | xxx-yyy-anaphora | Anaphora Resolution Module | |
| pre-transfer | — | xxx-yyy-pretransfer | — | ||
| shallow structural transfer | chunker | 2006 | apertium-xxx-yyy.xxx-yyy.t1x | xxx-yyy-chunker | Contributing to an existing pair#Adding structural transfer (grammar) rules | 
| interchunk | 2006 | apertium-xxx-yyy.xxx-yyy.t2x | xxx-yyy-interchunk | ||
| postchunk | 2006 | apertium-xxx-yyy.xxx-yyy.t3x | xxx-yyy-postchunk | ||
| recursive structural transfer | 2019, in progress | apertium-xxx-yyy.xxx-yyy.rtx | xxx-yyy-rectransfer | Apertium-recursive | |
| discontiguous multiword disassembly (optional) | 2017 | apertium-xxx-yyy.yyy-xxx.lsx | xxx-yyy-revautoseq | Apertium separable | |
| morphological generation | 2004 | apertium-yyy.yyy.lexcandapertium-yyy.yyy.twolandapertium-yyy.yyy.twoc,OR apertium-yyy.yyy.dix | xxx-yyy-dgenorxxx-yyy-generorxxx-yyy-generador | ||
| post-generation | 2004 | apertium-yyy.post-yyy.dix | xxx-yyy-pgen | Post-generator | |
Apertium-internal
deformatter, reformatter
Example translation at each stage
Input text
He took the big plant out to the yard.
Morphological analyzer
^He/He<np><cog><sg>/prpers<prn><subj><p3><m><sg>$ ^took/take<vblex><past>$ ^the/the<det><def><sp>$ ^big/big<adj><sint>$ ^plant/plant<n><sg>/plant<vblex><inf>/plant<vblex><pres>/plant<vblex><imp>$ ^out/out<adv>/out<pr>$ ^to/to<pr>$ ^the/the<det><def><sp>$ ^yard/yard<n><sg>$^./.<sent>$
Morphological disambiguator
^prpers<prn><subj><p3><m><sg>$ ^take<vblex><past>$ ^the<det><def><sp>$ ^big<adj><sint>$ ^plant<n><sg>$ ^out<adv>$ ^to<pr>$ ^the<det><def><sp>$ ^yard<n><sg>$^./.<sent>$
Discontiguous multiword processing
^prpers<prn><subj><p3><m><sg>$ ^take# out<vblex><past>$ ^the<det><def><sp>$ ^big<adj><sint>$ ^plant<n><sg>$^./.<sent>$
Lexical transfer
^Prpers<prn><subj><p3><m><sg>/Prpers<prn><tn><p3><m><sg>$ ^take# out<vblex><past>/sacar<vblex><past>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^big<adj><sint>/grande<adj><mf>$ ^plant<n><sg>/planta<n><f><sg>/fábrica<n><f><sg>/maquinaria<n><f><sg>$ ^to<pr>/a<pr>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^yard<n><sg>/patio<n><m><sg>$^.<sent>/.<sent>$
Lexical selection
^Prpers<prn><subj><p3><m><sg>/Prpers<prn><tn><p3><m><sg>$ ^take# out<vblex><past>/sacar<vblex><past>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^big<adj><sint>/grande<adj><mf>$ ^plant<n><sg>/planta<n><f><sg>$ ^to<pr>/a<pr>$ ^the<det><def><sp>/el<det><def><GD><ND>$ ^yard<n><sg>/patio<n><m><sg>$^.<sent>/.<sent>$
Structural transfer
^Sacar<vblex><ifi><p3><sg>$ ^el<det><def><f><sg>$ ^planta<n><f><sg>$ ^grande<adj><mf><sg>$ ^a<pr>$ ^el<det><def><m><sg>$ ^patio<n><m><sg>$^.<sent>$
Morphological generator
Sacó la planta grande ~a el patio.
Post-generator
Sacó la planta grande al patio.


