Package 

Class OpenNlpEngineProvider

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

    
    public final class OpenNlpEngineProvider
     implements NlpEngineProvider
                        
    • Field Summary

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

      Modifier and Type Method Description
      IntentClassifier getIntentClassifier(IntentModelHolder model)
      EntityClassifier getEntityClassifier(EntityModelHolder model)
      Tokenizer getTokenizer(TokenizerModelHolder model)
      NlpEngineType getType()
      NlpEngineModelBuilder getModelBuilder()
      NlpEngineModelIo getModelIo()
      • Methods inherited from class ai.tock.nlp.model.service.engine.NlpEngineProvider

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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