Détail du package

@botbuildercommunity/middleware-engine-core

Bot Framework middleware core engine builder for text analysis.

chatbots, bot framework, bot builder, sentiment analysis

readme

Text Analysis Core Engine

This package is not to be used directly in your Bot Framework chatbot. Instead, it is used in the middleware packages to help define the structure of the middleware.

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2019-08

Added

  • First release of Text Analysis Core Engine
  • Added abstract class with abstract methods that should encompass the scope of modern text analysis NLU capabilities

[1.1.0] - 2019-10

Added

  • Added abstract class for TextAnalysisMiddleware to help define configuration options.
  • Added config property and set() method for handling generic configuration settings to be passed to the engine.