rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

unlexer with % and $ Edit #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[imported from Github]

the unlexers seem to ignore % and $ symbols, and do not remove the space 
between them and the number, for example:

ps -unlextext "30 %"
30 %

ps -unlexcode "30 %"
30 %

ps -unlextext "$ 30"
$ 30

ps -unlexcode "$ 30"
$ 30

Original issue reported on code.google.com by gregoire...@gmail.com on 27 Aug 2013 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by gregoire...@gmail.com on 27 Aug 2013 at 1:28