refer to more model
Browse files
README.md
CHANGED
@@ -88,4 +88,9 @@ def entity_table(pipeline, **pipeline_kw):
|
|
88 |
return create_table
|
89 |
# will return a dataframe
|
90 |
entity_table(ner)(YOUR_VERY_CONTENTFUL_TEXT)
|
91 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
88 |
return create_table
|
89 |
# will return a dataframe
|
90 |
entity_table(ner)(YOUR_VERY_CONTENTFUL_TEXT)
|
91 |
+
```
|
92 |
+
|
93 |
+
> check our NER model on
|
94 |
+
* [gene and gene products](/raynardj/ner-gene-dna-rna-jnlpba-pubmed)
|
95 |
+
* [chemical substance](/raynardj/ner-chemical-bionlp-bc5cdr-pubmed).
|
96 |
+
* [disease](raynardj/ner-disease-ncbi-bionlp-bc5cdr-pubmed)
|