- Fixed some refcount bugs.
- Implemented stemming in a simpler way. - Made checkSynword() easier to read. - Used PyList_GetItem() to do bounds checking in Splitter_item(). - Made Splitter_indexes slightly faster by keeping a local copy of the length. - splitUnicodeString() now returns -1 on error. - Made splitUnicodeString() easier to read. - prepareString() performs a copy the standard way.
Showing
Please register or sign in to comment