Difference between revisions of "Flag diacritics"
Jump to navigation
Jump to search
(Created page with "'''Flag diacritics''' are a tool that let you express morphological dependencies as constraints between states in an FST, where constraints are checked at run-time instead of ...") |
|||
Line 4: | Line 4: | ||
Some [[Flag diacritics considered harmful|consider flag diacritics harmful]]. |
Some [[Flag diacritics considered harmful|consider flag diacritics harmful]]. |
||
[[Category: Flag diacritics]] |
Revision as of 06:47, 20 October 2014
Flag diacritics are a tool that let you express morphological dependencies as constraints between states in an FST, where constraints are checked at run-time instead of at compile-time. This lets you have fewer states in your FST (at the cost of some run-time overhead).
The concept originally comes from Xerox Finite State Toolkit, but has been reimplemented in HFST (as well as an experimental mode in lttoolbox-java/Flag diacritics).