User:Popcorndude/Recursive Transfer/Progress
Jump to navigation
Jump to search
Contents
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>)