forked from HIT-SCIR/ltp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. 稍微修改了SRL模型的结构 3. 更多的可调整参数
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# bio 格式文件 | ||
港 B-GPE | ||
台 B-GPE | ||
会师 O | ||
看 O | ||
新 O | ||
局 O | ||
: O |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# conllu 格式文件 | ||
# sent_id = test-s1 | ||
# text = 然而,這樣的處理也衍生了一些問題。 | ||
1 然而 然而 ADV RB _ 7 mark _ SpaceAfter=No | ||
2 , , PUNCT , _ 7 punct _ SpaceAfter=No | ||
3 這樣 這樣 PRON PRD _ 5 det _ SpaceAfter=No | ||
4 的 的 PART DEC Case=Gen 3 case:dec _ SpaceAfter=No | ||
5 處理 處理 NOUN NN _ 7 nsubj _ SpaceAfter=No | ||
6 也 也 ADV RB _ 7 mark _ SpaceAfter=No | ||
7 衍生 衍生 VERB VV _ 0 root _ SpaceAfter=No | ||
8 了 了 PART AS Aspect=Perf 7 aux:aspect _ SpaceAfter=No | ||
9 一些 一些 ADJ JJ _ 10 amod _ SpaceAfter=No | ||
10 問題 問題 NOUN NN _ 7 obj _ SpaceAfter=No | ||
11 。 。 PUNCT . _ 7 punct _ SpaceAfter=No |