Package opennlp.tools.termvector


package opennlp.tools.termvector
  • Class
    Description
    Rolls the token layer up into a term vector layer for index consumers: one TermVector per distinct term, carrying the term string, its occurrence count, and (in full mode) the occurrence offsets.
    How much each TermVector records.