Update README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ BioNExt, is an end-to-end Biomedical Relation Extraction and Classifcation syste
|
|
| 15 |
|
| 16 |
This repositories contains two models:
|
| 17 |
|
| 18 |
-
1. Tagger
|
| 19 |
-
2. Extractor
|
| 20 |
|
| 21 |
For a full description on how to utilize our end-to-end pipeline we point you towards our [GitHub](https://github.com/ieeta-pt/BioNExt) repository.
|
| 22 |
|
|
|
|
| 15 |
|
| 16 |
This repositories contains two models:
|
| 17 |
|
| 18 |
+
1. **Tagger:** Named Entity Recognition module, which performs 6 class biomedical NER: **Genes, Diseases, Chemicals, Variants (mutations), Species, and Cell Lines**.
|
| 19 |
+
2. **Extractor:** Performs Relation Extraction and classification. The classes for the relation Extraction are: **Positive Correlation, Negative Correlation, Association, Binding, Drug Interaction, Cotreatment, Comparison, and Conversion.**
|
| 20 |
|
| 21 |
For a full description on how to utilize our end-to-end pipeline we point you towards our [GitHub](https://github.com/ieeta-pt/BioNExt) repository.
|
| 22 |
|