You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/03/14 07:00:44 UTC

[incubator-nlpcraft] 12/13: Merge branch 'master' into NLPCRAFT-2

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit e2836af07d4e1c3d3578fe387f47f2b94279bc0d
Merge: 1970603 a7a1ca3
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Sat Mar 14 09:57:31 2020 +0300

    Merge branch 'master' into NLPCRAFT-2
    
    # Conflicts:
    #	src/main/scala/org/nlpcraft/probe/mgrs/nlp/enrichers/sort/NCSortEnricher.scala

 README.md                                          |   12 +-
 bin/nccurl.sh                                      |   40 +-
 bin/prepare.sh                                     |   40 +-
 docker/Dockerfile                                  |   43 +-
 docker/prepare.sh                                  |   40 +-
 docker/readme.md                                   |    8 +-
 docs/Gemfile                                       |   41 +-
 docs/_config.yml                                   |   49 +-
 docs/_data/blogs.yml                               |  110 -
 docs/_data/metrics.yml                             |   38 +-
 docs/_data/news.yml                                |   89 +-
 docs/_data/releases.yml                            |  172 +-
 docs/_includes/quick-links.html                    |   51 +
 docs/_layouts/blog.html                            |   10 +-
 docs/_layouts/default.html                         |   18 +-
 docs/_layouts/release-notes.html                   |   10 +-
 docs/_scss/404.scss                                |   38 +-
 docs/_scss/basic-concepts.scss                     |   38 +-
 docs/_scss/blogs.scss                              |  138 -
 docs/_scss/buttons.scss                            |   38 +-
 docs/_scss/colors.scss                             |   38 +-
 docs/_scss/download.scss                           |   38 +-
 docs/_scss/fonts.scss                              |   38 +-
 docs/_scss/footer.scss                             |   38 +-
 docs/_scss/header.scss                             |   38 +-
 docs/_scss/index.scss                              |   42 +-
 docs/_scss/integrations.scss                       |   38 +-
 docs/_scss/metrics-and-tracing.scss                |   38 +-
 docs/_scss/misc.scss                               |   38 +-
 docs/_scss/server-and-probes.scss                  |   38 +-
 docs/_scss/sh.scss                                 |   38 +-
 docs/_scss/three-cols.scss                         |   38 +-
 docs/_scss/use-cases.scss                          |   38 +-
 docs/apis/javadoc-0.1.0/allclasses-frame.html      |   62 -
 docs/apis/javadoc-0.1.0/allclasses-noframe.html    |   62 -
 docs/apis/javadoc-0.1.0/constant-values.html       |  368 ---
 docs/apis/javadoc-0.1.0/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.1.0/help-doc.html              |  234 --
 docs/apis/javadoc-0.1.0/index-all.html             | 2096 -------------
 docs/apis/javadoc-0.1.0/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  276 --
 .../org/nlpcraft/model/NCDataSource.html           |  277 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  262 --
 .../org/nlpcraft/model/NCElement.html              |  622 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.1.0/org/nlpcraft/model/NCModel.html  | 2261 --------------
 .../org/nlpcraft/model/NCModelDescriptor.html      |  283 --
 .../org/nlpcraft/model/NCModelProvider.html        |  278 --
 .../org/nlpcraft/model/NCModelProviderAdapter.html |  368 ---
 .../org/nlpcraft/model/NCProbeContext.html         |  366 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  331 --
 .../org/nlpcraft/model/NCQueryResult.html          |  533 ----
 .../org/nlpcraft/model/NCRejection.html            |  307 --
 .../org/nlpcraft/model/NCSentence.html             |  502 ----
 .../javadoc-0.1.0/org/nlpcraft/model/NCToken.html  | 1198 --------
 .../org/nlpcraft/model/NCVariant.html              |  253 --
 .../nlpcraft/model/builder/NCBuilderException.html |  305 --
 .../nlpcraft/model/builder/NCElementBuilder.html   |  584 ----
 .../org/nlpcraft/model/builder/NCModelBuilder.html | 1514 ----------
 .../model/builder/NCModelDescriptorBuilder.html    |  376 ---
 .../builder/class-use/NCBuilderException.html      |  215 --
 .../model/builder/class-use/NCElementBuilder.html  |  255 --
 .../model/builder/class-use/NCModelBuilder.html    |  495 ---
 .../class-use/NCModelDescriptorBuilder.html        |  200 --
 .../org/nlpcraft/model/builder/package-frame.html  |   27 -
 .../nlpcraft/model/builder/package-summary.html    |  187 --
 .../org/nlpcraft/model/builder/package-tree.html   |  157 -
 .../org/nlpcraft/model/builder/package-use.html    |  181 --
 .../model/class-use/NCConversationContext.html     |  173 --
 .../org/nlpcraft/model/class-use/NCDataSource.html |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  214 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  191 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  239 --
 .../model/class-use/NCModelDescriptor.html         |  233 --
 .../nlpcraft/model/class-use/NCModelProvider.html  |  173 --
 .../model/class-use/NCModelProviderAdapter.html    |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  199 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  241 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  282 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  200 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  858 ------
 .../org/nlpcraft/model/class-use/NCVariant.html    |  229 --
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  410 ---
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  343 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  400 ---
 .../nlpcraft/model/intent/NCIntentSolver.ITEM.html |  360 ---
 .../intent/NCIntentSolver.IntentCallback.html      |  209 --
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  410 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  343 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  410 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  410 ---
 .../model/intent/NCIntentSolver.Predicate.html     |  219 --
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  532 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  370 ---
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  410 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  410 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  598 ----
 .../model/intent/NCIntentSolverContext.html        |  340 ---
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  195 --
 .../intent/class-use/NCIntentSolver.ITEM.html      |  186 --
 .../class-use/NCIntentSolver.IntentCallback.html   |  174 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.Predicate.html |  292 --
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  203 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  174 --
 .../intent/class-use/NCIntentSolverContext.html    |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   43 -
 .../org/nlpcraft/model/intent/package-summary.html |  276 --
 .../org/nlpcraft/model/intent/package-tree.html    |  196 --
 .../org/nlpcraft/model/intent/package-use.html     |  191 --
 .../org/nlpcraft/model/package-frame.html          |   42 -
 .../org/nlpcraft/model/package-summary.html        |  270 --
 .../org/nlpcraft/model/package-tree.html           |  186 --
 .../org/nlpcraft/model/package-use.html            |  350 ---
 .../org/nlpcraft/model/test/NCTestClient.html      |  347 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  409 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  197 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  198 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 2723 -----------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.1.0/overview-frame.html        |   27 -
 docs/apis/javadoc-0.1.0/overview-summary.html      |  180 --
 docs/apis/javadoc-0.1.0/overview-tree.html         |  236 --
 docs/apis/javadoc-0.1.0/package-list               |    5 -
 .../javadoc-0.1.0/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.1.0/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.1.0/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.1.0/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.1.0/script.js                  |   30 -
 docs/apis/javadoc-0.1.0/serialized-form.html       |  250 --
 docs/apis/javadoc-0.1.0/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.2.0/allclasses-frame.html      |   62 -
 docs/apis/javadoc-0.2.0/allclasses-noframe.html    |   62 -
 docs/apis/javadoc-0.2.0/constant-values.html       |  368 ---
 docs/apis/javadoc-0.2.0/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.2.0/help-doc.html              |  234 --
 docs/apis/javadoc-0.2.0/index-all.html             | 2100 -------------
 docs/apis/javadoc-0.2.0/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  276 --
 .../org/nlpcraft/model/NCDataSource.html           |  277 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  262 --
 .../org/nlpcraft/model/NCElement.html              |  622 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.2.0/org/nlpcraft/model/NCModel.html  | 2268 --------------
 .../org/nlpcraft/model/NCModelDescriptor.html      |  283 --
 .../org/nlpcraft/model/NCModelProvider.html        |  278 --
 .../org/nlpcraft/model/NCModelProviderAdapter.html |  376 ---
 .../org/nlpcraft/model/NCProbeContext.html         |  340 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  331 --
 .../org/nlpcraft/model/NCQueryResult.html          |  533 ----
 .../org/nlpcraft/model/NCRejection.html            |  307 --
 .../org/nlpcraft/model/NCSentence.html             |  502 ----
 .../javadoc-0.2.0/org/nlpcraft/model/NCToken.html  | 1212 --------
 .../org/nlpcraft/model/NCVariant.html              |  253 --
 .../nlpcraft/model/builder/NCBuilderException.html |  305 --
 .../nlpcraft/model/builder/NCElementBuilder.html   |  584 ----
 .../org/nlpcraft/model/builder/NCModelBuilder.html | 1516 ----------
 .../model/builder/NCModelDescriptorBuilder.html    |  376 ---
 .../builder/class-use/NCBuilderException.html      |  215 --
 .../model/builder/class-use/NCElementBuilder.html  |  255 --
 .../model/builder/class-use/NCModelBuilder.html    |  495 ---
 .../class-use/NCModelDescriptorBuilder.html        |  200 --
 .../org/nlpcraft/model/builder/package-frame.html  |   27 -
 .../nlpcraft/model/builder/package-summary.html    |  187 --
 .../org/nlpcraft/model/builder/package-tree.html   |  157 -
 .../org/nlpcraft/model/builder/package-use.html    |  181 --
 .../model/class-use/NCConversationContext.html     |  173 --
 .../org/nlpcraft/model/class-use/NCDataSource.html |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  214 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  191 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  239 --
 .../model/class-use/NCModelDescriptor.html         |  233 --
 .../nlpcraft/model/class-use/NCModelProvider.html  |  173 --
 .../model/class-use/NCModelProviderAdapter.html    |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  199 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  241 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  282 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  200 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  870 ------
 .../org/nlpcraft/model/class-use/NCVariant.html    |  229 --
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  410 ---
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  343 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  400 ---
 .../nlpcraft/model/intent/NCIntentSolver.ITEM.html |  360 ---
 .../intent/NCIntentSolver.IntentCallback.html      |  209 --
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  410 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  343 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  410 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  410 ---
 .../model/intent/NCIntentSolver.Predicate.html     |  219 --
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  532 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  370 ---
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  410 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  410 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  598 ----
 .../model/intent/NCIntentSolverContext.html        |  340 ---
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  195 --
 .../intent/class-use/NCIntentSolver.ITEM.html      |  186 --
 .../class-use/NCIntentSolver.IntentCallback.html   |  174 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.Predicate.html |  292 --
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  203 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  174 --
 .../intent/class-use/NCIntentSolverContext.html    |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   43 -
 .../org/nlpcraft/model/intent/package-summary.html |  276 --
 .../org/nlpcraft/model/intent/package-tree.html    |  196 --
 .../org/nlpcraft/model/intent/package-use.html     |  191 --
 .../org/nlpcraft/model/package-frame.html          |   42 -
 .../org/nlpcraft/model/package-summary.html        |  270 --
 .../org/nlpcraft/model/package-tree.html           |  186 --
 .../org/nlpcraft/model/package-use.html            |  350 ---
 .../org/nlpcraft/model/test/NCTestClient.html      |  347 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  409 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  197 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  198 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 2773 -----------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.2.0/overview-frame.html        |   27 -
 docs/apis/javadoc-0.2.0/overview-summary.html      |  180 --
 docs/apis/javadoc-0.2.0/overview-tree.html         |  236 --
 docs/apis/javadoc-0.2.0/package-list               |    5 -
 .../javadoc-0.2.0/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.2.0/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.2.0/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.2.0/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.2.0/script.js                  |   30 -
 docs/apis/javadoc-0.2.0/serialized-form.html       |  250 --
 docs/apis/javadoc-0.2.0/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.3.0/allclasses-frame.html      |   64 -
 docs/apis/javadoc-0.3.0/allclasses-noframe.html    |   64 -
 docs/apis/javadoc-0.3.0/constant-values.html       |  368 ---
 docs/apis/javadoc-0.3.0/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.3.0/help-doc.html              |  234 --
 docs/apis/javadoc-0.3.0/index-all.html             | 2152 -------------
 docs/apis/javadoc-0.3.0/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  276 --
 .../org/nlpcraft/model/NCDataSource.html           |  277 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  627 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.3.0/org/nlpcraft/model/NCModel.html  | 2269 --------------
 .../org/nlpcraft/model/NCModelDescriptor.html      |  288 --
 .../org/nlpcraft/model/NCModelProvider.html        |  278 --
 .../org/nlpcraft/model/NCModelProviderAdapter.html |  376 ---
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  331 --
 .../org/nlpcraft/model/NCQueryResult.html          |  537 ----
 .../org/nlpcraft/model/NCRejection.html            |  307 --
 .../org/nlpcraft/model/NCSentence.html             |  506 ----
 .../javadoc-0.3.0/org/nlpcraft/model/NCToken.html  | 1212 --------
 .../org/nlpcraft/model/NCVariant.html              |  253 --
 .../nlpcraft/model/builder/NCBuilderException.html |  305 --
 .../nlpcraft/model/builder/NCElementBuilder.html   |  584 ----
 .../org/nlpcraft/model/builder/NCModelBuilder.html | 1552 ----------
 .../model/builder/NCModelDescriptorBuilder.html    |  376 ---
 .../builder/class-use/NCBuilderException.html      |  221 --
 .../model/builder/class-use/NCElementBuilder.html  |  255 --
 .../model/builder/class-use/NCModelBuilder.html    |  495 ---
 .../class-use/NCModelDescriptorBuilder.html        |  200 --
 .../org/nlpcraft/model/builder/package-frame.html  |   27 -
 .../nlpcraft/model/builder/package-summary.html    |  187 --
 .../org/nlpcraft/model/builder/package-tree.html   |  157 -
 .../org/nlpcraft/model/builder/package-use.html    |  181 --
 .../model/class-use/NCConversationContext.html     |  173 --
 .../org/nlpcraft/model/class-use/NCDataSource.html |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  214 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  191 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  294 --
 .../model/class-use/NCModelDescriptor.html         |  233 --
 .../nlpcraft/model/class-use/NCModelProvider.html  |  173 --
 .../model/class-use/NCModelProviderAdapter.html    |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  199 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  241 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  282 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  200 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  870 ------
 .../org/nlpcraft/model/class-use/NCVariant.html    |  229 --
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  410 ---
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  351 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.ITEM.html |  369 ---
 .../intent/NCIntentSolver.IntentCallback.html      |  209 --
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  410 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  351 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  410 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  410 ---
 .../model/intent/NCIntentSolver.Predicate.html     |  219 --
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  535 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  379 ---
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  410 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  410 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  644 ----
 .../model/intent/NCIntentSolverContext.html        |  367 ---
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.ITEM.html      |  186 --
 .../class-use/NCIntentSolver.IntentCallback.html   |  174 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.Predicate.html |  292 --
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  203 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  202 --
 .../intent/class-use/NCIntentSolverContext.html    |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   43 -
 .../org/nlpcraft/model/intent/package-summary.html |  276 --
 .../org/nlpcraft/model/intent/package-tree.html    |  198 --
 .../org/nlpcraft/model/intent/package-use.html     |  214 --
 .../org/nlpcraft/model/package-frame.html          |   42 -
 .../org/nlpcraft/model/package-summary.html        |  270 --
 .../org/nlpcraft/model/package-tree.html           |  186 --
 .../org/nlpcraft/model/package-use.html            |  373 ---
 .../org/nlpcraft/model/test/NCTestClient.html      |  347 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  409 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  197 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  198 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  342 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  304 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  164 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 2773 -----------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.3.0/overview-frame.html        |   28 -
 docs/apis/javadoc-0.3.0/overview-summary.html      |  197 --
 docs/apis/javadoc-0.3.0/overview-tree.html         |  241 --
 docs/apis/javadoc-0.3.0/package-list               |    6 -
 .../javadoc-0.3.0/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.3.0/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.3.0/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.3.0/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.3.0/script.js                  |   30 -
 docs/apis/javadoc-0.3.0/serialized-form.html       |  380 ---
 docs/apis/javadoc-0.3.0/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.4.0/allclasses-frame.html      |   63 -
 docs/apis/javadoc-0.4.0/allclasses-noframe.html    |   63 -
 docs/apis/javadoc-0.4.0/constant-values.html       |  368 ---
 docs/apis/javadoc-0.4.0/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.4.0/help-doc.html              |  234 --
 docs/apis/javadoc-0.4.0/index-all.html             | 2135 -------------
 docs/apis/javadoc-0.4.0/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  278 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  627 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.4.0/org/nlpcraft/model/NCModel.html  | 2269 --------------
 .../org/nlpcraft/model/NCModelDescriptor.html      |  288 --
 .../org/nlpcraft/model/NCModelProvider.html        |  278 --
 .../org/nlpcraft/model/NCModelProviderAdapter.html |  376 ---
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  311 --
 .../org/nlpcraft/model/NCQueryResult.html          |  537 ----
 .../org/nlpcraft/model/NCRejection.html            |  307 --
 .../org/nlpcraft/model/NCSentence.html             |  531 ----
 .../javadoc-0.4.0/org/nlpcraft/model/NCToken.html  | 1212 --------
 .../org/nlpcraft/model/NCVariant.html              |  253 --
 .../nlpcraft/model/builder/NCBuilderException.html |  305 --
 .../nlpcraft/model/builder/NCElementBuilder.html   |  584 ----
 .../org/nlpcraft/model/builder/NCModelBuilder.html | 1580 ----------
 .../model/builder/NCModelDescriptorBuilder.html    |  376 ---
 .../builder/class-use/NCBuilderException.html      |  221 --
 .../model/builder/class-use/NCElementBuilder.html  |  255 --
 .../model/builder/class-use/NCModelBuilder.html    |  502 ----
 .../class-use/NCModelDescriptorBuilder.html        |  200 --
 .../org/nlpcraft/model/builder/package-frame.html  |   27 -
 .../nlpcraft/model/builder/package-summary.html    |  187 --
 .../org/nlpcraft/model/builder/package-tree.html   |  157 -
 .../org/nlpcraft/model/builder/package-use.html    |  181 --
 .../model/class-use/NCConversationContext.html     |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  214 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  191 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  294 --
 .../model/class-use/NCModelDescriptor.html         |  233 --
 .../nlpcraft/model/class-use/NCModelProvider.html  |  173 --
 .../model/class-use/NCModelProviderAdapter.html    |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  199 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  241 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  282 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  200 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  870 ------
 .../org/nlpcraft/model/class-use/NCVariant.html    |  229 --
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  417 ---
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  351 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.ITEM.html |  369 ---
 .../intent/NCIntentSolver.IntentCallback.html      |  209 --
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  417 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  351 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  417 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  417 ---
 .../model/intent/NCIntentSolver.Predicate.html     |  266 --
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  542 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  379 ---
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  417 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  417 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  644 ----
 .../model/intent/NCIntentSolverContext.html        |  367 ---
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.ITEM.html      |  186 --
 .../class-use/NCIntentSolver.IntentCallback.html   |  174 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.Predicate.html |  292 --
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  203 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  229 --
 .../intent/class-use/NCIntentSolverContext.html    |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   43 -
 .../org/nlpcraft/model/intent/package-summary.html |  276 --
 .../org/nlpcraft/model/intent/package-tree.html    |  198 --
 .../org/nlpcraft/model/intent/package-use.html     |  237 --
 .../org/nlpcraft/model/package-frame.html          |   41 -
 .../org/nlpcraft/model/package-summary.html        |  264 --
 .../org/nlpcraft/model/package-tree.html           |  185 --
 .../org/nlpcraft/model/package-use.html            |  368 ---
 .../org/nlpcraft/model/test/NCTestClient.html      |  320 --
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  198 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  342 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  304 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  164 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 2773 -----------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.4.0/overview-frame.html        |   28 -
 docs/apis/javadoc-0.4.0/overview-summary.html      |  197 --
 docs/apis/javadoc-0.4.0/overview-tree.html         |  240 --
 docs/apis/javadoc-0.4.0/package-list               |    6 -
 .../javadoc-0.4.0/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.4.0/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.4.0/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.4.0/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.4.0/script.js                  |   30 -
 docs/apis/javadoc-0.4.0/serialized-form.html       |  380 ---
 docs/apis/javadoc-0.4.0/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.5.0/allclasses-frame.html      |   61 -
 docs/apis/javadoc-0.5.0/allclasses-noframe.html    |   61 -
 docs/apis/javadoc-0.5.0/constant-values.html       |  368 ---
 docs/apis/javadoc-0.5.0/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.5.0/help-doc.html              |  234 --
 docs/apis/javadoc-0.5.0/index-all.html             | 2123 -------------
 docs/apis/javadoc-0.5.0/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  284 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  630 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.5.0/org/nlpcraft/model/NCModel.html  | 2269 --------------
 .../org/nlpcraft/model/NCModelDescriptor.html      |  288 --
 .../org/nlpcraft/model/NCModelProvider.html        |  278 --
 .../org/nlpcraft/model/NCModelProviderAdapter.html |  376 ---
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  311 --
 .../org/nlpcraft/model/NCQueryResult.html          |  528 ----
 .../org/nlpcraft/model/NCRejection.html            |  307 --
 .../org/nlpcraft/model/NCSentence.html             |  531 ----
 .../javadoc-0.5.0/org/nlpcraft/model/NCToken.html  | 1224 --------
 .../nlpcraft/model/builder/NCBuilderException.html |  305 --
 .../nlpcraft/model/builder/NCElementBuilder.html   |  598 ----
 .../org/nlpcraft/model/builder/NCModelBuilder.html | 1608 ----------
 .../model/builder/NCModelDescriptorBuilder.html    |  376 ---
 .../builder/class-use/NCBuilderException.html      |  221 --
 .../model/builder/class-use/NCElementBuilder.html  |  255 --
 .../model/builder/class-use/NCModelBuilder.html    |  502 ----
 .../class-use/NCModelDescriptorBuilder.html        |  200 --
 .../org/nlpcraft/model/builder/package-frame.html  |   27 -
 .../nlpcraft/model/builder/package-summary.html    |  187 --
 .../org/nlpcraft/model/builder/package-tree.html   |  157 -
 .../org/nlpcraft/model/builder/package-use.html    |  181 --
 .../model/class-use/NCConversationContext.html     |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  214 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  191 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  294 --
 .../model/class-use/NCModelDescriptor.html         |  233 --
 .../nlpcraft/model/class-use/NCModelProvider.html  |  173 --
 .../model/class-use/NCModelProviderAdapter.html    |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  199 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  241 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  280 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  200 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  888 ------
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  417 ---
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  351 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.ITEM.html |  369 ---
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  417 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  351 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  417 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  417 ---
 .../model/intent/NCIntentSolver.PREDICATE.html     |  266 --
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  551 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  379 ---
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  417 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  417 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  636 ----
 .../model/intent/NCIntentSolverContext.html        |  369 ---
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.ITEM.html      |  186 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.PREDICATE.html |  292 --
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  203 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  229 --
 .../intent/class-use/NCIntentSolverContext.html    |  174 --
 .../org/nlpcraft/model/intent/package-frame.html   |   42 -
 .../org/nlpcraft/model/intent/package-summary.html |  270 --
 .../org/nlpcraft/model/intent/package-tree.html    |  196 --
 .../org/nlpcraft/model/intent/package-use.html     |  237 --
 .../org/nlpcraft/model/package-frame.html          |   40 -
 .../org/nlpcraft/model/package-summary.html        |  258 --
 .../org/nlpcraft/model/package-tree.html           |  179 --
 .../org/nlpcraft/model/package-use.html            |  358 ---
 .../org/nlpcraft/model/test/NCTestClient.html      |  354 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  342 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  304 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  164 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 2767 -----------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.5.0/overview-frame.html        |   28 -
 docs/apis/javadoc-0.5.0/overview-summary.html      |  197 --
 docs/apis/javadoc-0.5.0/overview-tree.html         |  232 --
 docs/apis/javadoc-0.5.0/package-list               |    6 -
 .../javadoc-0.5.0/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.5.0/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.5.0/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.5.0/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.5.0/script.js                  |   30 -
 docs/apis/javadoc-0.5.0/serialized-form.html       |  380 ---
 docs/apis/javadoc-0.5.0/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.5.1/allclasses-frame.html      |   61 -
 docs/apis/javadoc-0.5.1/allclasses-noframe.html    |   61 -
 docs/apis/javadoc-0.5.1/constant-values.html       |  368 ---
 docs/apis/javadoc-0.5.1/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.5.1/help-doc.html              |  234 --
 docs/apis/javadoc-0.5.1/index-all.html             | 2123 -------------
 docs/apis/javadoc-0.5.1/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  284 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  630 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.5.1/org/nlpcraft/model/NCModel.html  | 2269 --------------
 .../org/nlpcraft/model/NCModelDescriptor.html      |  288 --
 .../org/nlpcraft/model/NCModelProvider.html        |  278 --
 .../org/nlpcraft/model/NCModelProviderAdapter.html |  376 ---
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  311 --
 .../org/nlpcraft/model/NCQueryResult.html          |  528 ----
 .../org/nlpcraft/model/NCRejection.html            |  307 --
 .../org/nlpcraft/model/NCSentence.html             |  531 ----
 .../javadoc-0.5.1/org/nlpcraft/model/NCToken.html  | 1224 --------
 .../nlpcraft/model/builder/NCBuilderException.html |  305 --
 .../nlpcraft/model/builder/NCElementBuilder.html   |  598 ----
 .../org/nlpcraft/model/builder/NCModelBuilder.html | 1608 ----------
 .../model/builder/NCModelDescriptorBuilder.html    |  376 ---
 .../builder/class-use/NCBuilderException.html      |  221 --
 .../model/builder/class-use/NCElementBuilder.html  |  255 --
 .../model/builder/class-use/NCModelBuilder.html    |  502 ----
 .../class-use/NCModelDescriptorBuilder.html        |  200 --
 .../org/nlpcraft/model/builder/package-frame.html  |   27 -
 .../nlpcraft/model/builder/package-summary.html    |  187 --
 .../org/nlpcraft/model/builder/package-tree.html   |  157 -
 .../org/nlpcraft/model/builder/package-use.html    |  181 --
 .../model/class-use/NCConversationContext.html     |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  214 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  191 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  294 --
 .../model/class-use/NCModelDescriptor.html         |  233 --
 .../nlpcraft/model/class-use/NCModelProvider.html  |  173 --
 .../model/class-use/NCModelProviderAdapter.html    |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  199 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  241 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  280 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  200 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  888 ------
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  417 ---
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  351 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.ITEM.html |  369 ---
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  417 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  351 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  417 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  417 ---
 .../model/intent/NCIntentSolver.PREDICATE.html     |  266 --
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  551 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  379 ---
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  417 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  417 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  636 ----
 .../model/intent/NCIntentSolverContext.html        |  369 ---
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.ITEM.html      |  186 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.PREDICATE.html |  292 --
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  203 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  229 --
 .../intent/class-use/NCIntentSolverContext.html    |  174 --
 .../org/nlpcraft/model/intent/package-frame.html   |   42 -
 .../org/nlpcraft/model/intent/package-summary.html |  270 --
 .../org/nlpcraft/model/intent/package-tree.html    |  196 --
 .../org/nlpcraft/model/intent/package-use.html     |  237 --
 .../org/nlpcraft/model/package-frame.html          |   40 -
 .../org/nlpcraft/model/package-summary.html        |  258 --
 .../org/nlpcraft/model/package-tree.html           |  179 --
 .../org/nlpcraft/model/package-use.html            |  358 ---
 .../org/nlpcraft/model/test/NCTestClient.html      |  354 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  342 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  304 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  164 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 2767 -----------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.5.1/overview-frame.html        |   28 -
 docs/apis/javadoc-0.5.1/overview-summary.html      |  197 --
 docs/apis/javadoc-0.5.1/overview-tree.html         |  232 --
 docs/apis/javadoc-0.5.1/package-list               |    6 -
 .../javadoc-0.5.1/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.5.1/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.5.1/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.5.1/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.5.1/script.js                  |   30 -
 docs/apis/javadoc-0.5.1/serialized-form.html       |  380 ---
 docs/apis/javadoc-0.5.1/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.6.0/allclasses-frame.html      |   58 -
 docs/apis/javadoc-0.6.0/allclasses-noframe.html    |   58 -
 docs/apis/javadoc-0.6.0/constant-values.html       |  312 --
 docs/apis/javadoc-0.6.0/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.6.0/help-doc.html              |  234 --
 docs/apis/javadoc-0.6.0/index-all.html             | 1889 ------------
 docs/apis/javadoc-0.6.0/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  285 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  630 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.6.0/org/nlpcraft/model/NCModel.html  | 1832 -----------
 .../org/nlpcraft/model/NCModelAdapter.html         |  518 ----
 .../org/nlpcraft/model/NCModelFileAdapter.html     | 1420 ---------
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  311 --
 .../org/nlpcraft/model/NCQueryResult.html          |  528 ----
 .../org/nlpcraft/model/NCRejection.html            |  308 --
 .../org/nlpcraft/model/NCSentence.html             |  531 ----
 .../javadoc-0.6.0/org/nlpcraft/model/NCToken.html  | 1423 ---------
 .../model/class-use/NCConversationContext.html     |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  177 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  210 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  242 --
 .../nlpcraft/model/class-use/NCModelAdapter.html   |  173 --
 .../model/class-use/NCModelFileAdapter.html        |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  173 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  248 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  280 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  204 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      | 1070 -------
 .../org/nlpcraft/model/intent/NCIntent.html        |  411 ---
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  436 ---
 .../model/intent/NCIntentSolver.COMBINATOR.html    |  267 --
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  403 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  437 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  403 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOT.html  |  385 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  657 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  583 ----
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  437 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  437 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  768 -----
 .../model/intent/NCIntentSolverContext.html        |  396 ---
 .../org/nlpcraft/model/intent/NCIntentTerm.html    |  274 --
 .../nlpcraft/model/intent/class-use/NCIntent.html  |  129 -
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.COMBINATOR.html       |  258 --
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.NOT.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  201 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  222 --
 .../intent/class-use/NCIntentSolverContext.html    |  181 --
 .../model/intent/class-use/NCIntentTerm.html       |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   47 -
 .../org/nlpcraft/model/intent/package-summary.html |  306 --
 .../org/nlpcraft/model/intent/package-tree.html    |  200 --
 .../org/nlpcraft/model/intent/package-use.html     |  209 --
 .../org/nlpcraft/model/package-frame.html          |   39 -
 .../org/nlpcraft/model/package-summary.html        |  252 --
 .../org/nlpcraft/model/package-tree.html           |  181 --
 .../org/nlpcraft/model/package-use.html            |  305 --
 .../org/nlpcraft/model/test/NCTestClient.html      |  348 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  337 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  300 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  167 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 3175 --------------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.6.0/overview-frame.html        |   27 -
 docs/apis/javadoc-0.6.0/overview-summary.html      |  191 --
 docs/apis/javadoc-0.6.0/overview-tree.html         |  233 --
 docs/apis/javadoc-0.6.0/package-list               |    5 -
 .../javadoc-0.6.0/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.6.0/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.6.0/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.6.0/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.6.0/script.js                  |   30 -
 docs/apis/javadoc-0.6.0/serialized-form.html       |  306 --
 docs/apis/javadoc-0.6.0/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.7.0/allclasses-frame.html      |   65 -
 docs/apis/javadoc-0.7.0/allclasses-noframe.html    |   65 -
 docs/apis/javadoc-0.7.0/constant-values.html       |  340 ---
 docs/apis/javadoc-0.7.0/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.7.0/help-doc.html              |  234 --
 docs/apis/javadoc-0.7.0/index-all.html             | 2041 -------------
 docs/apis/javadoc-0.7.0/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  285 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  630 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.7.0/org/nlpcraft/model/NCModel.html  | 1858 ------------
 .../org/nlpcraft/model/NCModelAdapter.html         |  518 ----
 .../org/nlpcraft/model/NCModelFactory.html         |  278 --
 .../org/nlpcraft/model/NCModelFileAdapter.html     | 1420 ---------
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  311 --
 .../org/nlpcraft/model/NCQueryResult.html          |  528 ----
 .../org/nlpcraft/model/NCRejection.html            |  308 --
 .../org/nlpcraft/model/NCSentence.html             |  551 ----
 .../javadoc-0.7.0/org/nlpcraft/model/NCToken.html  | 1461 ---------
 .../model/class-use/NCConversationContext.html     |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  177 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  210 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  337 ---
 .../nlpcraft/model/class-use/NCModelAdapter.html   |  173 --
 .../nlpcraft/model/class-use/NCModelFactory.html   |  199 --
 .../model/class-use/NCModelFileAdapter.html        |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  173 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  248 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  280 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  204 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      | 1070 -------
 .../model/factories/basic/NCBasicModelFactory.html |  341 ---
 .../basic/class-use/NCBasicModelFactory.html       |  129 -
 .../model/factories/basic/package-frame.html       |   21 -
 .../model/factories/basic/package-summary.html     |  158 -
 .../model/factories/basic/package-tree.html        |  142 -
 .../model/factories/basic/package-use.html         |  129 -
 .../factories/spring/NCSpringModelFactory.html     |  410 ---
 .../spring/class-use/NCSpringModelFactory.html     |  129 -
 .../model/factories/spring/package-frame.html      |   21 -
 .../model/factories/spring/package-summary.html    |  158 -
 .../model/factories/spring/package-tree.html       |  142 -
 .../model/factories/spring/package-use.html        |  129 -
 .../org/nlpcraft/model/intent/NCIntent.html        |  417 ---
 .../org/nlpcraft/model/intent/NCIntentRef.html     |  285 --
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  436 ---
 .../model/intent/NCIntentSolver.COMBINATOR.html    |  267 --
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  403 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  437 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  403 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOT.html  |  385 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  657 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  583 ----
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  437 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  437 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  769 -----
 .../model/intent/NCIntentSolverContext.html        |  396 ---
 .../org/nlpcraft/model/intent/NCIntentTerm.html    |  266 --
 .../nlpcraft/model/intent/class-use/NCIntent.html  |  129 -
 .../model/intent/class-use/NCIntentRef.html        |  129 -
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.COMBINATOR.html       |  258 --
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.NOT.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  201 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  222 --
 .../intent/class-use/NCIntentSolverContext.html    |  181 --
 .../model/intent/class-use/NCIntentTerm.html       |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   48 -
 .../org/nlpcraft/model/intent/package-summary.html |  312 --
 .../org/nlpcraft/model/intent/package-tree.html    |  201 --
 .../org/nlpcraft/model/intent/package-use.html     |  209 --
 .../org/nlpcraft/model/package-frame.html          |   40 -
 .../org/nlpcraft/model/package-summary.html        |  258 --
 .../org/nlpcraft/model/package-tree.html           |  182 --
 .../org/nlpcraft/model/package-use.html            |  361 ---
 .../nlpcraft/model/parsing/NCCustomElement.html    |  284 --
 .../org/nlpcraft/model/parsing/NCCustomParser.html |  251 --
 .../org/nlpcraft/model/parsing/NCCustomWord.html   |  453 ---
 .../model/parsing/class-use/NCCustomElement.html   |  174 --
 .../model/parsing/class-use/NCCustomParser.html    |  173 --
 .../model/parsing/class-use/NCCustomWord.html      |  189 --
 .../org/nlpcraft/model/parsing/package-frame.html  |   23 -
 .../nlpcraft/model/parsing/package-summary.html    |  177 --
 .../org/nlpcraft/model/parsing/package-tree.html   |  140 -
 .../org/nlpcraft/model/parsing/package-use.html    |  194 --
 .../org/nlpcraft/model/test/NCTestClient.html      |  348 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  337 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  300 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  167 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 3175 --------------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.7.0/overview-frame.html        |   30 -
 docs/apis/javadoc-0.7.0/overview-summary.html      |  209 --
 docs/apis/javadoc-0.7.0/overview-tree.html         |  243 --
 docs/apis/javadoc-0.7.0/package-list               |    8 -
 .../javadoc-0.7.0/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.7.0/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.7.0/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.7.0/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.7.0/script.js                  |   30 -
 docs/apis/javadoc-0.7.0/serialized-form.html       |  306 --
 docs/apis/javadoc-0.7.0/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.7.1/allclasses-frame.html      |   65 -
 docs/apis/javadoc-0.7.1/allclasses-noframe.html    |   65 -
 docs/apis/javadoc-0.7.1/constant-values.html       |  340 ---
 docs/apis/javadoc-0.7.1/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.7.1/help-doc.html              |  234 --
 docs/apis/javadoc-0.7.1/index-all.html             | 2041 -------------
 docs/apis/javadoc-0.7.1/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  285 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  633 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.7.1/org/nlpcraft/model/NCModel.html  | 1859 ------------
 .../org/nlpcraft/model/NCModelAdapter.html         |  518 ----
 .../org/nlpcraft/model/NCModelFactory.html         |  278 --
 .../org/nlpcraft/model/NCModelFileAdapter.html     | 1421 ---------
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  311 --
 .../org/nlpcraft/model/NCQueryResult.html          |  528 ----
 .../org/nlpcraft/model/NCRejection.html            |  308 --
 .../org/nlpcraft/model/NCSentence.html             |  551 ----
 .../javadoc-0.7.1/org/nlpcraft/model/NCToken.html  | 1461 ---------
 .../model/class-use/NCConversationContext.html     |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  177 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  210 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  337 ---
 .../nlpcraft/model/class-use/NCModelAdapter.html   |  173 --
 .../nlpcraft/model/class-use/NCModelFactory.html   |  199 --
 .../model/class-use/NCModelFileAdapter.html        |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  173 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  248 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  280 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  204 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      | 1070 -------
 .../model/factories/basic/NCBasicModelFactory.html |  366 ---
 .../basic/class-use/NCBasicModelFactory.html       |  129 -
 .../model/factories/basic/package-frame.html       |   21 -
 .../model/factories/basic/package-summary.html     |  158 -
 .../model/factories/basic/package-tree.html        |  142 -
 .../model/factories/basic/package-use.html         |  129 -
 .../factories/spring/NCSpringModelFactory.html     |  433 ---
 .../spring/class-use/NCSpringModelFactory.html     |  129 -
 .../model/factories/spring/package-frame.html      |   21 -
 .../model/factories/spring/package-summary.html    |  158 -
 .../model/factories/spring/package-tree.html       |  142 -
 .../model/factories/spring/package-use.html        |  129 -
 .../org/nlpcraft/model/intent/NCIntent.html        |  417 ---
 .../org/nlpcraft/model/intent/NCIntentRef.html     |  285 --
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  436 ---
 .../model/intent/NCIntentSolver.COMBINATOR.html    |  267 --
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  403 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  437 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  403 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOT.html  |  385 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  657 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  583 ----
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  437 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  437 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  769 -----
 .../model/intent/NCIntentSolverContext.html        |  396 ---
 .../org/nlpcraft/model/intent/NCIntentTerm.html    |  266 --
 .../nlpcraft/model/intent/class-use/NCIntent.html  |  129 -
 .../model/intent/class-use/NCIntentRef.html        |  129 -
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.COMBINATOR.html       |  258 --
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.NOT.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  201 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  222 --
 .../intent/class-use/NCIntentSolverContext.html    |  181 --
 .../model/intent/class-use/NCIntentTerm.html       |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   48 -
 .../org/nlpcraft/model/intent/package-summary.html |  312 --
 .../org/nlpcraft/model/intent/package-tree.html    |  201 --
 .../org/nlpcraft/model/intent/package-use.html     |  209 --
 .../org/nlpcraft/model/package-frame.html          |   40 -
 .../org/nlpcraft/model/package-summary.html        |  258 --
 .../org/nlpcraft/model/package-tree.html           |  182 --
 .../org/nlpcraft/model/package-use.html            |  361 ---
 .../nlpcraft/model/parsing/NCCustomElement.html    |  284 --
 .../org/nlpcraft/model/parsing/NCCustomParser.html |  251 --
 .../org/nlpcraft/model/parsing/NCCustomWord.html   |  453 ---
 .../model/parsing/class-use/NCCustomElement.html   |  174 --
 .../model/parsing/class-use/NCCustomParser.html    |  173 --
 .../model/parsing/class-use/NCCustomWord.html      |  189 --
 .../org/nlpcraft/model/parsing/package-frame.html  |   23 -
 .../nlpcraft/model/parsing/package-summary.html    |  177 --
 .../org/nlpcraft/model/parsing/package-tree.html   |  140 -
 .../org/nlpcraft/model/parsing/package-use.html    |  194 --
 .../org/nlpcraft/model/test/NCTestClient.html      |  348 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  337 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  300 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  167 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 3175 --------------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.7.1/overview-frame.html        |   30 -
 docs/apis/javadoc-0.7.1/overview-summary.html      |  209 --
 docs/apis/javadoc-0.7.1/overview-tree.html         |  243 --
 docs/apis/javadoc-0.7.1/package-list               |    8 -
 .../javadoc-0.7.1/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.7.1/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.7.1/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.7.1/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.7.1/script.js                  |   30 -
 docs/apis/javadoc-0.7.1/serialized-form.html       |  306 --
 docs/apis/javadoc-0.7.1/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.7.2/allclasses-frame.html      |   65 -
 docs/apis/javadoc-0.7.2/allclasses-noframe.html    |   65 -
 docs/apis/javadoc-0.7.2/constant-values.html       |  340 ---
 docs/apis/javadoc-0.7.2/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.7.2/help-doc.html              |  234 --
 docs/apis/javadoc-0.7.2/index-all.html             | 2041 -------------
 docs/apis/javadoc-0.7.2/index.html                 |   76 -
 .../org/nlpcraft/model/NCConversationContext.html  |  285 --
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  633 ----
 .../org/nlpcraft/model/NCMetadata.html             |  651 ----
 .../javadoc-0.7.2/org/nlpcraft/model/NCModel.html  | 1859 ------------
 .../org/nlpcraft/model/NCModelAdapter.html         |  518 ----
 .../org/nlpcraft/model/NCModelFactory.html         |  278 --
 .../org/nlpcraft/model/NCModelFileAdapter.html     | 1421 ---------
 .../org/nlpcraft/model/NCProbeContext.html         |  345 ---
 .../org/nlpcraft/model/NCQueryContext.html         |  311 --
 .../org/nlpcraft/model/NCQueryResult.html          |  528 ----
 .../org/nlpcraft/model/NCRejection.html            |  308 --
 .../org/nlpcraft/model/NCSentence.html             |  551 ----
 .../javadoc-0.7.2/org/nlpcraft/model/NCToken.html  | 1461 ---------
 .../model/class-use/NCConversationContext.html     |  173 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  177 --
 .../org/nlpcraft/model/class-use/NCMetadata.html   |  210 --
 .../org/nlpcraft/model/class-use/NCModel.html      |  337 ---
 .../nlpcraft/model/class-use/NCModelAdapter.html   |  173 --
 .../nlpcraft/model/class-use/NCModelFactory.html   |  199 --
 .../model/class-use/NCModelFileAdapter.html        |  129 -
 .../nlpcraft/model/class-use/NCProbeContext.html   |  173 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  248 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  280 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  204 --
 .../org/nlpcraft/model/class-use/NCSentence.html   |  173 --
 .../org/nlpcraft/model/class-use/NCToken.html      | 1070 -------
 .../model/factories/basic/NCBasicModelFactory.html |  366 ---
 .../basic/class-use/NCBasicModelFactory.html       |  129 -
 .../model/factories/basic/package-frame.html       |   21 -
 .../model/factories/basic/package-summary.html     |  158 -
 .../model/factories/basic/package-tree.html        |  142 -
 .../model/factories/basic/package-use.html         |  129 -
 .../factories/spring/NCSpringModelFactory.html     |  433 ---
 .../spring/class-use/NCSpringModelFactory.html     |  129 -
 .../model/factories/spring/package-frame.html      |   21 -
 .../model/factories/spring/package-summary.html    |  158 -
 .../model/factories/spring/package-tree.html       |  142 -
 .../model/factories/spring/package-use.html        |  129 -
 .../org/nlpcraft/model/intent/NCIntent.html        |  417 ---
 .../org/nlpcraft/model/intent/NCIntentRef.html     |  285 --
 .../org/nlpcraft/model/intent/NCIntentSkip.html    |  303 --
 .../nlpcraft/model/intent/NCIntentSolver.AND.html  |  436 ---
 .../model/intent/NCIntentSolver.COMBINATOR.html    |  267 --
 .../model/intent/NCIntentSolver.CONV_INTENT.html   |  403 ---
 .../model/intent/NCIntentSolver.INTENT.html        |  406 ---
 .../nlpcraft/model/intent/NCIntentSolver.NAND.html |  437 ---
 .../intent/NCIntentSolver.NON_CONV_INTENT.html     |  403 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOR.html  |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.NOT.html  |  385 ---
 .../nlpcraft/model/intent/NCIntentSolver.OR.html   |  436 ---
 .../nlpcraft/model/intent/NCIntentSolver.RULE.html |  657 ----
 .../nlpcraft/model/intent/NCIntentSolver.TERM.html |  583 ----
 .../nlpcraft/model/intent/NCIntentSolver.XNOR.html |  437 ---
 .../nlpcraft/model/intent/NCIntentSolver.XOR.html  |  437 ---
 .../org/nlpcraft/model/intent/NCIntentSolver.html  |  769 -----
 .../model/intent/NCIntentSolverContext.html        |  396 ---
 .../org/nlpcraft/model/intent/NCIntentTerm.html    |  266 --
 .../nlpcraft/model/intent/class-use/NCIntent.html  |  129 -
 .../model/intent/class-use/NCIntentRef.html        |  129 -
 .../model/intent/class-use/NCIntentSkip.html       |  129 -
 .../model/intent/class-use/NCIntentSolver.AND.html |  129 -
 .../class-use/NCIntentSolver.COMBINATOR.html       |  258 --
 .../class-use/NCIntentSolver.CONV_INTENT.html      |  129 -
 .../intent/class-use/NCIntentSolver.INTENT.html    |  210 --
 .../intent/class-use/NCIntentSolver.NAND.html      |  129 -
 .../class-use/NCIntentSolver.NON_CONV_INTENT.html  |  129 -
 .../model/intent/class-use/NCIntentSolver.NOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.NOT.html |  129 -
 .../model/intent/class-use/NCIntentSolver.OR.html  |  129 -
 .../intent/class-use/NCIntentSolver.RULE.html      |  129 -
 .../intent/class-use/NCIntentSolver.TERM.html      |  201 --
 .../intent/class-use/NCIntentSolver.XNOR.html      |  129 -
 .../model/intent/class-use/NCIntentSolver.XOR.html |  129 -
 .../model/intent/class-use/NCIntentSolver.html     |  222 --
 .../intent/class-use/NCIntentSolverContext.html    |  181 --
 .../model/intent/class-use/NCIntentTerm.html       |  129 -
 .../org/nlpcraft/model/intent/package-frame.html   |   48 -
 .../org/nlpcraft/model/intent/package-summary.html |  312 --
 .../org/nlpcraft/model/intent/package-tree.html    |  201 --
 .../org/nlpcraft/model/intent/package-use.html     |  209 --
 .../org/nlpcraft/model/package-frame.html          |   40 -
 .../org/nlpcraft/model/package-summary.html        |  258 --
 .../org/nlpcraft/model/package-tree.html           |  182 --
 .../org/nlpcraft/model/package-use.html            |  361 ---
 .../nlpcraft/model/parsing/NCCustomElement.html    |  284 --
 .../org/nlpcraft/model/parsing/NCCustomParser.html |  251 --
 .../org/nlpcraft/model/parsing/NCCustomWord.html   |  453 ---
 .../model/parsing/class-use/NCCustomElement.html   |  174 --
 .../model/parsing/class-use/NCCustomParser.html    |  173 --
 .../model/parsing/class-use/NCCustomWord.html      |  189 --
 .../org/nlpcraft/model/parsing/package-frame.html  |   23 -
 .../nlpcraft/model/parsing/package-summary.html    |  177 --
 .../org/nlpcraft/model/parsing/package-tree.html   |  140 -
 .../org/nlpcraft/model/parsing/package-use.html    |  194 --
 .../org/nlpcraft/model/test/NCTestClient.html      |  348 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  528 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/model/tools/dump/NCDumpReader.html    |  337 ---
 .../nlpcraft/model/tools/dump/NCDumpWriter.html    |  300 --
 .../model/tools/dump/class-use/NCDumpReader.html   |  129 -
 .../model/tools/dump/class-use/NCDumpWriter.html   |  129 -
 .../nlpcraft/model/tools/dump/package-frame.html   |   22 -
 .../nlpcraft/model/tools/dump/package-summary.html |  167 -
 .../nlpcraft/model/tools/dump/package-tree.html    |  143 -
 .../org/nlpcraft/model/tools/dump/package-use.html |  129 -
 .../nlpcraft/model/utils/NCTokenSqlAdapter.html    |  263 --
 .../org/nlpcraft/model/utils/NCTokenUtils.html     | 3175 --------------------
 .../model/utils/class-use/NCTokenSqlAdapter.html   |  182 --
 .../model/utils/class-use/NCTokenUtils.html        |  129 -
 .../org/nlpcraft/model/utils/package-frame.html    |   25 -
 .../org/nlpcraft/model/utils/package-summary.html  |  175 --
 .../org/nlpcraft/model/utils/package-tree.html     |  146 -
 .../org/nlpcraft/model/utils/package-use.html      |  166 -
 docs/apis/javadoc-0.7.2/overview-frame.html        |   30 -
 docs/apis/javadoc-0.7.2/overview-summary.html      |  209 --
 docs/apis/javadoc-0.7.2/overview-tree.html         |  243 --
 docs/apis/javadoc-0.7.2/package-list               |    8 -
 .../javadoc-0.7.2/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.7.2/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.7.2/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.7.2/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.7.2/script.js                  |   30 -
 docs/apis/javadoc-0.7.2/serialized-form.html       |  306 --
 docs/apis/javadoc-0.7.2/stylesheet.css             |  700 -----
 docs/apis/javadoc-0.7.3/allclasses-frame.html      |   58 -
 docs/apis/javadoc-0.7.3/allclasses-noframe.html    |   58 -
 docs/apis/javadoc-0.7.3/constant-values.html       |  347 ---
 docs/apis/javadoc-0.7.3/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.7.3/help-doc.html              |  234 --
 docs/apis/javadoc-0.7.3/index-all.html             | 1384 ---------
 docs/apis/javadoc-0.7.3/index.html                 |   76 -
 .../org/nlpcraft/model/NCCompany.html              |  378 ---
 .../org/nlpcraft/model/NCConversation.html         |  308 --
 .../org/nlpcraft/model/NCCustomElement.html        |  290 --
 .../org/nlpcraft/model/NCCustomParser.html         |  263 --
 .../org/nlpcraft/model/NCCustomWord.html           |  516 ----
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  581 ----
 .../javadoc-0.7.3/org/nlpcraft/model/NCIntent.html |  242 --
 .../org/nlpcraft/model/NCIntentContext.html        |  409 ---
 .../org/nlpcraft/model/NCIntentRef.html            |  241 --
 .../org/nlpcraft/model/NCIntentSkip.html           |  310 --
 .../org/nlpcraft/model/NCIntentTerm.html           |  235 --
 .../javadoc-0.7.3/org/nlpcraft/model/NCModel.html  |  460 ---
 .../org/nlpcraft/model/NCModelAdapter.html         |  454 ---
 .../org/nlpcraft/model/NCModelFactory.html         |  281 --
 .../org/nlpcraft/model/NCModelFileAdapter.html     | 1469 ---------
 .../org/nlpcraft/model/NCModelView.html            | 1703 -----------
 .../org/nlpcraft/model/NCProbeLifecycle.html       |  299 --
 .../org/nlpcraft/model/NCQueryContext.html         |  356 ---
 .../org/nlpcraft/model/NCQueryResult.html          |  554 ----
 .../org/nlpcraft/model/NCQueryState.html           |  389 ---
 .../org/nlpcraft/model/NCRejection.html            |  308 --
 .../org/nlpcraft/model/NCRequest.html              |  391 ---
 .../javadoc-0.7.3/org/nlpcraft/model/NCToken.html  |  578 ----
 .../javadoc-0.7.3/org/nlpcraft/model/NCUser.html   |  378 ---
 .../org/nlpcraft/model/class-use/NCCompany.html    |  173 --
 .../nlpcraft/model/class-use/NCConversation.html   |  173 --
 .../nlpcraft/model/class-use/NCCustomElement.html  |  196 --
 .../nlpcraft/model/class-use/NCCustomParser.html   |  173 --
 .../org/nlpcraft/model/class-use/NCCustomWord.html |  193 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  177 --
 .../org/nlpcraft/model/class-use/NCIntent.html     |  129 -
 .../nlpcraft/model/class-use/NCIntentContext.html  |  129 -
 .../org/nlpcraft/model/class-use/NCIntentRef.html  |  129 -
 .../org/nlpcraft/model/class-use/NCIntentSkip.html |  129 -
 .../org/nlpcraft/model/class-use/NCIntentTerm.html |  129 -
 .../org/nlpcraft/model/class-use/NCModel.html      |  283 --
 .../nlpcraft/model/class-use/NCModelAdapter.html   |  173 --
 .../nlpcraft/model/class-use/NCModelFactory.html   |  199 --
 .../model/class-use/NCModelFileAdapter.html        |  129 -
 .../org/nlpcraft/model/class-use/NCModelView.html  |  228 --
 .../nlpcraft/model/class-use/NCProbeLifecycle.html |  203 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  204 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  231 --
 .../org/nlpcraft/model/class-use/NCQueryState.html |  198 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  180 --
 .../org/nlpcraft/model/class-use/NCRequest.html    |  192 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  258 --
 .../org/nlpcraft/model/class-use/NCUser.html       |  173 --
 .../model/factories/basic/NCBasicModelFactory.html |  372 ---
 .../basic/class-use/NCBasicModelFactory.html       |  129 -
 .../model/factories/basic/package-frame.html       |   21 -
 .../model/factories/basic/package-summary.html     |  158 -
 .../model/factories/basic/package-tree.html        |  142 -
 .../model/factories/basic/package-use.html         |  129 -
 .../factories/spring/NCSpringModelFactory.html     |  440 ---
 .../spring/class-use/NCSpringModelFactory.html     |  129 -
 .../model/factories/spring/package-frame.html      |   21 -
 .../model/factories/spring/package-summary.html    |  158 -
 .../model/factories/spring/package-tree.html       |  142 -
 .../model/factories/spring/package-use.html        |  129 -
 .../model/opencensus/NCBaseTraceExporter.html      |  309 --
 .../model/opencensus/NCJaegerExporter.html         |  317 --
 .../model/opencensus/NCPrometheusExporter.html     |  327 --
 .../opencensus/NCStackdriverStatsExporter.html     |  303 --
 .../opencensus/NCStackdriverTraceExporter.html     |  317 --
 .../model/opencensus/NCZipkinExporter.html         |  317 --
 .../opencensus/class-use/NCBaseTraceExporter.html  |  185 --
 .../opencensus/class-use/NCJaegerExporter.html     |  129 -
 .../opencensus/class-use/NCPrometheusExporter.html |  129 -
 .../class-use/NCStackdriverStatsExporter.html      |  129 -
 .../class-use/NCStackdriverTraceExporter.html      |  129 -
 .../opencensus/class-use/NCZipkinExporter.html     |  129 -
 .../nlpcraft/model/opencensus/package-frame.html   |   26 -
 .../nlpcraft/model/opencensus/package-summary.html |  188 --
 .../nlpcraft/model/opencensus/package-tree.html    |  150 -
 .../org/nlpcraft/model/opencensus/package-use.html |  166 -
 .../org/nlpcraft/model/package-frame.html          |   57 -
 .../org/nlpcraft/model/package-summary.html        |  346 ---
 .../org/nlpcraft/model/package-tree.html           |  205 --
 .../org/nlpcraft/model/package-use.html            |  325 --
 .../org/nlpcraft/model/test/NCTestClient.html      |  348 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  550 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/probe/embedded/NCEmbeddedProbe.html   |  454 ---
 .../nlpcraft/probe/embedded/NCEmbeddedResult.html  |  500 ---
 .../probe/embedded/class-use/NCEmbeddedProbe.html  |  129 -
 .../probe/embedded/class-use/NCEmbeddedResult.html |  179 --
 .../org/nlpcraft/probe/embedded/package-frame.html |   25 -
 .../nlpcraft/probe/embedded/package-summary.html   |  176 --
 .../org/nlpcraft/probe/embedded/package-tree.html  |  146 -
 .../org/nlpcraft/probe/embedded/package-use.html   |  166 -
 docs/apis/javadoc-0.7.3/overview-frame.html        |   28 -
 docs/apis/javadoc-0.7.3/overview-summary.html      |  197 --
 docs/apis/javadoc-0.7.3/overview-tree.html         |  227 --
 docs/apis/javadoc-0.7.3/package-list               |    6 -
 .../javadoc-0.7.3/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.7.3/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.7.3/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.7.3/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.7.3/script.js                  |   30 -
 docs/apis/javadoc-0.7.3/serialized-form.html       |  181 --
 docs/apis/javadoc-0.7.3/stylesheet.css             |  697 -----
 docs/apis/javadoc-0.8.1/allclasses-frame.html      |   58 -
 docs/apis/javadoc-0.8.1/allclasses-noframe.html    |   58 -
 docs/apis/javadoc-0.8.1/constant-values.html       |  347 ---
 docs/apis/javadoc-0.8.1/deprecated-list.html       |  129 -
 docs/apis/javadoc-0.8.1/help-doc.html              |  234 --
 docs/apis/javadoc-0.8.1/index-all.html             | 1384 ---------
 docs/apis/javadoc-0.8.1/index.html                 |   76 -
 .../org/nlpcraft/model/NCCompany.html              |  378 ---
 .../org/nlpcraft/model/NCConversation.html         |  308 --
 .../org/nlpcraft/model/NCCustomElement.html        |  290 --
 .../org/nlpcraft/model/NCCustomParser.html         |  263 --
 .../org/nlpcraft/model/NCCustomWord.html           |  516 ----
 .../org/nlpcraft/model/NCElement.NCValue.html      |  267 --
 .../org/nlpcraft/model/NCElement.html              |  581 ----
 .../javadoc-0.8.1/org/nlpcraft/model/NCIntent.html |  242 --
 .../org/nlpcraft/model/NCIntentContext.html        |  409 ---
 .../org/nlpcraft/model/NCIntentRef.html            |  241 --
 .../org/nlpcraft/model/NCIntentSkip.html           |  310 --
 .../org/nlpcraft/model/NCIntentTerm.html           |  235 --
 .../javadoc-0.8.1/org/nlpcraft/model/NCModel.html  |  460 ---
 .../org/nlpcraft/model/NCModelAdapter.html         |  454 ---
 .../org/nlpcraft/model/NCModelFactory.html         |  281 --
 .../org/nlpcraft/model/NCModelFileAdapter.html     | 1469 ---------
 .../org/nlpcraft/model/NCModelView.html            | 1703 -----------
 .../org/nlpcraft/model/NCProbeLifecycle.html       |  299 --
 .../org/nlpcraft/model/NCQueryContext.html         |  356 ---
 .../org/nlpcraft/model/NCQueryResult.html          |  554 ----
 .../org/nlpcraft/model/NCQueryState.html           |  389 ---
 .../org/nlpcraft/model/NCRejection.html            |  308 --
 .../org/nlpcraft/model/NCRequest.html              |  391 ---
 .../javadoc-0.8.1/org/nlpcraft/model/NCToken.html  |  578 ----
 .../javadoc-0.8.1/org/nlpcraft/model/NCUser.html   |  378 ---
 .../org/nlpcraft/model/class-use/NCCompany.html    |  173 --
 .../nlpcraft/model/class-use/NCConversation.html   |  173 --
 .../nlpcraft/model/class-use/NCCustomElement.html  |  196 --
 .../nlpcraft/model/class-use/NCCustomParser.html   |  173 --
 .../org/nlpcraft/model/class-use/NCCustomWord.html |  193 --
 .../model/class-use/NCElement.NCValue.html         |  173 --
 .../org/nlpcraft/model/class-use/NCElement.html    |  177 --
 .../org/nlpcraft/model/class-use/NCIntent.html     |  129 -
 .../nlpcraft/model/class-use/NCIntentContext.html  |  129 -
 .../org/nlpcraft/model/class-use/NCIntentRef.html  |  129 -
 .../org/nlpcraft/model/class-use/NCIntentSkip.html |  129 -
 .../org/nlpcraft/model/class-use/NCIntentTerm.html |  129 -
 .../org/nlpcraft/model/class-use/NCModel.html      |  283 --
 .../nlpcraft/model/class-use/NCModelAdapter.html   |  173 --
 .../nlpcraft/model/class-use/NCModelFactory.html   |  199 --
 .../model/class-use/NCModelFileAdapter.html        |  129 -
 .../org/nlpcraft/model/class-use/NCModelView.html  |  228 --
 .../nlpcraft/model/class-use/NCProbeLifecycle.html |  203 --
 .../nlpcraft/model/class-use/NCQueryContext.html   |  204 --
 .../nlpcraft/model/class-use/NCQueryResult.html    |  231 --
 .../org/nlpcraft/model/class-use/NCQueryState.html |  198 --
 .../org/nlpcraft/model/class-use/NCRejection.html  |  180 --
 .../org/nlpcraft/model/class-use/NCRequest.html    |  192 --
 .../org/nlpcraft/model/class-use/NCToken.html      |  258 --
 .../org/nlpcraft/model/class-use/NCUser.html       |  173 --
 .../model/factories/basic/NCBasicModelFactory.html |  372 ---
 .../basic/class-use/NCBasicModelFactory.html       |  129 -
 .../model/factories/basic/package-frame.html       |   21 -
 .../model/factories/basic/package-summary.html     |  158 -
 .../model/factories/basic/package-tree.html        |  142 -
 .../model/factories/basic/package-use.html         |  129 -
 .../factories/spring/NCSpringModelFactory.html     |  440 ---
 .../spring/class-use/NCSpringModelFactory.html     |  129 -
 .../model/factories/spring/package-frame.html      |   21 -
 .../model/factories/spring/package-summary.html    |  158 -
 .../model/factories/spring/package-tree.html       |  142 -
 .../model/factories/spring/package-use.html        |  129 -
 .../model/opencensus/NCBaseTraceExporter.html      |  309 --
 .../model/opencensus/NCJaegerExporter.html         |  317 --
 .../model/opencensus/NCPrometheusExporter.html     |  327 --
 .../opencensus/NCStackdriverStatsExporter.html     |  303 --
 .../opencensus/NCStackdriverTraceExporter.html     |  317 --
 .../model/opencensus/NCZipkinExporter.html         |  317 --
 .../opencensus/class-use/NCBaseTraceExporter.html  |  185 --
 .../opencensus/class-use/NCJaegerExporter.html     |  129 -
 .../opencensus/class-use/NCPrometheusExporter.html |  129 -
 .../class-use/NCStackdriverStatsExporter.html      |  129 -
 .../class-use/NCStackdriverTraceExporter.html      |  129 -
 .../opencensus/class-use/NCZipkinExporter.html     |  129 -
 .../nlpcraft/model/opencensus/package-frame.html   |   26 -
 .../nlpcraft/model/opencensus/package-summary.html |  188 --
 .../nlpcraft/model/opencensus/package-tree.html    |  150 -
 .../org/nlpcraft/model/opencensus/package-use.html |  166 -
 .../org/nlpcraft/model/package-frame.html          |   57 -
 .../org/nlpcraft/model/package-summary.html        |  346 ---
 .../org/nlpcraft/model/package-tree.html           |  205 --
 .../org/nlpcraft/model/package-use.html            |  325 --
 .../org/nlpcraft/model/test/NCTestClient.html      |  348 ---
 .../nlpcraft/model/test/NCTestClientBuilder.html   |  550 ----
 .../nlpcraft/model/test/NCTestClientException.html |  233 --
 .../org/nlpcraft/model/test/NCTestResult.html      |  389 ---
 .../model/test/class-use/NCTestClient.html         |  173 --
 .../model/test/class-use/NCTestClientBuilder.html  |  204 --
 .../test/class-use/NCTestClientException.html      |  191 --
 .../model/test/class-use/NCTestResult.html         |  173 --
 .../org/nlpcraft/model/test/package-frame.html     |   30 -
 .../org/nlpcraft/model/test/package-summary.html   |  232 --
 .../org/nlpcraft/model/test/package-tree.html      |  160 -
 .../org/nlpcraft/model/test/package-use.html       |  181 --
 .../nlpcraft/probe/embedded/NCEmbeddedProbe.html   |  454 ---
 .../nlpcraft/probe/embedded/NCEmbeddedResult.html  |  500 ---
 .../probe/embedded/class-use/NCEmbeddedProbe.html  |  129 -
 .../probe/embedded/class-use/NCEmbeddedResult.html |  179 --
 .../org/nlpcraft/probe/embedded/package-frame.html |   25 -
 .../nlpcraft/probe/embedded/package-summary.html   |  176 --
 .../org/nlpcraft/probe/embedded/package-tree.html  |  146 -
 .../org/nlpcraft/probe/embedded/package-use.html   |  166 -
 docs/apis/javadoc-0.8.1/overview-frame.html        |   28 -
 docs/apis/javadoc-0.8.1/overview-summary.html      |  197 --
 docs/apis/javadoc-0.8.1/overview-tree.html         |  227 --
 docs/apis/javadoc-0.8.1/package-list               |    6 -
 .../javadoc-0.8.1/resources/sh/scripts/XRegExp.js  |  652 ----
 .../resources/sh/scripts/shAutoloader.js           |  114 -
 .../resources/sh/scripts/shBrushAS3.js             |   43 -
 .../resources/sh/scripts/shBrushAppleScript.js     |   59 -
 .../resources/sh/scripts/shBrushBash.js            |   43 -
 .../resources/sh/scripts/shBrushCSharp.js          |   49 -
 .../resources/sh/scripts/shBrushColdFusion.js      |   84 -
 .../resources/sh/scripts/shBrushCpp.js             |   81 -
 .../resources/sh/scripts/shBrushCss.js             |   75 -
 .../resources/sh/scripts/shBrushDelphi.js          |   39 -
 .../resources/sh/scripts/shBrushDiff.js            |   25 -
 .../resources/sh/scripts/shBrushErlang.js          |   36 -
 .../resources/sh/scripts/shBrushGroovy.js          |   51 -
 .../resources/sh/scripts/shBrushJScript.js         |   36 -
 .../resources/sh/scripts/shBrushJava.js            |   41 -
 .../resources/sh/scripts/shBrushJavaFX.js          |   42 -
 .../resources/sh/scripts/shBrushPerl.js            |   56 -
 .../resources/sh/scripts/shBrushPhp.js             |   72 -
 .../resources/sh/scripts/shBrushPlain.js           |   17 -
 .../resources/sh/scripts/shBrushPowerShell.js      |   58 -
 .../resources/sh/scripts/shBrushPython.js          |   48 -
 .../resources/sh/scripts/shBrushRuby.js            |   39 -
 .../resources/sh/scripts/shBrushSass.js            |   78 -
 .../resources/sh/scripts/shBrushScala.js           |   35 -
 .../resources/sh/scripts/shBrushSql.js             |   50 -
 .../resources/sh/scripts/shBrushVb.js              |   40 -
 .../resources/sh/scripts/shBrushXml.js             |   53 -
 .../javadoc-0.8.1/resources/sh/scripts/shCore.js   | 1702 -----------
 .../javadoc-0.8.1/resources/sh/scripts/shLegacy.js |  141 -
 .../javadoc-0.8.1/resources/sh/styles/shCore.css   |  210 --
 .../resources/sh/styles/shCoreDataLingvo.css       |  312 --
 .../resources/sh/styles/shCoreDefault.css          |  312 --
 .../resources/sh/styles/shCoreDjango.css           |  315 --
 .../resources/sh/styles/shCoreEclipse.css          |  323 --
 .../resources/sh/styles/shCoreEmacs.css            |  308 --
 .../resources/sh/styles/shCoreFadeToGrey.css       |  312 --
 .../resources/sh/styles/shCoreMDUltra.css          |  308 --
 .../resources/sh/styles/shCoreMidnight.css         |  308 --
 .../resources/sh/styles/shCoreRDark.css            |  308 --
 .../resources/sh/styles/shThemeDataLingvo.css      |  101 -
 .../resources/sh/styles/shThemeDefault.css         |  101 -
 .../resources/sh/styles/shThemeDjango.css          |  104 -
 .../resources/sh/styles/shThemeEclipse.css         |  112 -
 .../resources/sh/styles/shThemeEmacs.css           |   97 -
 .../resources/sh/styles/shThemeFadeToGrey.css      |  101 -
 .../resources/sh/styles/shThemeMDUltra.css         |   97 -
 .../resources/sh/styles/shThemeMidnight.css        |   97 -
 .../resources/sh/styles/shThemeRDark.css           |   97 -
 docs/apis/javadoc-0.8.1/script.js                  |   30 -
 docs/apis/javadoc-0.8.1/serialized-form.html       |  181 --
 docs/apis/javadoc-0.8.1/stylesheet.css             |  697 -----
 docs/apis/javadoc-0.8.2/stylesheet.css             |   38 +-
 docs/apis/latest/stylesheet.css                    |   38 +-
 docs/assets/css/style.scss                         |   39 +-
 docs/basic-concepts.html                           |   39 +-
 docs/blogs.html                                    |   39 +-
 ...ightswitch_with_natural_language_interface.html |  281 --
 ...-memory-maintaining-conversational-context.html |  381 ---
 .../why_natural_language_interface_is_hard.html    |  210 --
 ...\321\201\321\202\320\265\320\271_nlpcraft.html" |  295 --
 ...6\320\264\320\265\320\273\320\265\320\271.html" |  269 --
 docs/data-model.html                               |   43 +-
 docs/docs.html                                     |   39 +-
 docs/download.html                                 |   66 +-
 docs/examples/alarm_clock.html                     |   12 +-
 docs/examples/light_switch.html                    |   12 +-
 docs/examples/weather_bot.html                     |   12 +-
 docs/first-example.html                            |   39 +-
 docs/fonts/stylesheet.css                          |   21 +-
 docs/getting-started.html                          |   55 +-
 docs/index.html                                    |   54 +-
 docs/installation.html                             |   39 +-
 docs/integrations.html                             |   39 +-
 docs/intent-matching.html                          |   51 +-
 docs/legal.html                                    |  255 --
 docs/metrics-and-tracing.html                      |   39 +-
 docs/release-notes-0.1.0.html                      |   46 -
 docs/release-notes-0.2.0.html                      |   69 -
 docs/release-notes-0.3.0.html                      |   53 -
 docs/release-notes-0.4.0.html                      |   67 -
 docs/release-notes-0.5.0.html                      |   80 -
 docs/release-notes-0.5.1.html                      |   38 -
 docs/release-notes-0.6.0.html                      |  268 --
 docs/release-notes-0.7.0.html                      |  105 -
 docs/release-notes-0.7.1.html                      |   39 -
 docs/release-notes-0.7.2.html                      |   39 -
 docs/release-notes-0.7.3.html                      |  134 -
 docs/release-notes-0.8.1.html                      |   42 -
 docs/release-notes-0.8.2.html                      |    8 +-
 docs/server-and-probe.html                         |   73 +-
 docs/use-cases.html                                |   39 +-
 docs/using-rest.html                               |   45 +-
 javadoc/stylesheet.css                             |   38 +-
 openapi/README.md                                  |   14 +-
 openapi/nlpcraft_swagger.yml                       |    6 +-
 pom.xml                                            |   45 +-
 sql/mysql/database.sql                             |   38 +-
 sql/mysql/drop_schema.sql                          |   38 +-
 sql/mysql/schema.sql                               |   42 +-
 sql/oracle/database.sql                            |   38 +-
 sql/oracle/drop_schema.sql                         |   38 +-
 sql/oracle/schema.sql                              |   42 +-
 sql/postgres/database.sh                           |   41 +-
 sql/postgres/drop_schema.sql                       |   38 +-
 sql/postgres/schema.sql                            |   42 +-
 src/main/scala/org/nlpcraft/examples/README.md     |    9 +-
 .../scala/org/nlpcraft/examples/alarm/README.md    |   10 +-
 .../scala/org/nlpcraft/examples/echo/README.md     |   10 +-
 .../org/nlpcraft/examples/helloworld/README.md     |   10 +-
 .../org/nlpcraft/examples/lightswitch/README.md    |   10 +-
 .../scala/org/nlpcraft/examples/phone/README.md    |   10 +-
 .../scala/org/nlpcraft/examples/time/README.md     |   10 +-
 .../scala/org/nlpcraft/examples/weather/README.md  |   10 +-
 2167 files changed, 752 insertions(+), 563987 deletions(-)