RubixML / Sentiment

An example project using a feed-forward neural network for text sentiment classification trained with 25,000 movie reviews from the IMDB website.
https://rubixml.com
MIT License
104 stars 13 forks source link

hebrew support #9

Open tomthedude opened 1 year ago

tomthedude commented 1 year ago

hello, thanks for the great work, can i train on hebrew language and the get predictions based on that training for hebrew texts? cheers

andrewdalpino commented 1 year ago

I believe that Hebrew is supported natively by PHP. There are even some first-class functions that deal with the Hebrew language specifically. See https://www.php.net/manual/en/function.hebrev.php for example.