You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Sergey Kamov (Jira)" <ji...@apache.org> on 2021/03/26 21:23:00 UTC

[jira] [Closed] (NLPCRAFT-278) Nlpcraft IDL functions.

     [ https://issues.apache.org/jira/browse/NLPCRAFT-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Kamov closed NLPCRAFT-278.
---------------------------------

> Nlpcraft IDL functions.
> -----------------------
>
>                 Key: NLPCRAFT-278
>                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-278
>             Project: NLPCraft
>          Issue Type: Improvement
>          Components: probe
>            Reporter: Sergey Kamov
>            Assignee: Aaron Radzinski
>            Priority: Major
>             Fix For: 0.7.5
>
>
> We have to add:
> token (-probably need to add these methods to NCToken interface as well-):
>  * -origin_text-
>  * -norm_text-
>  * -is_abstract-
>  * -unid-
>  * -is_freeword-
>  * -is_stopword-
>  * -is_direct-
>  * -is_english-
>  * -is_swear-
>  * -is_quoted-
>  * -is_wordnet-
>  * -lemma-
>  * -stem-
>  * -pos-
>  * -sparsity-
> strings:
>  - -replace-
>  - -substr-
>  - -startWith, endWith, contains-
>  - isEmpty
>  - length (need to be combined with length(), count() and size() for collections)
>  - -indexOf-
> collections:
>  - -insersect- (we already have hasAny() and hasAll())
>  - -concat- (to add one list or string to another)
>  - -distinct- (for discussion)
> statistical:
>  - -avg-
>  - -stdev- (standard deviation)
> Add support equal operation(=) for maps and lists.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)