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

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

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

Aaron Radzinski resolved NLPCRAFT-278.
--------------------------------------
    Resolution: Fixed

> 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: Sergey Kamov
>            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 (replaceAll)
>  - 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 discuss)
> statistical:
>  - avg
>  - stdev (standard deviation)
> Add support equal operation(=) for maps and lists.



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