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 6084cf9 Update README.md
6084cf9 is described below
commit 6084cf90f922af8cd42d9da91361163c307ff9f9
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Oct 19 21:15:16 2020 -0700
Update README.md
---
README.md | 29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 3d46f6e..3a47e73 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,7 @@
## What is Apache NLPCraft?
[Apache NLPCraft](https://nlpcraft.apache.org/) is an open source library for
adding a natural language interface to any applications.
-NLPCraft is free and easy to use, it securely works with any private data
source, and has no hardware or software
-lock-in:
+Based on semantic modelling it allows rapid implementation and requires no
model training or pre-existing text corpora:
* Download, Maven/Grape/Gradle/SBT, installation
[instructions](https://nlpcraft.apache.org/download.html)
* Read [documentation](https://nlpcraft.apache.org/docs.html)
@@ -36,9 +35,29 @@ lock-in:
* Post a question at [Stack
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code>
tag
* Access [GitHub](https://github.com/apache/incubator-nlpcraft) mirror
repository.
* Join project developers on
[[email protected]](mailto:[email protected])
-
-## Other Projects
-- [Apache NLPCraft Java
Client](https://github.com/apache/incubator-nlpcraft-java-client) - Native Java
client for NLPCraft REST API.
+
+## Why Natural Language?
+Natural Language Interface (NLI) enables users to explore any type of data
sources using natural language augmenting existing UI/UX with fidelity and
simplicity of a familiar spoken language.
+There is no learning curve, no special rules or UI to master, no cumbersome
syntax or terms to remember - just a natural language that your users already
speak.
+
+## Key Features
+### Semantic Modeling
+Advanced semantic modelling and intent-based matching enables deterministic
natural language understanding without requiring deep learning training or
pre-existing text corpora.
+
+### Any Data Source
+Any data source, device, or service - public or private. From databases and
SaaS systems, to smart home devices, voice assistants and chatbots.
+
+### English Focused
+NLPCraft focuses on processing English language delivering the ease of use and
unparalleled comprehension for the language spoken by more than a billion
people.
+
+### Java-First
+REST API and Java-based implementation natively support world's largest
ecosystem of development tools, programming languages and services.
+
+#### Model-As-A-Code
+Model-as-a-code convention natively supports any system development life cycle
tools and frameworks in Java eco-system.
+
+### Out-Of-The-Box Integration
+NLPCraft natively integrates with 3rd party libraries for base NLP processing
and named entity recognition:
### Copyright
Copyright (C) 2020 Apache Software Foundation