You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ trying to decipher a message and its contents to find words of interest? Maybe t
17
17
The Pyttman Framework aims to provide a similar experience as Django and Flask does for web, but for chatbots and digital assistants.
18
18
It's large and full of features yet easy to use.
19
19
20
-
# Abiliy, Intent, Entity
20
+
# Ability, Intent, Entity
21
21
Pyttman apps are structured with inspiration from the MVC (Model View Controller)
22
22
pattern, but things are named a bit differently. Here's a short rundown on what they're about.
23
23
@@ -172,7 +172,7 @@ on a different platform.
172
172
* Built-in thread based task scheduler
173
173
* Abstraction layer middleware for managing incoming Messages just like requests in API frameworks
174
174
* Django-like settings.py file
175
-
* Powerful built-in rule-based API for parsing entities in messages (identifying words based on pre/suffixes and/or regex patterns, and/or order of appearence
175
+
* Powerful built-in rule-based API for parsing entities in messages (identifying words based on pre/suffixes and/or regex patterns, and/or order of appearance
0 commit comments