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

Commit 2deab17

Browse files
author
Peter Izsak
committed
Added rendered html pages
1 parent 0b8c743 commit 2deab17

File tree

359 files changed

+86543
-13751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+86543
-13751
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ generated
1313
/dist/
1414
*.hdf5
1515
*.h5
16-
#!nlp_architect/server/angular-ui/dist/angular-ui/*.html
17-
#*.html
1816
docs-source/_build/**
1917
!nlp_architect/solutions/set_expansion/ui/templates/*.html
2018
.vscode

docs/CONTRIBUTING.html

+49-70
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Contribution Process &mdash; NLP Architect by Intel® AI Lab 0.4.post2 documentation</title>
11+
<title>Contribution Process &mdash; NLP Architect by Intel® AI Lab 0.5 documentation</title>
1212

1313

1414

@@ -25,6 +25,8 @@
2525
<script type="text/javascript" src="_static/underscore.js"></script>
2626
<script type="text/javascript" src="_static/doctools.js"></script>
2727
<script type="text/javascript" src="_static/language_data.js"></script>
28+
<script type="text/javascript" src="_static/install.js"></script>
29+
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
2830

2931
<script type="text/javascript" src="_static/js/theme.js"></script>
3032

@@ -33,8 +35,9 @@
3335

3436
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
3537
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
36-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" type="text/css" />
37-
<link rel="stylesheet" href="_static/theme.css" type="text/css" />
38+
<link rel="stylesheet" href="_static/nlp_arch_theme.css" type="text/css" />
39+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono" type="text/css" />
40+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:100,900" type="text/css" />
3841
<link rel="index" title="Index" href="genindex.html" />
3942
<link rel="search" title="Search" href="search.html" />
4043
</head>
@@ -55,7 +58,7 @@
5558

5659

5760

58-
<img src="_static/nlp_architect_logo_white.png" class="logo" alt="Logo"/>
61+
<img src="_static/logo.png" class="logo" alt="Logo"/>
5962

6063
</a>
6164

@@ -81,31 +84,27 @@
8184

8285

8386
<ul>
84-
<li class="toctree-l1"><a class="reference internal" href="main.html">Home</a></li>
87+
<li class="toctree-l1"><a class="reference internal" href="quick_start.html">Quick start</a></li>
8588
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
8689
<li class="toctree-l1"><a class="reference internal" href="publications.html">Publications</a></li>
8790
<li class="toctree-l1"><a class="reference internal" href="tutorials.html">Jupyter Tutorials</a></li>
88-
<li class="toctree-l1"><a class="reference internal" href="developer_guide.html">Developer Guide</a></li>
89-
<li class="toctree-l1"><a class="reference internal" href="service.html">REST Server</a></li>
9091
<li class="toctree-l1"><a class="reference internal" href="model_zoo.html">Model Zoo</a></li>
9192
</ul>
9293
<p class="caption"><span class="caption-text">NLP/NLU Models</span></p>
9394
<ul>
94-
<li class="toctree-l1"><a class="reference internal" href="absa.html">Aspect Based Sentiment Analysis</a></li>
95-
<li class="toctree-l1"><a class="reference internal" href="chunker.html">Sequence Chunker</a></li>
96-
<li class="toctree-l1"><a class="reference internal" href="ner_crf.html">Named Entity Recognition</a></li>
95+
<li class="toctree-l1"><a class="reference internal" href="tagging/sequence_tagging.html">Sequence Tagging</a></li>
96+
<li class="toctree-l1"><a class="reference internal" href="sentiment.html">Sentiment Analysis</a></li>
97+
<li class="toctree-l1"><a class="reference internal" href="bist_parser.html">Dependency Parsing</a></li>
9798
<li class="toctree-l1"><a class="reference internal" href="intent.html">Intent Extraction</a></li>
98-
<li class="toctree-l1"><a class="reference internal" href="np_segmentation.html">Noun Phrase Semantic Segmentation</a></li>
99-
<li class="toctree-l1"><a class="reference internal" href="bist_parser.html">BIST Dependency Parser</a></li>
100-
<li class="toctree-l1"><a class="reference internal" href="word_sense.html">Most Common Word Sense</a></li>
101-
<li class="toctree-l1"><a class="reference internal" href="np2vec.html">Noun Phrase to Vec</a></li>
102-
<li class="toctree-l1"><a class="reference internal" href="supervised_sentiment.html">Supervised Sentiment</a></li>
103-
<li class="toctree-l1"><a class="reference internal" href="reading_comprehension.html">Reading Comprehension</a></li>
104-
<li class="toctree-l1"><a class="reference internal" href="memn2n.html">End-to-End Memory Networks for Goal Oriented Dialogue</a></li>
105-
<li class="toctree-l1"><a class="reference internal" href="tcn.html">TCN Language Model</a></li>
106-
<li class="toctree-l1"><a class="reference internal" href="crosslingual_emb.html">Unsupervised Crosslingual Embeddings</a></li>
107-
<li class="toctree-l1"><a class="reference internal" href="cross_doc_coref.html">Cross Document Co-Reference</a></li>
108-
<li class="toctree-l1"><a class="reference internal" href="identifying_semantic_relation.html">Semantic Relation Identification</a></li>
99+
<li class="toctree-l1"><a class="reference internal" href="lm.html">Language Models</a></li>
100+
<li class="toctree-l1"><a class="reference internal" href="information_extraction.html">Information Extraction</a></li>
101+
<li class="toctree-l1"><a class="reference internal" href="transformers.html">Transformers</a></li>
102+
<li class="toctree-l1"><a class="reference internal" href="archived/additional.html">Additional Models</a></li>
103+
</ul>
104+
<p class="caption"><span class="caption-text">Optimized Models</span></p>
105+
<ul>
106+
<li class="toctree-l1"><a class="reference internal" href="quantized_bert.html">Quantized BERT</a></li>
107+
<li class="toctree-l1"><a class="reference internal" href="transformers_distillation.html">Transformers Distillation</a></li>
109108
<li class="toctree-l1"><a class="reference internal" href="sparse_gnmt.html">Sparse Neural Machine Translation</a></li>
110109
</ul>
111110
<p class="caption"><span class="caption-text">Solutions</span></p>
@@ -114,14 +113,11 @@
114113
<li class="toctree-l1"><a class="reference internal" href="term_set_expansion.html">Set Expansion</a></li>
115114
<li class="toctree-l1"><a class="reference internal" href="trend_analysis.html">Trend Analysis</a></li>
116115
</ul>
117-
<p class="caption"><span class="caption-text">Pipelines</span></p>
118-
<ul>
119-
<li class="toctree-l1"><a class="reference internal" href="spacy_bist.html">Spacy-BIST Parser</a></li>
120-
<li class="toctree-l1"><a class="reference internal" href="spacy_np_annotator.html">Spacy-NP Annotator</a></li>
121-
</ul>
122116
<p class="caption"><span class="caption-text">For Developers</span></p>
123117
<ul>
124-
<li class="toctree-l1"><a class="reference internal" href="api.html">API</a></li>
118+
<li class="toctree-l1"><a class="reference internal" href="generated_api/nlp_architect_api_index.html">nlp_architect API</a></li>
119+
<li class="toctree-l1"><a class="reference internal" href="service.html">REST Server</a></li>
120+
<li class="toctree-l1"><a class="reference internal" href="developer_guide.html">Developer Guide</a></li>
125121
</ul>
126122

127123

@@ -187,14 +183,14 @@
187183
<div class="section" id="contribution-process">
188184
<h1>Contribution Process<a class="headerlink" href="#contribution-process" title="Permalink to this headline"></a></h1>
189185
<ol class="arabic simple">
190-
<li><p>File an issue (to track your contribution):</p>
191-
<ul class="simple">
192-
<li><p>Create an issue on GitHub:
193-
<a class="reference external" href="https://github.com/NervanaSystems/nlp-architect/issues">https://github.com/NervanaSystems/nlp-architect/issues</a></p></li>
186+
<li>File an issue (to track your contribution):<ul>
187+
<li>Create an issue on GitHub:
188+
<a class="reference external" href="https://github.com/NervanaSystems/nlp-architect/issues">https://github.com/NervanaSystems/nlp-architect/issues</a></li>
194189
</ul>
195190
</li>
196-
<li><p>Clone and/or update your checked out copy of nlp-architect to ensure you have the
197-
most recent commits from the master branch:</p></li>
191+
<li>Fork NLP Architect and/or update your checked out copy of
192+
nlp-architect to ensure you have the
193+
most recent commits from the master branch, for example:</li>
198194
</ol>
199195
<blockquote>
200196
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git clone https://github.com/NervanaSystems/nlp-architect.git
@@ -206,43 +202,42 @@ <h1>Contribution Process<a class="headerlink" href="#contribution-process" title
206202
</div>
207203
</div></blockquote>
208204
<ol class="arabic simple" start="3">
209-
<li><p>Create a new feature branch for your work and switch to it. Give it a
210-
meaningful name related to the task(s) at hand:</p></li>
205+
<li>Create a new feature branch for your work and switch to it. Give it a
206+
meaningful name related to the task(s) at hand:</li>
211207
</ol>
212208
<blockquote>
213209
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git checkout -b my_new_feature_branch
214210
</pre></div>
215211
</div>
216212
</div></blockquote>
217213
<ol class="arabic simple" start="4">
218-
<li><p>Ideally you’d start by creating one or more unit tests with the
214+
<li>Ideally you’d start by creating one or more unit tests with the
219215
functionality you expect your new feature to perform. These should reside
220216
under the appropriate tests subdirectory of whatever you are changing.
221217
Then hack away at the code until you feel your feature is complete. Once
222-
satisfied, run the code through the following checks:</p></li>
218+
satisfied, run the code through the following checks:</li>
223219
</ol>
224220
<blockquote>
225-
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>nlp_architect <span class="nb">test</span> <span class="c1"># ensure all are OK</span>
226-
nlp_architect style <span class="c1"># ensure there are no style related issues</span>
221+
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>./scripts/run_tests.sh <span class="c1"># ensure all are OK</span>
222+
./scripts/check_style.sh <span class="c1"># ensure there are no style related issues</span>
227223
</pre></div>
228224
</div>
229225
</div></blockquote>
230226
<ol class="arabic simple" start="5">
231-
<li><p>If necessary you may want to update and/or rebuild the documentation.
227+
<li>If necessary you may want to update and/or rebuild the documentation.
232228
This all exists under docs-source/source and is in
233-
<a class="reference external" href="http://sphinx-doc.org/rest.html">Sphinx reStructuredText format</a>:</p></li>
229+
<a class="reference external" href="http://sphinx-doc.org/rest.html">Sphinx reStructuredText format</a>:</li>
234230
</ol>
235231
<blockquote>
236-
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span> scripts/
237-
sh create_docs.sh <span class="c1"># builds the doc and starts a local server directly</span>
232+
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>./scripts/create_docs.sh <span class="c1"># builds the doc and starts a local server directly</span>
238233
</pre></div>
239234
</div>
240235
</div></blockquote>
241236
<ol class="arabic simple" start="6">
242-
<li><p>Commit your changes and push your feature branch to your GitHub fork. Be
237+
<li>Commit your changes and push your feature branch to your GitHub fork. Be
243238
sure to add a descriptive message and reference the GitHub issue associated
244239
with your task (ex. #1). You will also want to rebase your commits down to
245-
a single sensible commit to make things clean for the merge process:</p></li>
240+
a single sensible commit to make things clean for the merge process:</li>
246241
</ol>
247242
<blockquote>
248243
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git add my_updated_files
@@ -252,31 +247,15 @@ <h1>Contribution Process<a class="headerlink" href="#contribution-process" title
252247
</div>
253248
</div></blockquote>
254249
<ol class="arabic simple" start="7">
255-
<li><p>Create a new pull request to get your feature branch merged into master for
256-
others to use. You’ll first need to ensure your feature branch contains the
257-
latest changes from master. Furthermore, internal devs will need to assign
258-
the request to someone else for a code review. You must also ensure there
259-
are no errors when run through the items defined in step 4.</p></li>
260-
</ol>
261-
<blockquote>
262-
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># (external contribs): make a new pull request:</span>
263-
https://github.com/NervanaSystems/nlp-architect/pulls
264-
265-
<span class="c1"># merge latest master changes into your feature branch</span>
266-
git fetch origin
267-
git checkout master
268-
git pull origin master
269-
git checkout my_new_feature_branch
270-
git merge master <span class="c1"># you may need to manually resolve any merge conflicts</span>
271-
</pre></div>
272-
</div>
273-
</div></blockquote>
274-
<ol class="arabic simple" start="8">
275-
<li><p>If there are issues you can continue to push commits to your feature branch
250+
<li>Create a new <a class="reference external" href="https://github.com/NervanaSystems/nlp-architect/pulls">pull request</a>
251+
to get your feature branch merged into master for others to use.
252+
You’ll first need to ensure your feature branch contains the latest changes from
253+
master.</li>
254+
<li>If there are issues you can continue to push commits to your feature branch
276255
by following step 6. They will automatically be added to this same merge
277-
request.</p></li>
278-
<li><p>Once your change has been successfully merged, you can remove the source
279-
branch and ensure your local copy is up to date:</p></li>
256+
request.</li>
257+
<li>Once your change has been successfully merged, you can remove the source
258+
branch and ensure your local copy is up to date:</li>
280259
</ol>
281260
<blockquote>
282261
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git fetch origin
@@ -288,7 +267,7 @@ <h1>Contribution Process<a class="headerlink" href="#contribution-process" title
288267
</div>
289268
</div></blockquote>
290269
<ol class="arabic simple" start="10">
291-
<li><p>Give yourself a high five for a job well done!</p></li>
270+
<li>Give yourself a high five for a job well done!</li>
292271
</ol>
293272
</div>
294273

docs/_images/absa_solution_flow.png

-295 KB
Binary file not shown.

docs/_images/absa_solution_ui_1.png

-66.5 KB
Binary file not shown.

docs/_images/absa_solution_ui_2.png

-161 KB
Binary file not shown.

docs/_images/absa_solution_ui_3.png

579 KB
Loading

docs/_images/absa_solution_ui_4.png

144 KB
Loading
25 KB
Loading

docs/_images/cnn-lstm-fig.png

51.3 KB
Loading

docs/_images/idcnn-fig.png

44.2 KB
Loading

docs/_images/ner_crf_model.png

-33.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)