ABTdomain commited on
Commit
fffbd93
·
verified ·
1 Parent(s): 5be8c8f

update license

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,18 +1,19 @@
1
  ---
 
2
  language:
3
  - en
 
 
 
4
  - de
5
- - fr
6
- - es
7
- - it
8
  tags:
 
9
  - word-segmentation
10
- - onnx
11
  - bilstm-crf
12
  - text-processing
13
  - domain-names
14
- library_name: onnxruntime
15
- pipeline_tag: token-classification
16
  ---
17
 
18
  # DKSplit
@@ -66,11 +67,10 @@ session = ort.InferenceSession("dksplit-int8.onnx")
66
 
67
  ## Links
68
 
69
- - [PyPI](https://pypi.org/project/dksplit/)
70
- - [GitHub](https://github.com/ABTdomain/dksplit)
71
- - [DomainKits](https://domainkits.com)
72
- - [ABTdomain](https://ABTdomain.com)
73
 
74
  ## License
75
 
76
- MIT
 
1
  ---
2
+ license: apache-2.0
3
  language:
4
  - en
5
+ - zh
6
+ - ja
7
+ - ko
8
  - de
9
+ pipeline_tag: token-classification
10
+ library_name: onnx
 
11
  tags:
12
+ - onnxruntime
13
  - word-segmentation
 
14
  - bilstm-crf
15
  - text-processing
16
  - domain-names
 
 
17
  ---
18
 
19
  # DKSplit
 
67
 
68
  ## Links
69
 
70
+ - Website: [domainkits.com](https://domainkits.com), [ABTdomain.com](https://ABTdomain.com)
71
+ - GitHub: [github.com/ABTdomain/dksplit](https://github.com/ABTdomain/dksplit)
72
+ - PyPI: [pypi.org/project/dksplit](https://pypi.org/project/dksplit)
 
73
 
74
  ## License
75
 
76
+ Apache 2.0