louismullie / treat

Natural language processing framework for Ruby.
Other
1.36k stars 128 forks source link

possible fix for issue #68 and #66 and #63 #70

Closed chrisanderton closed 10 years ago

chrisanderton commented 10 years ago

as per issue #68 the current implode code in stringable doesn't properly handle punctation/enclitics - i've modified the code to allow nested calls to modify the value being built (otherwise they are always working on an empty string)

chrisanderton commented 10 years ago

this does highlight another issue with the current handling of punctuation - you don't actually want to strip! on all punctuation

chrisanderton commented 10 years ago

i've also added a fix for the rdoc parsing problem in #63

louismullie commented 10 years ago

Thanks!