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

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


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

commit 5426ceeb5d9dc890b86758f958149fd08c8da80c
Author: skhdl <skhdlem...@gmail.com>
AuthorDate: Thu Oct 27 18:14:10 2022 +0400

    WIP.
---
 examples/light_switch_fr.html | 9 +++++----
 examples/light_switch_ru.html | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/examples/light_switch_fr.html b/examples/light_switch_fr.html
index db408f0..423377d 100644
--- a/examples/light_switch_fr.html
+++ b/examples/light_switch_fr.html
@@ -78,7 +78,7 @@ fa_icon: fa-cube
                 for French language.
             </li>
             <li>
-                <code>NCFrStopWordsTokenEnricher.scala</code> - Stop-words 
token enricher token enricher, custom implementation of
+                <code>NCFrStopWordsTokenEnricher.scala</code> - Stop-words 
token enricher, custom implementation of
                 <a 
href="../apis/latest/org/apache/nlpcraft/NCTokenEnricher.html">NCTokenEnricher</a>
                 for French language.
             </li>
@@ -293,11 +293,12 @@ fa_icon: fa-cube
         </pre>
         <ul>
             <li>
-                <code>NCFrTokenParser</code> is a simple wrapper which 
implements <code>NCTokenParser</code> based on
-                open source <a href="https://languagetool.org";>Language 
Tool</a> library.
+                <code>NCFrTokenParser</code> is a simple wrapper which 
implements
+                <a 
href="../apis/latest/org/apache/nlpcraft/NCTokenParser.html">NCTokenParser</a>
+                based on open source <a 
href="https://languagetool.org";>Language Tool</a> library.
             </li>
             <li>
-                <code>Line 19</code> creates the <code>NCToken</code> instance.
+                <code>Line 19</code> creates the <a 
href="../apis/latest/org/apache/nlpcraft/NCToken.html">NCToken</a> instance.
             </li>
         </ul>
 
diff --git a/examples/light_switch_ru.html b/examples/light_switch_ru.html
index 61c5d6d..7e607ee 100644
--- a/examples/light_switch_ru.html
+++ b/examples/light_switch_ru.html
@@ -78,7 +78,7 @@ fa_icon: fa-cube
                 for Russian language.
             </li>
             <li>
-                <code>NCRuStopWordsTokenEnricher.scala</code> - Stop-words 
token enricher token enricher, custom implementation of
+                <code>NCRuStopWordsTokenEnricher.scala</code> - Stop-words 
token enricher, custom implementation of
                 <a 
href="../apis/latest/org/apache/nlpcraft/NCTokenEnricher.html">NCTokenEnricher</a>
                 for Russian language.
             </li>
@@ -294,11 +294,12 @@ fa_icon: fa-cube
 
         <ul>
             <li>
-                <code>NCRuTokenParser</code> is a simple wrapper which 
implements <code>NCTokenParser</code> based on
-                open source <a href="https://languagetool.org";>Language 
Tool</a> library.
+                <code>NCRuTokenParser</code> is a simple wrapper which 
implements
+                <a 
href="../apis/latest/org/apache/nlpcraft/NCTokenParser.html">NCTokenParser</a>
+                based on open source <a 
href="https://languagetool.org";>Language Tool</a> library.
             </li>
             <li>
-                <code>Line 19</code> creates the <code>NCToken</code> instance.
+                <code>Line 19</code> creates the <a 
href="../apis/latest/org/apache/nlpcraft/NCToken.html">NCToken</a> instance.
             </li>
         </ul>        
 

Reply via email to