Uses of Package
org.apache.nlpcraft.model
-
Packages that use org.apache.nlpcraft.model Package Description org.apache.nlpcraft.model Contains main API for defining data models.org.apache.nlpcraft.model.factories.basic Contains basic model factory implementation.org.apache.nlpcraft.model.factories.spring Contains Spring-based model factory implementation.org.apache.nlpcraft.model.impl org.apache.nlpcraft.model.opencensus Contains OpenCensus integration components.org.apache.nlpcraft.model.tools.embedded Contains embedded probe controller.org.apache.nlpcraft.model.tools.sqlgen Contains model stub generator for SQL RDBMS.org.apache.nlpcraft.model.tools.test Contains model testing framework. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model Class Description NCCompany Descriptor of the user company.NCContext Data model query context.NCConversation Conversation container for specific user and data model.NCCustomElement Detected model element returning from custom parser.NCCustomParser Custom model element parser for programmatic NER implementations.NCCustomWord A partially enriched token with a basic set of NLP properties used by custom NER parser.NCDialogFlowItem An item of the dialog flow.NCElement Data model element.NCIntent Annotation to bind an intent with the method serving as its callback.NCIntentMatch An intent match context that can be passed into the callback of the matched intent.NCIntentRef Annotation referencing an intent defined outside of callback method declaration.NCIntentSample Annotation to define samples of the user input that should match an intent.NCIntentSampleRef Annotation to define samples of the user input that should match an intent.NCLifecycle Lifecycle component.NCMetadata Provides support for mutable runtime-only metadata.NCModel User-defined data model.NCModelAdapter Adapter for data models.NCModelView Read-only view on data model.NCRejection Exception to indicate that user input cannot be processed as is.NCRequest Information about the user request.NCResult Data model result returned from model intent callbacks.NCToken Detected model element.NCUser Descriptor of the user.NCValue Model element's value.NCValueLoader Dynamic value loader that can be used by model elements to dynamically load or create their values.NCVariant A parsing variant is a list of tokens representing one possible parsing variant of the user input. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model.factories.basic Class Description NCModel User-defined data model.NCModelFactory Optional factory for data models. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model.factories.spring Class Description NCModel User-defined data model.NCModelFactory Optional factory for data models. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model.impl Class Description NCMetadata Provides support for mutable runtime-only metadata. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model.opencensus Class Description NCLifecycle Lifecycle component. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model.tools.embedded Class Description NCMetadata Provides support for mutable runtime-only metadata. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model.tools.sqlgen Class Description NCModel User-defined data model.NCToken Detected model element.NCVariant A parsing variant is a list of tokens representing one possible parsing variant of the user input. -
Classes in org.apache.nlpcraft.model used by org.apache.nlpcraft.model.tools.test Class Description NCModel User-defined data model.