Navigation
index
modules
|
ChatterBot 1.2.2 documentation
»
Index
Edit on GitHub
|
Index
A
|
B
|
C
|
D
|
F
|
G
|
I
|
J
|
L
|
M
|
P
|
R
|
S
|
T
|
U
A
adapters
B
BestMatch() (in module chatterbot.logic)
C
can_process() (chatterbot.logic.LogicAdapter method)
ChatBot (class in chatterbot)
ChatBot.ChatBotException
chatterbot.comparisons
module
chatterbot.filters
module
chatterbot.response_selection
module
ChatterBotCorpusTrainer() (in module chatterbot.trainers)
class_name (chatterbot.logic.LogicAdapter property)
clean_whitespace() (in module chatterbot.preprocessors)
Comparator (class in chatterbot.comparisons)
compare() (chatterbot.comparisons.Comparator method)
compare_text() (chatterbot.comparisons.Comparator method)
(chatterbot.comparisons.JaccardSimilarity method)
(chatterbot.comparisons.LevenshteinDistance method)
(chatterbot.comparisons.SpacySimilarity method)
confidence (chatterbot.conversation.Statement attribute)
convert_to_ascii() (in module chatterbot.preprocessors)
corpus
count() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
create() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
create_database() (chatterbot.storage.SQLStorageAdapter method)
create_many() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
D
datetime_parsing() (in module chatterbot.parsing)
drop() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
F
filter() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
G
generate_response() (chatterbot.ChatBot method)
get_default_response() (chatterbot.logic.LogicAdapter method)
get_first_response() (in module chatterbot.response_selection)
get_latest_response() (chatterbot.ChatBot method)
get_model() (chatterbot.storage.StorageAdapter method)
get_most_frequent_response() (in module chatterbot.response_selection)
get_object() (chatterbot.storage.StorageAdapter method)
get_random() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
get_random_response() (in module chatterbot.response_selection)
get_recent_repeated_responses() (in module chatterbot.filters)
get_response() (chatterbot.ChatBot method)
get_response_time() (in module chatterbot.utils)
get_statement_model() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
get_tag_model() (chatterbot.storage.SQLStorageAdapter method)
I
import_module() (in module chatterbot.utils)
in_response_to (chatterbot.conversation.Statement attribute)
initialize_class() (in module chatterbot.utils)
J
JaccardSimilarity (class in chatterbot.comparisons)
L
learn_response() (chatterbot.ChatBot method)
LevenshteinDistance (class in chatterbot.comparisons)
ListTrainer() (in module chatterbot.trainers)
logic adapter
LogicAdapter (class in chatterbot.logic)
M
MathematicalEvaluation() (in module chatterbot.logic)
module
chatterbot.comparisons
chatterbot.filters
chatterbot.response_selection
mongo_to_object() (chatterbot.storage.MongoDatabaseAdapter method)
MongoDatabaseAdapter (class in chatterbot.storage)
P
preprocessors
process() (chatterbot.logic.LogicAdapter method)
R
remove() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
response
S
save() (chatterbot.conversation.Statement method)
search word
SpacySimilarity (class in chatterbot.comparisons)
SpecificResponseAdapter() (in module chatterbot.logic)
SQLStorageAdapter (class in chatterbot.storage)
statement
Statement (class in chatterbot.conversation)
stemming
stop word
storage adapter
StorageAdapter (class in chatterbot.storage)
StorageAdapter.AdapterMethodNotImplementedError
StorageAdapter.EmptyDatabaseException
T
TimeLogicAdapter() (in module chatterbot.logic)
U
UbuntuCorpusTrainer() (in module chatterbot.trainers)
unescape_html() (in module chatterbot.preprocessors)
untrained instance
update() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
Quick search
Table of Contents
Installation
Quick Start Guide
ChatterBot Tutorial
Examples
Training
Preprocessors
Logic Adapters
Storage Adapters
Filters
ChatterBot
Conversations
Comparisons
Utility Methods
ChatterBot Corpus
Django Integration
Frequently Asked Questions
Command line tools
Development
Glossary
Navigation
index
modules
|
ChatterBot 1.2.2 documentation
»
Index
Edit on GitHub
|