WIP.
diff --git a/.gitignore b/.gitignore
index a7e2609..ec1d470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,38 @@
-# Created by .ignore support plugin (hsz.mobi)
-### Java template
-# Compiled class file
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+**/*.iml
+.idea
+venv/
+_site/
+.sass-cache/
+.jekyll-cache/
+.jekyll-metadata
+target
+out
+zips
+model.yaml
+model.json
+docs/Gemfile.lock
+
 *.class
-
-# Log file
 *.log
-
-# BlueJ files
 *.ctxt
-
-# Mobile Tools for Java (J2ME)
 .mtj.tmp/
-
-# Package Files #
 *.jar
 *.war
 *.nar
diff --git a/README.md b/README.md
index f663b6d..a2d13af 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
 <a target=_ href="https://travis-ci.org/nlpcrafters/nlpcraft-java-client"><img alt="Build" src="https://travis-ci.org/nlpcrafters/nlpcraft-java-client.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-java-client/badge.svg" alt="Maven"></a>
 
-### What is NLPCraft?
-[NLPCraft](https://nlpcraft.org/) is an open source library for adding a natural language interface to any applications. 
+### What is Apache NLPCraft?
+[Apache NLPCraft](https://nlpcraft.org/) is an open source library for adding a natural language interface to any applications. 
 NLPCraft is free and developer friendly, it securely works with any private data source, has no hardware or software 
 lock-in all the while giving you tremendous NLP powers.