louismullie / treat

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

Fixed file path detection bug in build method polymorphism #79

Closed smileart closed 10 years ago

smileart commented 10 years ago

Fixed file path detection bug in build method polymorphism (when string was recognised as path cause of "xml", "yml", etc. content in it) Refactored file detection duplication in few places Fixed xml file format detection (f variable assigned but never used) Deleted some trailing spaces in the refactored file

louismullie commented 10 years ago

Thanks!