Navigation
index
modules
|
ChatterBot 1.2.7 documentation
»
Index
Edit on GitHub
|
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
K
|
L
|
M
|
P
|
R
|
S
|
T
|
U
|
V
|
Z
A
adapters
as_nlp_pipeline() (chatterbot.tagging.LowercaseTagger method)
(chatterbot.tagging.PosLemmaTagger method)
B
BestMatch() (in module chatterbot.logic)
C
can_process() (chatterbot.logic.LogicAdapter method)
chat bot
ChatBot (class in chatterbot)
ChatBot.ChatBotException
chatterbot.comparisons
module
chatterbot.filters
module
chatterbot.response_selection
module
chatterbot.tagging
module
ChatterBotCorpusTrainer (class in 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.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
create() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
create_database() (chatterbot.storage.SQLStorageAdapter method)
create_many() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
CsvFileTrainer (class in chatterbot.trainers)
D
datetime_parsing() (in module chatterbot.parsing)
DEFAULT_STATEMENT_TO_HEADER_MAPPING (chatterbot.trainers.CsvFileTrainer attribute)
DEFAULT_STATEMENT_TO_KEY_MAPPING (chatterbot.trainers.JsonFileTrainer attribute)
drop() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
E
ENG (class in chatterbot.languages)
F
filter() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
FRE (class in chatterbot.languages)
G
generate_response() (chatterbot.ChatBot method)
GER (class in chatterbot.languages)
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.RedisVectorStorageAdapter 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.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
get_tag_model() (chatterbot.storage.SQLStorageAdapter method)
get_text_index_string() (chatterbot.tagging.LowercaseTagger method)
(chatterbot.tagging.PosLemmaTagger method)
I
import_module() (in module chatterbot.utils)
in_response_to (chatterbot.conversation.Statement attribute)
initialize_class() (in module chatterbot.utils)
ITA (class in chatterbot.languages)
J
JaccardSimilarity (class in chatterbot.comparisons)
JPN (class in chatterbot.languages)
JsonFileTrainer (class in chatterbot.trainers)
K
KOR (class in chatterbot.languages)
L
large language models
learn_response() (chatterbot.ChatBot method)
LevenshteinDistance (class in chatterbot.comparisons)
ListTrainer (class in chatterbot.trainers)
logic adapter
LogicAdapter (class in chatterbot.logic)
LowercaseTagger (class in chatterbot.tagging)
M
MathematicalEvaluation() (in module chatterbot.logic)
MCP
module
chatterbot.comparisons
chatterbot.filters
chatterbot.response_selection
chatterbot.tagging
mongo_to_object() (chatterbot.storage.MongoDatabaseAdapter method)
MongoDatabaseAdapter (class in chatterbot.storage)
P
POR (class in chatterbot.languages)
PosLemmaTagger (class in chatterbot.tagging)
preprocessors
process() (chatterbot.logic.LogicAdapter method)
R
RAG
RedisVectorStorageAdapter (class in chatterbot.storage)
RedisVectorStorageAdapter.RedisMetaDataType (class in chatterbot.storage)
remove() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
response
RUS (class in chatterbot.languages)
S
save() (chatterbot.conversation.Statement method)
search word
SPA (class in chatterbot.languages)
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
SWE (class in chatterbot.languages)
T
TimeLogicAdapter() (in module chatterbot.logic)
train() (chatterbot.trainers.ChatterBotCorpusTrainer method)
(chatterbot.trainers.CsvFileTrainer method)
(chatterbot.trainers.JsonFileTrainer method)
(chatterbot.trainers.ListTrainer method)
(chatterbot.trainers.UbuntuCorpusTrainer method)
TUR (class in chatterbot.languages)
U
UbuntuCorpusTrainer (class in chatterbot.trainers)
unescape_html() (in module chatterbot.preprocessors)
untrained instance
update() (chatterbot.storage.MongoDatabaseAdapter method)
(chatterbot.storage.RedisVectorStorageAdapter method)
(chatterbot.storage.SQLStorageAdapter method)
(chatterbot.storage.StorageAdapter method)
V
vector
vector database
Z
ZHT (class in chatterbot.languages)
Quick search
Table of Contents
About
Installation
Quick Start Guide
ChatterBot Tutorial
Examples
Training
Preprocessors
Logic Adapters
Storage Adapters
Large Language Models
Filters
ChatterBot
Conversations
Comparisons
Utility Methods
ChatterBot Corpus
Django Integration
Frequently Asked Questions
Command line tools
Development
Glossary
Navigation
index
modules
|
ChatterBot 1.2.7 documentation
»
Index
Edit on GitHub
|