Skip to content

Latest commit

 

History

History
117 lines (72 loc) · 1.61 KB

api.rst

File metadata and controls

117 lines (72 loc) · 1.61 KB

API reference

This part of the documentation covers the most important interfaces of the Snips NLU package.

Resources

snips_nlu.resources.load_resources

NLU engine

snips_nlu.nlu_engine.nlu_engine

SnipsNLUEngine

Intent Parser

snips_nlu.intent_parser

IntentParser

DeterministicIntentParser

ProbabilisticIntentParser

Intent Classifier

snips_nlu.intent_classifier

IntentClassifier

LogRegIntentClassifier

Slot Filler

snips_nlu.slot_filler

SlotFiller

CRFSlotFiller

Feature

Feature

Feature Factories

snips_nlu.slot_filler.feature_factory

Configurations

snips_nlu.pipeline.configs

NLUEngineConfig

DeterministicIntentParserConfig

ProbabilisticIntentParserConfig

LogRegIntentClassifierConfig

CRFSlotFillerConfig

Dataset

snips_nlu.dataset

Dataset

Intent

Entity

Result and output format

snips_nlu.result