JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
374 stars 96 forks source link

Use instance instead of type in language setter #90

Closed laschuet closed 6 years ago

laschuet commented 6 years ago

The latest changes to the Languages API require instances instead of types. If we use the type as in the current version further preprocessing fails. This should fix the language setter. A simple test case is provided. Documentation is updated.