Uses of Interface
org.apache.nlpcraft.model.NCCustomElement
-
Packages that use NCCustomElement Package Description org.apache.nlpcraft.model Contains main API for defining data models. -
-
Uses of NCCustomElement in org.apache.nlpcraft.model
Methods in org.apache.nlpcraft.model that return types with arguments of type NCCustomElement 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.
-