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

Commit 75061f0

Browse files
author
yinyinl
committed
update README
1 parent d64956c commit 75061f0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,22 @@ NLP Architect is an open-source Python library for exploring the state-of-the-ar
88
language understanding. It is intended to be a platform for future research and
99
collaboration.
1010

11-
The library consists of core modules (topologies), data pipelines, utilities and end-to-end model examples with training and inference scripts. Each of the models includes algorithm descriptions and results in the [documentation](http://www.nlp_architect.nervanasys.com/).
11+
The current version of NLP Architect includes these features that we found interesting from both research perspectives and practical applications:
12+
13+
* NLP core models that allow robust extraction of linguistic features for NLP workflow: for example, dependency parser (BIST) and NP chunker
14+
* NLU modules that provide best in class performance: for example, intent extraction (IE), name entity recognition (NER)
15+
* Modules that address semantic understanding: for example, colocations, most common word sense, NP embedding representation (e.g. NP2V)
16+
* Components instrumental for conversational AI: for example, ChatBot applications, including dialog system, sequence chunking and IE
17+
* End-to-end DL applications using new topologies: for example, Q&A, machine reading comprehension
18+
19+
<center> <img src="doc/source/assets/nlp_archtiect_v0.1.png"></center>
20+
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/).
22+
23+
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.
24+
25+
<center> <img src="doc/source/assets/bist_service.png"></center>
26+
1227

1328
Because of its current research nature, several open source deep learning frameworks are used in this repository including:
1429

doc/source/assets/bist_service.png

100644100755
247 KB
Loading

0 commit comments

Comments
 (0)