资源简介
本资源是基于Android的智能聊天机器人的源代码。它的运行逻辑就是将用户输入的文字,调用复旦nlp算法分词后,得到主谓宾三个关键词,然后分别按照主谓宾的的顺序与数据库(SQLite)中的三个表匹配,匹配得到一个id,然后根据这个id到语料表中找到对应的回答,反馈给用户。它有学习功能,即用户可教它说话,其原理也使通过分词,将分词结果存入到主谓宾三个表中。数据库在assets文件夹中。若有其它疑问可与我私信。

代码片段和文件信息
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package upc.atom.xianshi;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int application=0x7f020000;
public static final int atomtouxiang=0x7f020001;
public static final int back=0x7f020002;
public static final int back_press=0x7f020003;
public static final int button=0x7f020004;
public static final int button_press=0x7f020005;
public static final int caidan=0x7f020006;
public static final int caidan_press=0x7f020007;
public static final int cool1=0x7f020008;
public static final int cool2=0x7f020009;
public static final int cool3=0x7f02000a;
public static final int coolanimation=0x7f02000b;
public static final int cute1=0x7f02000c;
public static final int cute2=0x7f02000d;
public static final int cuteanimation=0x7f02000e;
public static final int fasong=0x7f02000f;
public static final int fasong_press=0x7f020010;
public static final int icon=0x7f020011;
public static final int incoming=0x7f020012;
public static final int kaiji=0x7f020013;
public static final int kaiji1=0x7f020014;
public static final int menubar=0x7f020015;
public static final int menudivider=0x7f020016;
public static final int move1=0x7f020017;
public static final int move2=0x7f020018;
public static final int moveanimation=0x7f020019;
public static final int outgoing=0x7f02001a;
public static final int retouxiang=0x7f02001b;
public static final int selector_back=0x7f02001c;
public static final int selector_button=0x7f02001d;
public static final int selector_caidan=0x7f02001e;
public static final int selector_fasong=0x7f02001f;
public static final int selector_yuyin=0x7f020020;
public static final int shurukuang=0x7f020021;
public static final int speak1=0x7f020022;
public static final int speak2=0x7f020023;
public static final int speakanimation=0x7f020024;
public static final int study=0x7f020025;
public static final int wenbenkuang=0x7f020026;
public static final int wenbenkuang1=0x7f020027;
public static final int yonghutouxiang=0x7f020028;
public static final int yuyin=0x7f020029;
public static final int yuyin_press=0x7f02002a;
}
public static final class id {
public static final int ReturnAnswer=0x7f050013;
public static final int SpeakWords=0x7f050011;
public static final int Sure=0x7f050014;
public static final int about_tv=0x7f050000;
public static final int btn_abtbac
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 280 2013-11-16 22:20 Atom智能聊天机器人源代码\.classpath
文件 847 2013-11-16 22:20 Atom智能聊天机器人源代码\.project
文件 1555 2013-11-16 22:20 Atom智能聊天机器人源代码\AndroidManifest.xm
文件 78848 2013-11-16 22:20 Atom智能聊天机器人源代码\assets\test.db
文件 45176 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\classes.dex
文件 1300 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomAbout$BackListener.class
文件 1715 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomAbout.class
文件 1342 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomIntroduction$BackListener.class
文件 1750 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomIntroduction.class
文件 1201 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomStart$1.class
文件 845 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomStart.class
文件 1300 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomStudy$BackListener.class
文件 2276 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomStudy$InsertanswerListener.class
文件 8758 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomStudy.class
文件 1805 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomXianshi$1$1.class
文件 942 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomXianshi$1$2.class
文件 3868 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomXianshi$1.class
文件 796 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomXianshi$CsListner.class
文件 2190 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomXianshi$QdListener.class
文件 752 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomXianshi$SpeakListener.class
文件 12046 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomXianshi.class
文件 735 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin$1.class
文件 930 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin$2$1.class
文件 3514 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin$2.class
文件 752 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin$ButtonOneListener.class
文件 1409 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin$ButtonTwoListener$1.class
文件 3091 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin$ButtonTwoListener.class
文件 782 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin$CsListner.class
文件 10945 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\AtomYuyin.class
文件 1760 2013-11-16 22:20 Atom智能聊天机器人源代码\bin\upc\atom\xianshi\DbAdapter.class
............此处省略114个文件信息
- 上一篇:java 电力练习项目
- 下一篇:Android仓库管理
相关资源
- android带百分比进度条的文件上传,使
- 美食天下项目Android版源码和Web版源码
- Android之自定义ToggleButton使用
- Android非常漂亮的登录界面
- pc与android通过usb socket实现手机通信
- android毕业设计
- 百度地图自定义Markerandroid
- Android分区工具包
- android-support-v4.jar已打包进去源代码
- u-blox_Android_GNSS_Driver_v3.10驱动源码+中
- 个人根据Android移动开发案例详解手写
- android 视频播放器 项目和原码
- Android【动画】【特效】 17种动画特效
- 基于Android智能家居详细设计(经典)
- android通过JDBC连接Mysql数据库
- Android通讯录的源代码
- android 瀑布流Demo
- 指纹传感器FPC1080在android下的驱动
- delphi xe5 android 调用照相机摄像头拍照
- Android手机连连看游戏源码
- android-sdk-windows v2.3离线完整版
- android 底部弹出菜单(带透明背景)
- Android工程模式简介.rar
- Android蓝牙和Cors网络开发源码
- Android powermanger wakelock
- Android v7的一些jar包
- 最新android supportV7包
- android图片压缩工具类分享
- 单机搭建Android(解决Network is unreach
- Android上监听收到的短信(SMS)
评论
共有 条评论