Showing
1 changed file
with
36 additions
and
0 deletions
README.md
0 → 100755
1 | +# Automatic extraction of gene - disease events | ||
2 | +## Input data sets (original corpus given by Yalbi Balderas) | ||
3 | +```Shell | ||
4 | +\input-data-sets | ||
5 | +``` | ||
6 | + | ||
7 | +## Dictionaries | ||
8 | +### Original given by Yalbi Balderas | ||
9 | +```Shell | ||
10 | +\dictionaries-original | ||
11 | +``` | ||
12 | + | ||
13 | +## Terminological resources (dictionaries for entity recognition) | ||
14 | +```Shell | ||
15 | +\terminologicalResources | ||
16 | +``` | ||
17 | + | ||
18 | +## JSON dictionaries (Gene, disease, effect and GO) | ||
19 | +```Shell | ||
20 | +\dictionaries-json | ||
21 | +``` | ||
22 | +## Example sentences | ||
23 | +### Example sentences with different tags (non redundant) | ||
24 | +```Shell | ||
25 | +\example-sentences | ||
26 | +``` | ||
27 | +## Corpus | ||
28 | +### Set of abstracts and full article sentence-splitted | ||
29 | +```Shell | ||
30 | +\corpora | ||
31 | +``` | ||
32 | +## scripts | ||
33 | +### Scripts used to tag and preprocess text | ||
34 | +```Shell | ||
35 | +\scripts | ||
36 | +``` | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment