yooper / php-text-analysis

PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language
https://github.com/yooper/php-text-analysis/wiki
MIT License
521 stars 88 forks source link

Multinomial Naive Bayes #69

Open hans0801 opened 3 years ago

hans0801 commented 3 years ago

Hi,

very appreciate for your work before. just want to ask, is it can handle for Multinomial Naive Bayes Classification?

Thanks

yooper commented 3 years ago

@hans0801 , it could easily be implemented if you have the time and drive. I don't have any ability to support new features at this time.