This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c583c5  First commit.
4c583c5 is described below

commit 4c583c5079457686c00a28f920895ab3a67a1ba3
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Tue Mar 10 14:53:55 2020 -0700

    First commit.
---
 .gitignore | 14 ++++++++++++++
 NOTICE     |  5 +++++
 README.md  |  2 +-
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f84e5d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+**/*.iml
+*.iml
+.idea
+venv/
+_site/
+.sass-cache/
+.jekyll-cache/
+.jekyll-metadata
+target
+out
+zips
+model.yaml
+model.json
+docs/Gemfile.lock
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..9eeebf1
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache NLPCraft
+Copyright (C) 2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index d2e0b39..05b5cba 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 <br>
 <a target=_ href="https://gitter.im/nlpcraftorg/community";><img alt="Gitter" 
src="https://badges.gitter.im/nlpcraftorg/community.svg";></a>&nbsp;
 <a target=_ href="https://travis-ci.org/nlpcrafters/nlpcraft#";><img 
alt="Build" 
src="https://travis-ci.org/nlpcrafters/nlpcraft.svg?branch=master";></a>&nbsp;
-<a target=_ href="https://search.maven.org/search?q=org.nlpcraft";><img 
src="https://maven-badges.herokuapp.com/maven-central/org.nlpcraft/nlpcraft/badge.svg";
 alt="Maven"></a>
+<a target=_ href="https://search.maven.org/search?q=org.apache.nlpcraft";><img 
src="https://maven-badges.herokuapp.com/maven-central/org.apache.nlpcraft/nlpcraft/badge.svg";
 alt="Maven"></a>
 
 ### Overview
 [NLPCraft](https://nlpcraft.org/) is an open source library for adding a 
natural language interface to any applications. 

Reply via email to