We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2eedd commit aeba4e2Copy full SHA for aeba4e2
Project.toml
@@ -1,15 +1,17 @@
1
name = "BytePairEncoding"
2
uuid = "dac1ee1e-f3b4-11e8-361b-d758976b1eef"
3
authors = ["chengchingwen <[email protected]>"]
4
-version = "0.1.0"
+version = "0.2.0"
5
6
[deps]
7
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
8
InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
9
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
10
11
[compat]
12
-julia = "0.7, 1"
+InternedStrings = "0.7"
13
+WordTokenizers = "0.5"
14
+julia = "1.5, 1.6"
15
16
[extras]
17
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments