Class SimpleFieldFragList

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleFieldFragList​(int fragCharSize)
      a constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int startOffset, int endOffset, java.util.List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
      convert the list of WeightedPhraseInfo to WeightedFragInfo, then add it to the fragInfos
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleFieldFragList

        public SimpleFieldFragList​(int fragCharSize)
        a constructor.
        Parameters:
        fragCharSize - the length (number of chars) of a fragment
    • Method Detail

      • add

        public void add​(int startOffset,
                        int endOffset,
                        java.util.List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
        Description copied from class: FieldFragList
        convert the list of WeightedPhraseInfo to WeightedFragInfo, then add it to the fragInfos
        Specified by:
        add in class FieldFragList
        Parameters:
        startOffset - start offset of the fragment
        endOffset - end offset of the fragment
        phraseInfoList - list of WeightedPhraseInfo objects