Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Ner4Opt: Named Entity Recognition for Optimization
|
| 2 |
|
| 3 |
Given an optimization problem in natural language, Ner4Opt extracts optimization related entities from free-form text.
|
| 4 |
|
| 5 |
-
See the [Ner4Opt library](https://github.com/skadio/ner4opt/tree/main#ner4opt-named-entity-recognition-for-optimization) and [model details](https://github.com/skadio/ner4opt/tree/main/models#readme).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
metrics:
|
| 5 |
+
- microf1
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
# Ner4Opt: Named Entity Recognition for Optimization
|
| 9 |
|
| 10 |
Given an optimization problem in natural language, Ner4Opt extracts optimization related entities from free-form text.
|
| 11 |
|
| 12 |
+
See the [Ner4Opt library](https://github.com/skadio/ner4opt/tree/main#ner4opt-named-entity-recognition-for-optimization) and [model details](https://github.com/skadio/ner4opt/tree/main/models#readme).
|