Class Index

java.lang.Object
opennlp.tools.dictionary.Index

public class Index extends Object
This classes indexes StringLists. This makes it possible to check if a certain token is contained in at least one of the StringLists.
  • Constructor Details

  • Method Details

    • contains

      public boolean contains(String token)
      Checks if at leat one StringList contains the given token.
      Parameters:
      token -
      Returns:
      true if the token is contained otherwise false.