mod
Browse files
README.md
CHANGED
|
@@ -13,13 +13,16 @@ tags:
|
|
| 13 |
license: "apache-2.0"
|
| 14 |
pipeline_tag: "token-classification"
|
| 15 |
widget:
|
| 16 |
-
- text: "
|
| 17 |
---
|
| 18 |
|
| 19 |
# Guwen Quote
|
| 20 |
|
| 21 |
A Classical Chinese Quotation Detector.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
| 23 |
See also:
|
| 24 |
|
| 25 |
<a href="https://github.com/ethan-yt/guwen-models">
|
|
|
|
| 13 |
license: "apache-2.0"
|
| 14 |
pipeline_tag: "token-classification"
|
| 15 |
widget:
|
| 16 |
+
- text: "子曰学而时习之不亦说乎有朋自远方来不亦乐乎人不知而不愠不亦君子乎有子曰其为人也孝弟而好犯上者鲜矣不好犯上而好作乱者未之有也君子务本本立而道生孝弟也者其为仁之本与子曰巧言令色鲜矣仁曾子曰吾日三省吾身为人谋而不忠乎与朋友交而不信乎传不习乎子曰道千乘之国敬事而信节用而爱人使民以时"
|
| 17 |
---
|
| 18 |
|
| 19 |
# Guwen Quote
|
| 20 |
|
| 21 |
A Classical Chinese Quotation Detector.
|
| 22 |
|
| 23 |
+
Note: There are some problems with decoding using the default sequence classification model. Use the CRF model to achieve the best results. CRF related code please refer to
|
| 24 |
+
[Guwen Models](https://github.com/ethan-yt/guwen-models).
|
| 25 |
+
|
| 26 |
See also:
|
| 27 |
|
| 28 |
<a href="https://github.com/ethan-yt/guwen-models">
|