Difference between revisions of "Apertium system architecture"

From Apertium
Jump to navigation Jump to search
m (→‎Linguistic data: switch table rows)
(3 intermediate revisions by 3 users not shown)
Line 48: Line 48:
 
| [[Lexical selection]]
 
| [[Lexical selection]]
 
|-
 
|-
!colspan="2"| anaphor resolution (optional)
+
!colspan="2"| anaphora resolution (optional)
 
| 2019, in progress
 
| 2019, in progress
  +
| <code>apertium-xxx-yyy.xxx-yyy.arx</code>
  +
| <code>xxx-yyy-anaphora</code>
  +
| [[Anaphora Resolution Module]]
 
|-
 
|-
 
!colspan="2"| pre-transfer
 
!colspan="2"| pre-transfer
Line 59: Line 62:
 
!rowspan="3"| shallow structural transfer
 
!rowspan="3"| shallow structural transfer
 
! chunker
 
! chunker
  +
| 2006
|
 
 
| <code>apertium-xxx-yyy.xxx-yyy.t1x</code>
 
| <code>apertium-xxx-yyy.xxx-yyy.t1x</code>
 
| <code>xxx-yyy-chunker</code>
 
| <code>xxx-yyy-chunker</code>
Line 65: Line 68:
 
|-
 
|-
 
! interchunk
 
! interchunk
  +
| 2006
|
 
 
| <code>apertium-xxx-yyy.xxx-yyy.t2x</code>
 
| <code>apertium-xxx-yyy.xxx-yyy.t2x</code>
 
| <code>xxx-yyy-interchunk</code>
 
| <code>xxx-yyy-interchunk</code>
 
|-
 
|-
 
! postchunk
 
! postchunk
  +
| 2006
|
 
 
| <code>apertium-xxx-yyy.xxx-yyy.t3x</code>
 
| <code>apertium-xxx-yyy.xxx-yyy.t3x</code>
 
| <code>xxx-yyy-postchunk</code>
 
| <code>xxx-yyy-postchunk</code>
Line 78: Line 81:
 
| <code>apertium-xxx-yyy.xxx-yyy.rtx</code>
 
| <code>apertium-xxx-yyy.xxx-yyy.rtx</code>
 
| <code>xxx-yyy-rectransfer</code>
 
| <code>xxx-yyy-rectransfer</code>
  +
| [[Apertium-recursive]]
| [[User:Popcorndude/Recursive_Transfer/Formalism]]
 
 
|-
 
|-
 
!colspan="2"| discontiguous multiword disassembly (optional)
 
!colspan="2"| discontiguous multiword disassembly (optional)

Revision as of 20:34, 11 August 2019

The pipeline

Apertium system architecture.png

The stages

Linguistic data

stage introduced filenames mode documentation
morphological tagger 2004 xxx-yyy-tagger, xxx-tagger
morphological analysis 2004 apertium-xxx.xxx.lexc and
apertium-xxx.xxx.twol and
apertium-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.lexc and
apertium-yyy.yyy.twol and
apertium-yyy.yyy.twoc,
OR apertium-yyy.yyy.dix
xxx-yyy-dgen or xxx-yyy-gener or xxx-yyy-generador
post-generation 2004 apertium-yyy.post-yyy.dix xxx-yyy-pgen Post-generator

Apertium-internal

deformatter, reformatter

Example translation at each stage

See also