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

Commit 50ed107

Browse files
author
Peter Izsak
committed
Merge branch 'master' into 0.5rc
# Conflicts: # .gitignore # nlp_architect/cmd.py
2 parents 8189d00 + 73e74e9 commit 50ed107

File tree

320 files changed

+71482
-554
lines changed

Some content is hidden

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

320 files changed

+71482
-554
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ generated
1515
*.h5
1616
#!nlp_architect/server/angular-ui/dist/angular-ui/*.html
1717
#*.html
18-
doc/build/**
19-
doc/source/_build/**
18+
docs-sources/build/**
2019
!nlp_architect/solutions/set_expansion/ui/templates/*.html
2120
.vscode
2221
!tests/fixtures/data/server/*.gz

.jenkins/Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ pipeline {
6666
steps {
6767
sh """
6868
. .nlp_architect_env/bin/activate
69+
export LC_ALL=en_US.UTF-8
70+
export LANG=en_US.UTF-8
6971
nlp_architect test
7072
"""
7173
}

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nlp_architect.nervanasys.com

docker/Dockerfile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
FROM ubuntu
3+
RUN apt-get upgrade && apt-get update && apt-get install -y python3 python3-pip git
4+
RUN export NLP_ARCHITECT_BE=CPU
5+
RUN export LC_ALL=en_US.UTF-8
6+
RUN export LANG=en_US.UTF-8
7+
RUN git clone https://github.com/NervanaSystems/nlp-architect.git
8+
WORKDIR "nlp-architect"
9+
RUN pip3 install -e .
10+
RUN pip3 install -r dev-requirements.txt
11+
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
12+
EXPOSE 8080

docker/README.md

+15

doc/Makefile docs-source/Makefile

File renamed without changes.

doc/source/CONTRIBUTING.rst docs-source/source/CONTRIBUTING.rst

+3-2

docs-source/source/absa.rst

+154

docs-source/source/absa_solution.rst

+100
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 5dd294d4366b7396fcf3f5004c932f42
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.nojekyll

Whitespace-only changes.

docs/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nlp_architect.nervanasys.com

0 commit comments

Comments
 (0)