Skip to content

Commit

Permalink
1. 加入自动调参机制[实验性]
Browse files Browse the repository at this point in the history
2. 稍微修改了SRL模型的结构
3. 更多的可调整参数
  • Loading branch information
AlongWY committed Dec 23, 2020
1 parent 0f43160 commit ac0eaff
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/bio.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# bio 格式文件
港 B-GPE
台 B-GPE
会师 O
看 O
新 O
局 O
: O
14 changes: 14 additions & 0 deletions examples/conllu.txt
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

0 comments on commit ac0eaff

Please sign in to comment.