blob: 05c4c7a1a311bc7882e60ae9998957930c71832e [file] [log] [blame]
---
layout: default
---
<!--
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.
-->
<div class="container-fluid">
<div class="navbar-aligned">
<ol class="breadcrumb">
<li class="mr-1"><a href="index.html">Home</a></li>
<li class="mr-1"><a href="/blogs.html">Blogs</a></li>
<li class="mr-1 active">{{ page.title }}</li>
</ol>
<h1 class="page-title">
<span><i class="fas fa-fw fa-blog"></i> Blogs</span>
</h1>
<div class="three-cols-container">
<div class="col-md-2 first-column">
<ul class="side-nav">
<li class="side-nav-title">Documentation</li>
<li><a href="/docs.html">Overview</a></li>
<li><a href="/installation.html">Installation</a></li>
<li><a href="/getting-started.html">Getting Started</a></li>
</ul>
</div>
<div id="blog" class="col-md-8 second-column">
{{ content }}
</div>
<div class="col-md-2 third-column">
<ul class="side-nav">
<li class="side-nav-title">Quick Links</li>
<li>
<img alt="" class="quick-link-img mr-2" src="/images/github_logo.png"><a
target="github"
href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples">Examples</a>
</li>
<li>
<i class="fab fa-java mr-2"></i><a target="_" href="/apis/latest/index.html">Javadoc</a>
</li>
<li>
<img alt="" class="quick-link-img mr-2" src="/images/apiary.svg"><a
href="https://nlpcraft.docs.apiary.io"
target="apiary">REST API</a>
</li>
<li>
<i class="fas fa-download mr-2"></i><a href="/download.html">Download</a>
</li>
<li>
<i class="fas fa-blog mr-2"></i><a href="/blogs.html">Blogs</a>
</li>
<li class="side-nav-title">Support</li>
<li>
<nobr>
<i class="far fa-fw fa-envelope mr-2"></i><a href="mailto:dev@nlpcraft.apache.org">Dev List</a>
</nobr>
</li>
<li>
<nobr>
<i class="fab fa-fw fa-stack-overflow mr-2"></i><a target="so" href="https://stackoverflow.com/questions/ask">Stack Overflow</a>
</nobr>
</li>
<li>
<nobr>
<i class="fab fa-fw fa-github mr-2"></i><a target="github" href="https://github.com/apache/incubator-nlpcraft">GitHub</a>
</nobr>
</li>
</ul>
</div>
</div>
</div>
</div>