pemistahl / lingua-py

The most accurate natural language detection library for Python, suitable for short text and mixed-language text
Apache License 2.0
1.14k stars 45 forks source link

Any speed benchmarks #104

Closed ogencoglu closed 1 year ago

ogencoglu commented 1 year ago

Thank you for the nice library and detailed accuracy benchmarks. Do you have a plan for a similar benchmarking for speed?

pemistahl commented 1 year ago

Speed benchmarks are part of my todo list but they are not at the top of the list. Due to the larger language models, Lingua is slower than most other Python language detectors. Performance optimizations are in the pipeline.