Schnittstelle ClassPathModelFinder

Alle bekannten Implementierungsklassen:
AbstractClassPathModelFinder, ClassgraphModelFinder, SimpleClassPathModelFinder

public interface ClassPathModelFinder
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    findModels(boolean reloadCache)
    Finds OpenNLP models within the classpath.
  • Felddetails

  • Methodendetails

    • findModels

      Set<ClassPathModelEntry> findModels(boolean reloadCache)
      Finds OpenNLP models within the classpath.
      Parameter:
      reloadCache - true, if the internal cache should explicitly be reloaded, false otherwise.
      Gibt zurück:
      A Set of model entries. It might be empty if none were found.