regel-corpus
commited on
Commit
•
ef6f429
1
Parent(s):
c26a360
move citation to top
Browse files
README.md
CHANGED
@@ -22,6 +22,22 @@ Predicts 1 tag:
|
|
22 |
|
23 |
---
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
### Demo: How to use in Flair
|
26 |
|
27 |
Requires:
|
@@ -83,21 +99,6 @@ tagger = MultiTagger.load(['./models/hunflair-'])
|
|
83 |
tagger.predict(sentence)
|
84 |
```
|
85 |
|
86 |
-
---
|
87 |
-
|
88 |
-
### Cite
|
89 |
-
|
90 |
-
Please cite the following paper when using this model.
|
91 |
|
92 |
-
```
|
93 |
-
@article{garda2022regel,
|
94 |
-
title={RegEl corpus: identifying DNA regulatory elements in the scientific literature},
|
95 |
-
author={Garda, Samuele and Lenihan-Geels, Freyda and Proft, Sebastian and Hochmuth, Stefanie and Sch{\"u}lke, Markus and Seelow, Dominik and Leser, Ulf},
|
96 |
-
journal={Database},
|
97 |
-
volume={2022},
|
98 |
-
year={2022},
|
99 |
-
publisher={Oxford Academic}
|
100 |
-
}
|
101 |
-
```
|
102 |
|
103 |
|
|
|
22 |
|
23 |
---
|
24 |
|
25 |
+
### Cite
|
26 |
+
|
27 |
+
Please cite the following paper when using this model.
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{garda2022regel,
|
31 |
+
title={RegEl corpus: identifying DNA regulatory elements in the scientific literature},
|
32 |
+
author={Garda, Samuele and Lenihan-Geels, Freyda and Proft, Sebastian and Hochmuth, Stefanie and Sch{\"u}lke, Markus and Seelow, Dominik and Leser, Ulf},
|
33 |
+
journal={Database},
|
34 |
+
volume={2022},
|
35 |
+
year={2022},
|
36 |
+
publisher={Oxford Academic}
|
37 |
+
}
|
38 |
+
```
|
39 |
+
---
|
40 |
+
|
41 |
### Demo: How to use in Flair
|
42 |
|
43 |
Requires:
|
|
|
99 |
tagger.predict(sentence)
|
100 |
```
|
101 |
|
|
|
|
|
|
|
|
|
|
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
|
104 |
|