tenlee

Results 6 issues of tenlee

JAVA version 1.8 Android Studio 1.5 `build.gradle` ``` defaultConfig { applicationId "com.xxxx.handlerdemo" minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "1.0" multiDexEnabled true } dependencies { compile fileTree(dir: 'libs', include: ['*.jar'])...

建议在 **站点概览**下面的某处 增加 回到首页的功能

Discussion
0 - Backlog

首先诚挚地感谢每一位持续关注并使用 Hao分词器 的朋友。本人将持续投入,力图把 Hao 最好的中文分词器。 ### 此 Issue 的目的 - 让我更新动力继续做的更好 - 聆听各位朋友的声音,让 Hao分词器 变得更好 - 吸引更多的人参与贡献 ### 我们期待您能提供 在此提交一条评论,评论内容包括: - 您所在公司、学校或组织 - 您所在的城市 - 您的联系方式:微博、邮箱、微信、QQ、Facebook、Twitter - 可供体验的网址地址 您可以参考下面的样例来提供您的信息: >...

help wanted

``` crossRequest({ url: 'http://httpbin.org/post', method: 'POST', headers: { 'Content-Type': 'application/json', 'Host': 'baidu.com' }, data: { a: 1, b: 2, c: { t: 1 } }, success: function (res) { console.log(arguments)...

比如下几个都好用,下面的都是垃圾 1. GenerateAllSetter https://plugins.jetbrains.com/plugin/9360-generateallsetter 2. https://github.com/gejun123456/intellij-generateAllSetMethod

看好很多同学再问停用词功能。 非常抱歉,本插件**不支持**停用词配置以及远程停用词词库。 原因是`elasticsearch`本身就有停用词功能,中文的停用词更新也不频繁,就没有重复造轮子。 如有需要,请使用es原生提供的停用词功能。 https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stop-tokenfilter.html ```console PUT /my-index-000001 { "settings": { "analysis": { "analyzer": { "default": { "tokenizer": "whitespace", "filter": [ "my_custom_stop_words_filter" ] } }, "filter": { "my_custom_stop_words_filter": { "type":...

documentation