-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Reverted change made in spellcheck yaml file. - Added a new typo-ci.yml in root folder. - Changed changelog after Tobias suggestion.
- Loading branch information
Imod7
committed
Apr 22, 2021
1 parent
86f41e0
commit 08dba55
Showing
3 changed files
with
184 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
# This is a sample .typo-ci.yml file, it's used to configure how Typo CI will behave. | ||
# Add it to the root of your project and push it to github. | ||
--- | ||
|
||
# What language dictionaries should it use? Currently Typo CI supports: | ||
# de | ||
# en | ||
# en_GB | ||
# es | ||
# fr | ||
# it | ||
# pt | ||
# pt_BR | ||
dictionaries: | ||
- en | ||
|
||
# # Any files/folders we should ignore? | ||
excluded_files: | ||
- "*.py" | ||
- "*.css" | ||
- "*.scss" | ||
- "*.yml" | ||
- "*.yaml" | ||
- "*.html" | ||
- "*.json" | ||
- "*.lock" | ||
- "*.js" | ||
- "*.jsx" | ||
- "*.ts" | ||
- "*.tsx" | ||
- "*.md" | ||
- "CHANGELOG.mdx" | ||
- "Dockerfile" | ||
- "LICENSE.txt" | ||
- "Makefile" | ||
- "README.md" | ||
- "pyproject.toml" | ||
- "setup.cfg" | ||
- ".dockerignore" | ||
- ".git" | ||
- ".gitignore" | ||
- ".pre-commit-config.yaml" | ||
- ".typo-ci.yml" | ||
- ".github/**/*" | ||
- "examples/**/*" | ||
- "rasa_sdk/**/*" | ||
- "scripts/**/*" | ||
- "tests/**/*" | ||
|
||
# # Any typos we should ignore? | ||
excluded_words: | ||
- analytics | ||
- asyncio | ||
- bot | ||
- bot's | ||
- cdd | ||
- CDD | ||
- cmdline | ||
- conveRT | ||
- ConveRTFeaturizer | ||
- ConveRTTokenizer | ||
- crfsuite | ||
- custom-nlg-service | ||
- daksh | ||
- db's | ||
- deque | ||
- docusaurus | ||
- non-latin | ||
- deduplicate | ||
- deduplication | ||
- donath | ||
- matplotlib | ||
- extractor | ||
- fbmessenger | ||
- featurization | ||
- featurized | ||
- featurizer | ||
- featurizers | ||
- featurizes | ||
- featurizing | ||
- forni | ||
- gzip | ||
- gzipped | ||
- hftransformersnlp | ||
- initializer | ||
- instaclient | ||
- jwt | ||
- jwt's | ||
- jupyter | ||
- jupyterhub | ||
- karpathy | ||
- keras | ||
- knowledgebase | ||
- knowledgebasebot | ||
- linenos | ||
- luis | ||
- matmul | ||
- mattermost | ||
- memoization | ||
- miniconda | ||
- mitie | ||
- mitiefeaturizer | ||
- mitie's | ||
- mitienlp | ||
- dataset | ||
- mongod | ||
- mrkdown | ||
- mrkdwn | ||
- myio | ||
- mymodelname | ||
- myuser | ||
- numpy | ||
- networkx | ||
- nlu | ||
- nlu's | ||
- perceptron | ||
- pika | ||
- pika's | ||
- jieba | ||
- pretrained | ||
- prototyper | ||
- pycodestyle | ||
- pykwalify | ||
- pymessenger | ||
- pyobject | ||
- python-engineio | ||
- pre | ||
- customizable | ||
- quickstart | ||
- rasa | ||
- rasa's | ||
- readthedocs | ||
- regularizer | ||
- repo | ||
- rst | ||
- sanic | ||
- sanitization | ||
- scipy | ||
- sklearn | ||
- socketio | ||
- spacy | ||
- spacyfeaturizer | ||
- spacynlp | ||
- ish | ||
- spaCy | ||
- spaCy's | ||
- README | ||
- crf | ||
- backends | ||
- whitespaced | ||
- ngram | ||
- subsampled | ||
- testagent | ||
- tokenize | ||
- tokenized | ||
- tokenization | ||
- tokenizer | ||
- tokenizers | ||
- tokenizing | ||
- typoci | ||
- unfeaturized | ||
- unschedule | ||
- wsgi | ||
- ruamel | ||
- prototyper | ||
- hallo | ||
- crypto | ||
- regexes | ||
- walkthroughs | ||
- webexteams | ||
- venv | ||
- regexfeaturizer | ||
- crfentityextractor | ||
- Comerica | ||
- entitysynonymmapper | ||
- memoizationpolicy | ||
- NLG | ||
- nlg | ||
- Juste | ||
- Tanja | ||
- Vova | ||
|
||
spellcheck_filenames: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
Under each form of the domain, the definition of slot mappings without the keyword `required_slots` is now deprecated. Please always use the | ||
keyword `required_slots` right before the slot mappings definition of each form in the `domain.yml` file. | ||
Adding support for forms with the `required_slots` key which is introduced as part of Rasa Open Source 2.6. |