Difference between revisions of "Twol"

From Apertium
Jump to navigation Jump to search
(Created page with ' ==Troubleshooting== If you get this error <pre> syntax error, unexpected SYMBOL_SPACE on line 6: Sets Aborted. make: *** [all] Error 1 </pre> You should triple check that…')
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
<code>.twol</code> is a format used for writing '''two-level-rules''' to describe what changes happen when morphemes are joined together, ''morphographemics'' (or ''morphophonology'').
  +
  +
See [[Starting_a_new_language_with_HFST]] for more details.
  +
   
 
==Troubleshooting==
 
==Troubleshooting==
Line 17: Line 21:
   
 
You should triple check that you don't have any misplaced "nbsp" spaces in your file. Most text editors have a feature where you can display space characters. If you find "nbsp" spaces, delete them.
 
You should triple check that you don't have any misplaced "nbsp" spaces in your file. Most text editors have a feature where you can display space characters. If you find "nbsp" spaces, delete them.
  +
  +
==See also==
  +
* [[Working with twol]]
  +
* [[Archiphonemes]]
  +
* [https://kitwiki.csc.fi/twiki/bin/view/KitWiki/HfstTwolC Twol documentation]
   
 
[[Category:Tools]]
 
[[Category:Tools]]
  +
[[Category:HFST]]

Latest revision as of 07:51, 8 March 2017

.twol is a format used for writing two-level-rules to describe what changes happen when morphemes are joined together, morphographemics (or morphophonology).

See Starting_a_new_language_with_HFST for more details.


Troubleshooting[edit]

If you get this error



syntax error, unexpected SYMBOL_SPACE
on line 6:
Sets
Aborted.

make: *** [all] Error 1

You should triple check that you don't have any misplaced "nbsp" spaces in your file. Most text editors have a feature where you can display space characters. If you find "nbsp" spaces, delete them.

See also[edit]