Uses of Interface
org.apache.nlpcraft.model.NCModelView
-
Packages that use NCModelView Package Description org.apache.nlpcraft.model Contains main API for defining data models. -
-
Uses of NCModelView in org.apache.nlpcraft.model
Subinterfaces of NCModelView in org.apache.nlpcraft.model Modifier and Type Interface Description interface
NCModel
User-defined data model.Classes in org.apache.nlpcraft.model that implement NCModelView Modifier and Type Class Description class
NCModelAdapter
Adapter for data models.class
NCModelFileAdapter
Adapter for data models that can load model configuration from external JSON/YAML file.Methods in org.apache.nlpcraft.model that return NCModelView Modifier and Type Method Description NCModelView
NCContext. getModel()
Gets model instance for this query.NCModelView
NCToken. getModel()
Gets reference to the model this token belongs to.Methods in org.apache.nlpcraft.model with parameters of type NCModelView Modifier and Type Method Description List<NCCustomElement>
NCCustomParser. parse(NCRequest req, NCModelView mdl, List<NCCustomWord> words, List<NCCustomElement> elements)
Analyses user input provided as a list ofNCCustomWord
objects and returns a list ofNCCustomElement
objects.
-