nitotm / efficient-language-detector

Fast and accurate natural language detection. Detector written in PHP. Nito-ELD, ELD.
Apache License 2.0
42 stars 4 forks source link

autoloading not working #2

Closed JoyceBabu closed 1 year ago

JoyceBabu commented 1 year ago

Autoloading is not working for class LanguageDetector on case sensitive file system, since the file is named languageDetector.php instead of LanguageDetector.php

This is fixed in https://github.com/nitotm/efficient-language-detector/pull/1

nitotm commented 1 year ago

Yes, I noticed, not sure what happened, its correct on my local. Will push fix soon.

nitotm commented 1 year ago

Fixed, should work now. Any other thing you can let me know.

JoyceBabu commented 1 year ago

Thank you.