1. JPS 获取 PID –> jstack PID. -F to force a thread dump. Use when jstack does not respond (process is hung) -m to print both java and native frames (mixed mode) -l long listing. Prints additional information about locks eg. jstack –l 2134 > &…
IDEA中使用Gradle的时候遇到以下异常:
* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. 解决办法:
IDEA中File-Settings-Build&#…
最近参与一个小project,需要编写一个针对英文单词的stem 算法。 1. 最为常见的stem 算法 就是The English (Porter2) stemming algorithm http://snowball.tartarus.org/algorithms/english/stemmer.html // This file was generated automatically by the Snowball…
python金融风控评分卡模型和数据分析微专业课(博主亲自录制视频):http://dwz.date/b9vv 最近需要对英文进行分词处理,希望能够实现还原英文单词原型,比如 boys 变为 boy 等。
简介
发现一个不错的工具Porter stemmer…