#2222·ChatterBot

Supported NPL with Japanese

Author: monxaratCreated Dec 7, 2021Updated Oct 25, 2025

Hi guys,

I want to train in Japanese, but the preprocessor has not supported NPL with Japanese.

chatbot = ChatBot(
    'Bob the Bot',
    preprocessors=[
        'chatterbot.preprocessors.clean_whitespace'
    ]
)