Skip to content

Commit d42b26c

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
hmm version number in codemeta.json was outdated
1 parent b7ef1be commit d42b26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@type": "SoftwareSourceCode",
77
"identifier": "timbl",
88
"name": "TiMBL",
9-
"version": "6.4.9",
9+
"version": "6.4.14",
1010
"description": "TiMBL is an open source software package implementing several memory-based learning algorithms, among which IB1-IG, an implementation of k-nearest neighbor classification with feature weighting suitable for symbolic feature spaces, and IGTree, a decision-tree approximation of IB1-IG. All implemented algorithms have in common that they store some representation of the training set explicitly in memory. During testing, new cases are classified by extrapolation from the most similar stored cases.",
1111
"license": "https://spdx.org/licenses/GPL-3.0",
1212
"url": "https://languagemachines.github.io/timbl",

0 commit comments

Comments
 (0)