Skip to content

Commit

Permalink
[java] Document Java 7 now required
Browse files Browse the repository at this point in the history
See #195.
  • Loading branch information
ojwb committed Aug 7, 2024
1 parent e372931 commit 9d69fcb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/libstemmer_java_README
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ to a root form and/or get a root form which is itself a word then Snowball's
stemming algorithms likely aren't the right answer.


Requirements
============

The Java code generated by Snowball requires Java >= 7 (since Snowball 2.2.0).
Java 7 was released in 2011, and Java 6's EOL was 2013 so we don't expect this
to be a problematic requirement.


Compiling the library
=====================

Expand Down

0 comments on commit 9d69fcb

Please sign in to comment.