Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ widget:
|
|
10 |
- text: "George Washington went to Washington"
|
11 |
---
|
12 |
|
|
|
|
|
13 |
```python
|
14 |
from flair.data import Sentence
|
15 |
from flair.models import SequenceTagger
|
@@ -36,4 +38,5 @@ for entity in sentence.get_spans('ner'):
|
|
36 |
booktitle = {{COLING} 2018, 27th International Conference on Computational Linguistics},
|
37 |
pages = {1638--1649},
|
38 |
year = {2018}
|
39 |
-
}
|
|
|
|
10 |
- text: "George Washington went to Washington"
|
11 |
---
|
12 |
|
13 |
+
# Flair NER fine-tuned on Private Dataset
|
14 |
+
|
15 |
```python
|
16 |
from flair.data import Sentence
|
17 |
from flair.models import SequenceTagger
|
|
|
38 |
booktitle = {{COLING} 2018, 27th International Conference on Computational Linguistics},
|
39 |
pages = {1638--1649},
|
40 |
year = {2018}
|
41 |
+
}
|
42 |
+
```
|