Interface ClassPathModelFinder

All Known Implementing Classes:
AbstractClassPathModelFinder, ClassgraphModelFinder, SimpleClassPathModelFinder

public interface ClassPathModelFinder
  • Field Details

  • Method Details

    • findModels

      Set<ClassPathModelEntry> findModels(boolean reloadCache)
      Finds OpenNLP models within the 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.