Difference between revisions of "User:Popcorndude/Recursive Transfer/Progress"

From Apertium
Jump to navigation Jump to search
(Created page with "== Community Bonding == === Todo list === * Determine exact semantics of lexical unit tag-matching ** Are they ordered? ** Are they consecutive? * See if anyone has input on f...")
 
Line 11: Line 11:
 
** Is there anything that can be done to make this finite-state? (probably not)
 
** Is there anything that can be done to make this finite-state? (probably not)
 
** Should we just start with the naive implementation (what the Python script does) as a baseline?
 
** Should we just start with the naive implementation (what the Python script does) as a baseline?
  +
* Conjoined lexical units - just treat as consecutive elements with no blank between?
  +
* Syntax for mapping between sets of tags (e.g. <o3pl> -> <p3><pl>, <o3sg> -> <p3><sg>)
  +
 
== Week 1 ==
 
== Week 1 ==
 
== Week 2 ==
 
== Week 2 ==

Revision as of 19:36, 6 May 2019

Community Bonding

Todo list

  • Determine exact semantics of lexical unit tag-matching
    • Are they ordered?
    • Are they consecutive?
  • See if anyone has input on formalism syntax in general
  • Mechanism for clitic-insertion
    • e.g. V2, Wackernagel
  • Read about GLR parser algorithms
    • Find reading materials
    • Is there anything that can be done to make this finite-state? (probably not)
    • Should we just start with the naive implementation (what the Python script does) as a baseline?
  • Conjoined lexical units - just treat as consecutive elements with no blank between?
  • Syntax for mapping between sets of tags (e.g. <o3pl> -> <p3><pl>, <o3sg> -> <p3><sg>)

Week 1

Week 2

Week 3

Week 4

Week 5

Week 6

Week 7

Week 8

Week 9

Week 10

Week 11

Week 12