File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ include src/adeft/nlp/stopwords.json
2
2
graft src/adeft/gui/ground/static
3
3
graft src/adeft/gui/ground/templates
4
4
include src/adeft/score/_score.pyx
5
+ include src/adeft/score/permutations.pyx
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = '0.12'
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.12.0 '
29
+ release = '0.12.3 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " adeft"
7
- version = " 0.12.0 "
7
+ version = " 0.12.3 "
8
8
keywords =[' nlp' , ' biology' , ' disambiguation' ]
9
9
license = {file = " LICENSE" }
10
10
description = " Acromine based Disambiguation of Entities From Text"
Original file line number Diff line number Diff line change 1
- __version__ = '0.12.0 '
1
+ __version__ = '0.12.3 '
2
2
3
3
from adeft .download import get_available_models
4
4
You can’t perform that action at this time.
0 commit comments