Latest in (open source) chatbot/fake AI?

前端 未结 3 1237
夕颜
夕颜 2021-02-02 15:48

What is the lastest in open source chatbot/fake AI \'technology\' ? Is ELIZA/ALICE/MegaHAL still \'current\', or have there been made any advances in the past decade ?

3条回答
  •  野性不改
    2021-02-02 16:15

    ChatScript is the best open source tool that I've found for developing conversational agents (BSD License):

    https://github.com/ChatScript/ChatScript

    I have used it for several years and it's extremely programmer friendly (written in a way amenable to how programmers think and use tools). Most importantly, it was written to solve the truly messy problems of parsing natural language sentences with a powerful input pre-processor and a flexible pattern matching style rules engine for matching text.

    From the SourceForge project page:

    ChatScript is the next generation chatbot engine that won the 2010 Loebner Prize with Suzette, 2011 Loebner with Rosette, and 2nd in 2012 Loebner with Angela (a bug I introduced in the Loebner protocol, not the engine). The technology behind Outfit7's mobile app Tom Loves Angela and ESL chatbots at Japan's SpeakGlobal. 3rd place winner Chatbot Battles 2012 and awarded best 15 minute conversation prize. 3rd place Loebner winner for 2013 and 1st place in 2014.

    Also has useful ontology files for nouns, verbs, adjectives, adverbs. Stand-alone or server modes. LINUX (32 & 64 bit) and Windows (Visual Studio 10) and Mac/iOS.

提交回复
热议问题