mbeurel / php-lemmatizer

Lemmatizer text with php and the TreeTagger library
MIT License
7 stars 1 forks source link

Won't find executable under Windows #4

Open martinambrus opened 1 year ago

martinambrus commented 1 year ago

This line of code should be changed to support Windows platform, since the library executable file is not simply "tree-tagger" but rather "tree-tagger.exe":

$this->treeTaggerBinPath = sprintf("%s/bin/tree-tagger", $treeTaggerPath);
martinambrus commented 1 year ago

oh, this PHP library don't seem to work on Windows at all :/

mbeurel commented 1 year ago

Hi,

Yes, sorry, this library does not work on Windows, I guess it's possible but I don't have time and I can't test compatibility with this OS.

Sorry.