Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "zh"
|
4 |
+
thumbnail: "https://user-images.githubusercontent.com/9592150/97142000-cad08e00-179a-11eb-88df-aff9221482d8.png"
|
5 |
+
tags:
|
6 |
+
- "chinese"
|
7 |
+
- "classical chinese"
|
8 |
+
- "literary chinese"
|
9 |
+
- "ancient chinese"
|
10 |
+
- "bert"
|
11 |
+
- "pytorch"
|
12 |
+
license: "apache-2.0"
|
13 |
+
pipeline_tag: "token-classification"
|
14 |
+
widget:
|
15 |
+
- text: "秋,八月甲戌,晋赵鞅帅师及郑罕达帅师战于铁,郑师败绩。"
|
16 |
+
---
|
17 |
+
|
18 |
+
# Guwen NER
|
19 |
+
|
20 |
+
A Classical Chinese Named Entity Recognizer.
|
21 |
+
|
22 |
+
See also: [https://github.com/ethan-yt/guwenbert/](https://github.com/ethan-yt/guwenbert/)
|