• 大小: 1.44M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: Python
  • 标签: 机器人  机器  聊天  

资源简介

一款完全本地化的,集语音识别、语义处理、语音合成的聊天机器人

资源截图

代码片段和文件信息

# encoding: utf-8
“““
Roby ---- an open source AI talking chatbot
Copyright (C) 2014 Mark Young 

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 3 of the License or
(at your option) any later version.

This program is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not see .
“““

import sysosre
import time
import aiml
import wave
import pyaudio

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-02-24 17:13  roby-chatbot\
     文件       35149  2020-02-24 17:13  roby-chatbot\LICENSE
     文件         176  2020-02-24 17:13  roby-chatbot\NEWS
     文件        2248  2020-02-24 17:13  roby-chatbot\README.md
     文件          27  2020-02-24 17:13  roby-chatbot\TODO
     目录           0  2020-02-24 17:13  roby-chatbot\aiml\
     文件       41352  2020-02-24 17:13  roby-chatbot\aiml\ai.aiml
     文件       33102  2020-02-24 17:13  roby-chatbot\aiml\alice.aiml
     文件        2390  2020-02-24 17:13  roby-chatbot\aiml\astrology.aiml
     文件      409521  2020-02-24 17:13  roby-chatbot\aiml\atomic.aiml
     文件        7793  2020-02-24 17:13  roby-chatbot\aiml\badanswer.aiml
     文件       86065  2020-02-24 17:13  roby-chatbot\aiml\biography.aiml
     文件      413664  2020-02-24 17:13  roby-chatbot\aiml\bot.aiml
     文件        7878  2020-02-24 17:13  roby-chatbot\aiml\bot_profile.aiml
     文件      167417  2020-02-24 17:13  roby-chatbot\aiml\client.aiml
     文件       19579  2020-02-24 17:13  roby-chatbot\aiml\client_profile.aiml
     文件       22113  2020-02-24 17:13  roby-chatbot\aiml\computers.aiml
     文件        1770  2020-02-24 17:13  roby-chatbot\aiml\continuation.aiml
     文件        4270  2020-02-24 17:13  roby-chatbot\aiml\date.aiml
     文件      667280  2020-02-24 17:13  roby-chatbot\aiml\default.aiml
     文件        5263  2020-02-24 17:13  roby-chatbot\aiml\drugs.aiml
     文件       15542  2020-02-24 17:13  roby-chatbot\aiml\emotion.aiml
     文件        5555  2020-02-24 17:13  roby-chatbot\aiml\food.aiml
     文件      165161  2020-02-24 17:13  roby-chatbot\aiml\geography.aiml
     文件       10481  2020-02-24 17:13  roby-chatbot\aiml\gossip.aiml
     文件        1792  2020-02-24 17:13  roby-chatbot\aiml\history.aiml
     文件       11660  2020-02-24 17:13  roby-chatbot\aiml\humor.aiml
     文件        7697  2020-02-24 17:13  roby-chatbot\aiml\imponderables.aiml
     文件        5377  2020-02-24 17:13  roby-chatbot\aiml\inquiry.aiml
     文件        2909  2020-02-24 17:13  roby-chatbot\aiml\interjection.aiml
     文件        1230  2020-02-24 17:13  roby-chatbot\aiml\iu.aiml
............此处省略52个文件信息

评论

共有 条评论