Package se.chalmers.cs.gf.linearize.unlex

Interface Summary
Unlexer Generates a string from a list of tokens.
 

Class Summary
BasicUnlexer An unlexer that separates all tokens with a single space, and does not transform any tokens.
SimpleUnlexer An unlexer that has some heuristics for where to insert spaces.
TextUnlexer An unlexer that has some heuristics for where to insert spaces.
Unlexers Maps language names to unlexers.