Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyuanLucasLiu committed Oct 7, 2018
1 parent 3849e3d commit aa4d447
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/index.rst
Expand Up @@ -12,17 +12,16 @@ LM-LSTM-CRF documentation

- **Inference**:

+ **[LightNER](https://github.com/LiyuanLucasLiu/LightNER)**: inference w. models pre-trained / trained w. *any* following tools, *efficiently*.
- **`LightNER <https://github.com/LiyuanLucasLiu/LightNER>`_**: inference w. models pre-trained / trained w. *any* following tools, *efficiently*.

- **Training**:

+ **[LD-Net](https://github.com/LiyuanLucasLiu/LD-Net)**: train NER models w. efficient contextualized representations.

+ **[VanillaNER](https://github.com/LiyuanLucasLiu/Vanilla_NER)**: train vanilla NER models w. pre-trained embedding.
- **`LD-Net <https://github.com/LiyuanLucasLiu/LD-Net>`_**: train NER models w. efficient contextualized representations.
- **`VanillaNER <https://github.com/LiyuanLucasLiu/Vanilla_NER>`_**: train vanilla NER models w. pre-trained embedding.

- **Distant Training**:

+ **[AutoNER](https://shangjingbo1226.github.io/AutoNER/)**: train NER models w.o. line-by-line annotations and get competitive performance.
- **`AutoNER <https://shangjingbo1226.github.io/AutoNER/>`_**: train NER models w.o. line-by-line annotations and get competitive performance.

--------------------------

Expand Down

0 comments on commit aa4d447

Please sign in to comment.