File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ ticcltools 0.7 2020-04-15
2+ [Martin Reynaert]
3+ * updated man pages
4+ * updated README.md
5+
6+ [Ko vander Sloot]
7+ Numerous bug fixes and additions. Added a .so for common functions
8+
9+ The bitType is changed to uint64_t (for the biggest int possible) which
10+ triggered some code adaptations. (values < 0 are not possible)
11+
12+ * TICCL-unk:
13+ - some changes in UNK detection
14+ - added a --hemp option
15+ - create a .fore.clean file when a background corpus is merged in
16+
17+ * TICCL-stats:
18+ - added a -n option to use a newline as delimiter
19+
20+ * TICCL-indexer(NT):
21+ - better and faster implementation
22+ - added --confstats option
23+
24+ * TICCL-LDcalc:
25+ - added a --follow option for debugging purposes
26+ - fix for https://github.com/LanguageMachines/ticcltools/issues/30
27+ - added --low and --high parameters
28+
29+ * TICCL-rank:
30+ - added a --follow option for debugging purposes
31+ - added --subtractartifrqfeature1 and --subtractartifrqfeature2 options
32+ - replaced pairs_combined ranking by median ranking
33+ - added an n-garm filter
34+
35+ * TICCL-chain:
36+ - added --nounk option
37+ - fix for https://github.com/LanguageMachines/ticcltools/issues/38
38+ - fix for https://github.com/LanguageMachines/ticcltools/issues/37
39+ - use the alphabet file too with --alph
40+
41+ * TICCL-chainclean: new module to clean chain ranked files
42+
43+ * TICCL-anahash:
44+ - accept lexicons without frequencies too. (also simple word lists)
45+ - added a -o option
46+
147ticcltools 0.6 2018-06-05
248[Ko vander Sloot]
349Intermediate release, with a lot of new code to handle N-grams
You can’t perform that action at this time.
0 commit comments