Package 

Class OpenNlpEngineProvider

  • All Implemented Interfaces:
    ai.tock.nlp.model.service.engine.NlpEngineProvider

    
    public final class OpenNlpEngineProvider
     implements NlpEngineProvider
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final NlpEngineType type
      private final NlpEngineModelBuilder modelBuilder
      private final NlpEngineModelIo modelIo
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      NlpEngineType getType()
      NlpEngineModelBuilder getModelBuilder()
      NlpEngineModelIo getModelIo()
      IntentClassifier getIntentClassifier(IntentModelHolder model)
      EntityClassifier getEntityClassifier(EntityModelHolder model)
      Tokenizer getTokenizer(TokenizerModelHolder model)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait