donnerpeter commented on code in PR #16359:
URL: https://github.com/apache/lucene/pull/16359#discussion_r3528949247


##########
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/TrigramAutomaton.java:
##########
@@ -27,14 +27,14 @@
  * An automaton allowing to achieve the same results as non-weighted {@link
  * GeneratingSuggester#ngramScore}, but faster (in O(s2.length) time).
  */
-class TrigramAutomaton {
+public class TrigramAutomaton {

Review Comment:
   Sorry, I was unclear. I meant everything around more core classes like 
Dictionary/Hunspell/Stemmer, not necessarily the suggester's own internals. 
`TrigramAutomaton` is exactly part of these internals, extracted to keep 
classes smaller.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to