Class Index

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

public class Index extends Object
This classes indexes string lists. 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 least one StringList contains the specified token.
      Parameters:
      token - The element to check for.
      Returns:
      true if the token is contained, false otherwise.