[
https://issues.apache.org/jira/browse/NLPCRAFT-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Radzinski updated NLPCRAFT-278:
-------------------------------------
Description:
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.
was:
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.
> 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)