Class NGramBuilder.NGramEntry<T,​U>

  • Enclosing class:
    NGramBuilder<T,​U>

    public static class NGramBuilder.NGramEntry<T,​U>
    extends Object
    • Constructor Detail

      • NGramEntry

        public NGramEntry​(String identifier,
                          T[] entry,
                          U[] stats,
                          U cumStats,
                          int offset)
    • Method Detail

      • getIdentifier

        public String getIdentifier()
      • getOccurrences

        public long getOccurrences()
      • getStat

        public U getStat​(int index)
      • getCumStats

        public U getCumStats()
      • getStats

        public U[] getStats()
      • getOffset

        public int getOffset()
      • get

        public T get​(int index)