Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFirstArc (0.13 sec)

  1. src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java

            }
        }
    
        BytesRef getLongestMatchOutput(final char[] src, final int start) throws IOException {
            BytesRef pendingOutput = fst.outputs.getNoOutput();
            fst.getFirstArc(scratchArc);
            BytesRef matchOutput = null;
    
            int index = 0;
            while (start + index < src.length) {
                final int codePoint = Character.codePointAt(src, start + index, src.length);
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top