Emojicon
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/rockerhieu/emojicon
- 软件文档: https://github.com/rockerhieu/emojicon
软件介绍
Emojicon 是一个用来在 Android 的 EditView 和 TextView 上显示 Emoji 表情的库。
示例用法:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:emojicon="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <com.rockerhieu.emojicon.EmojiconTextView android:id="@+id/txtEmojicon" android:text="I \ue32d emojicon" android:layout_width="match_parent" android:layout_height="wrap_content"/> <com.rockerhieu.emojicon.EmojiconEditText android:id="@+id/editEmojicon" android:text="I \ue32d emojicon" emojicon:emojiconSize="28sp" android:layout_width="match_parent" android:layout_height="wrap_content"/> <fragment android:id="@+id/emojicons" android:layout_width="match_parent" android:layout_height="220dp" class="com.rockerhieu.emojicon.EmojiconsFragment"/> </LinearLayout>
Python自然语言处理
(英)伯德、(英)克莱因、(美)洛普 / 东南大学出版社 / 2010-6 / 64.00元
《Python自然语言处理(影印版)》提供了非常易学的自然语言处理入门介绍,该领域涵盖从文本和电子邮件预测过滤,到自动总结和翻译等多种语言处理技术。在《Python自然语言处理(影印版)》中,你将学会编写Python程序处理大量非结构化文本。你还将通过使用综合语言数据结构访问含有丰富注释的数据集,理解用于分析书面通信内容和结构的主要算法。 《Python自然语言处理》准备了充足的示例和练习,......一起来看看 《Python自然语言处理》 这本书的介绍吧!
