Gunther Cox
Gunther Cox
When the `break-on-newline` setting is set to `True`, line breaks are inserted into lists. **settings.py** ``` python MARKDOWN_DEUX_STYLES = { "default": { "extras": { "break-on-newline": True, } } } ```...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
**User story:** As a developer, I want to be able to specify multiple responses to the same statement in a conversation so that I don't have to create multiple copies...
Right now, the format of the data organizes the dialog by language. It would be useful if the format of the corpus supported the ability to annotate individual statements to...
The tokenizer currently splits math tokens based on whitespace. In Mandarin `二加二` means "'two plus two" but no spaces are used between the characters. The tokenizer needs to be modified...
For example: `sixty six - 6` is solved correctly but `sixty-six - 6` is not. Previously reported as https://github.com/gunthercox/ChatterBot/issues/1016
Example: "one hundred plus two hundred"
Example: "fifty three plus nine"