Closed jakub-zawislak closed 8 years ago
Redirect to a file and read from that. There is no equivalent -- the support for input streams have been removed because there is no way to properly detect input encoding from command line (now all the input files have to be in UTF8).
If you need command-line support then you can write it easily based on the API (and using the 'default' encoding Java gives you), but the support for it won't come back to command line tools.
I don't know Java. I found that in previous version I can run stemmer by command:
What is the equivalent command for version 2.0?