Reorganize Input Processing To Handle Prefix Morphological Rules
PyElly tokenization of input was improperly dealing with prefix recognition and splitting off. This was main due to problems with the '+' character used to marking prefixes and separated roots. The problems showed up in the "chemic" example application, which has to find chemical nomenclature in various styles of text. The names are too numerous to list out fully and so requires a bit of analysis.