morfologik / morfologik-stemming

Tools for finite state automata construction and dictionary-based morphological dictionaries. Includes Polish stemming dictionary.
BSD 3-Clause "New" or "Revised" License
187 stars 44 forks source link

BufferUtils.ensureCapacity now clears the input buffer #63

Closed dweiss closed 8 years ago

dweiss commented 9 years ago

It'd be better to check for remaining space in the buffer and not require buffers to be at position() == 0