OSDN Git Service

SpeechSymbolProcessor: Optimise the regular expression by matching all single charact...
authorJames Teh <jamie@jantrid.net>
Wed, 19 Sep 2012 07:01:08 +0000 (17:01 +1000)
committerJames Teh <jamie@jantrid.net>
Wed, 19 Sep 2012 07:01:08 +0000 (17:01 +1000)
commitcefe7db60c13af484df6088059d29743363277d4
treeda4b59dd3038cb56678cbb5191219c230fbd919f
parentaeb5c5a8194ae9be65a9c7c9f18b377675663526
SpeechSymbolProcessor: Optimise the regular expression by matching all single character symbols in a regexp character set rather than separate expressions separated by the | operator.
This should also allow for more single character symbols.
source/characterProcessing.py