AlexPoint / OpenNlp

Open source NLP tools (sentence splitter, tokenizer, chunker, coref, NER, parse trees, etc.) in C#
MIT License
283 stars 101 forks source link

Cross platform compatible file paths #17

Closed TobyLobster closed 6 years ago

TobyLobster commented 6 years ago

A small fix. Using Path.Combine to combine directory and filename instead of hardcoding a (platform specific) directory separator character.

AlexPoint commented 6 years ago

Indeed, thanks a lot for spotting and fixing this!