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

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


The following commit(s) were added to refs/heads/NLPCRAFT-108 by this push:
     new 738238d  WIP.
738238d is described below

commit 738238dff559632d418723f79ae33cbe60bf496b
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Aug 23 19:15:52 2020 -0700

    WIP.
---
 .../ctxword/bin/{suggestion.cmd => suggest.cmd}    |  0
 .../model/tools/cmdline/NCCommandLine.scala        | 25 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/nlpcraft/src/main/python/ctxword/bin/suggestion.cmd 
b/nlpcraft/src/main/python/ctxword/bin/suggest.cmd
similarity index 100%
rename from nlpcraft/src/main/python/ctxword/bin/suggestion.cmd
rename to nlpcraft/src/main/python/ctxword/bin/suggest.cmd
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala
new file mode 100644
index 0000000..f6f8ca8
--- /dev/null
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ */
+
+package org.apache.nlpcraft.model.tools.cmdline
+
+/**
+ * 'nlpcraft' script entry point.
+ */
+object NCCommandLine extends App {
+
+}

Reply via email to