-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy pathChangelog
More file actions
29 lines (22 loc) · 1.05 KB
/
Changelog
File metadata and controls
29 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2020-01-30: version 0.42.2
1. 添加 `KeywordProcessor`,可以更灵活地从文本中提取关键词;
2020-01-18: version 0.42.1
1. 修改 Target framework 为 .NET 4.0,.NET 4.5以及.NET Standard 2.0;
2020-01-15: version 0.42.0
1. 修改 `ConfigManager.ConfigFileBaseDir` 为可写的,可通过程序方式传入词典路径;
2. 修改 Target framework 为 .NET 4.0;
3. 修复自定义词库不支持含"-"与"·"符号的问题;
2018-02-27: version 0.39
1. 修复百分数的切词;
2016-06-29:version 0.38.2
1. 资源文件的目录配置支持相对路径:https://github.com/anderscui/jieba.NET/issues/5;
2016-06-29:version 0.38.1
1. 修复一个词性标注的issue:https://github.com/anderscui/jieba.NET/issues/6;
2. 简化配置文件
2016-01-04: version 0.38
1. 扩充识别的汉字unicode范围:[\u4E00-\u9FD5];
2. 修复load_userdict加载用户词典不能识别含有空格等特殊字符的问题;
3. 支持命令行分词;
2015-09-18:v0.37.1
1) 完整实现jieba分词(Python版)的第一个版本
2) 发布到了NuGet