User:Popcorndude/Recursive Transfer/Progress
< User:Popcorndude | Recursive Transfer
		
		
		
		
		Jump to navigation
		Jump to search
		Revision as of 19:21, 6 May 2019 by Popcorndude (talk | contribs) (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...")
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?