登录
首页 » Android » 具有学习功能的安卓聊天机器人

具有学习功能的安卓聊天机器人

于 2023-03-30 发布 文件大小:11.17 MB
0 173
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 多文件上传(有进度条)例子源码
    用于多文件上传到服务器,并且有进度条提示
    2015-05-29下载
    积分:1
  • android 抽屉效果实例源码下载(可以滑动)
    android 抽屉效果实例源码下载(可以滑动)
    2014-12-28下载
    积分:1
  • WifiDisplaySink
    WifiDisplaySink
    2021-05-06下载
    积分:1
  • 公交线路寻路器
    应用背景这个非常有用的公交路线发现谷歌地图和收集detaills关键技术非常聪明的应用程序使用HTML和CSS和JavaScript
    2022-03-17 02:18:48下载
    积分:1
  • android 视频聊天源代码(wifi)
    android 视频聊天源代码(wifi)
    2014-08-22下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • Android视频程序源码
    这是一个比较简单的实用Android 进行开发的Android视频程序源码                                                                                                                              
    2022-05-22 06:45:19下载
    积分:1
  • Bluetooth_fwj
    可以发送文件的蓝牙适配例子是一个可以选择文件并发送给对方的蓝牙例子源码,项目带有蓝牙可见性的控制和其他常规的功能,项目比较大,分了好多层但是比较给力的是源码有比较详细的注释,用到的朋友可以下载看一下,项目编译版本2.3.3默认编码UTF-8。(You can send files of Bluetooth adapter is an example to a file and send to the other Bluetooth example source code, control project with Bluetooth visibility and other routine functions, the project is relatively large, divided into many layers but more awesome is a more detailed source notes, the use of friends can look at the download the project compiled version of 2.3.3 default encoding UTF-8.)
    2016-06-22 11:36:51下载
    积分:1
  • 简单的视频加密播放
    简单的视频的加密播放,视频资源放在raw目录下!视频已经过简单的加密处理(在视频的头部添加加密字符串字段),在手机建立本地的服务器,进行读取流操作
    2022-03-19 03:00:15下载
    积分:1
  • Chat-Socket-Demo
    一个android端与Java后台通过socket进行传输的代码。(A Java back end android transmitted through the socket code.)
    2015-10-12 20:39:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载