bnosac / udpipe

R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
https://bnosac.github.io/udpipe/en
Mozilla Public License 2.0
209 stars 33 forks source link

expand file path #1

Closed dselivanov closed 7 years ago

dselivanov commented 7 years ago

At the moment udpipe_load_model can't correctly load models from paths like "~/path/to/model". Wrapping path with path.expand() fixes problem.