Interface ClassPathModelFinder

All Known Implementing Classes:
AbstractClassPathModelFinder, ClassgraphModelFinder, SimpleClassPathModelFinder

public interface ClassPathModelFinder
Describes a scanner which detects OpenNLP specific model files in an applications's classpath. If compatible models are present at runtime, each discovered element is made available as ClassPathModelEntry.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    findModels(boolean reloadCache)
    Finds OpenNLP models available within an applications's classpath.
  • Field Details

  • Method Details

    • findModels

      Set<ClassPathModelEntry> findModels(boolean reloadCache)
      Finds OpenNLP models available within an applications's classpath.
      Parameters:
      reloadCache - true, if the internal cache should explicitly be reloaded, false otherwise.
      Returns:
      A Set of model entries. It might be empty, if none were found.