-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit NLU
Xatkit NLU engine is a NLU server with the goal of providing a flexible and pragmatic solution to the intent matching problem in chatbots. Xatkit NLUs philosophy and requirements are driven by our growing experience in building bots.
As such, Xatkit NLU comes with plenty of configuration options and a few "shortcuts" to easily adapt the engine to the requirements of your specific chatbot project.
Thanks to its REST API, you can easily deploy and train bots and match user intents from any type of client or external library. But of course, we use it as a server for Xatkit itself.
Refer to:
- Xatkit NLU Server Engine for all details installing, configuring and running Xatkit NLU and the current functionalities the engine offers
- Xatkit NLU Client for all details on configuring Xatkit NLU as your intent recognition provider for Xatkit.
Xatkit Tip: Use it for exploration and protoyping scenarios
This server is still in an alpha testing phase and has limited functionality. Great for learning and playing with chatbot creation but not ready to be used in production environments!
- Getting Started
- Configuring your bot
- Integrating an Intent Recognition Provider
- Adding a bot to your website
- Deploying on Slack
- Basic concepts
- Intents and Entities
- States, Transitions, and Context
- Default and Local Fallbacks
- Core Library