Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit d08f349

Browse files
author
yinyinl
committed
update link in README
1 parent 0c77a65 commit d08f349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The current version of NLP Architect includes these features that we found inter
1818

1919
<center> <img src="doc/source/assets/nlp_archtiect_v0.1.png"></center>
2020

21-
The library consists of core modules (topologies), data pipelines, utilities and end-to-end model examples with training and inference scripts. We look at these as a set of building blocks that were needed for implementing NLP use cases based on our pragmatic research experience. Each of the models includes algorithm descriptions and results in the [documentation](http://www.nlp_architect.nervanasys.com/).
21+
The library consists of core modules (topologies), data pipelines, utilities and end-to-end model examples with training and inference scripts. We look at these as a set of building blocks that were needed for implementing NLP use cases based on our pragmatic research experience. Each of the models includes algorithm descriptions and results in the [documentation](http://nlp_architect.nervanasys.com).
2222

2323
Some of the components, with provided pre-trained models, are exposed as REST service APIs through NLP Architect server. NLP Architect server is designed to provide predictions across different models in NLP Architect. It also includes a web front-end exposing the model annotations for visualizations. Currently, we provide 2 services, BIST dependency parsing and NER annotations. We also provide a template for developers to add a new service.
2424

@@ -36,7 +36,7 @@ Because of its current research nature, several open source deep learning framew
3636
Overtime the list of models included in this space will change, though all generally run with Python 3.5+
3737

3838
## Documentation
39-
Framework documentation on NLP model, algorithms, and modules, and instructions on how to contribute can be found [here](http://www.nlp_architect.nervanasys.com/).
39+
Framework documentation on NLP model, algorithms, and modules, and instructions on how to contribute can be found [here](http://nlp_architect.nervanasys.com).
4040

4141
## Installation
4242

0 commit comments

Comments
 (0)