[
https://issues.apache.org/jira/browse/NLPCRAFT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17197924#comment-17197924
]
Sergey Kamov commented on NLPCRAFT-41:
--------------------------------------
>> Result JSON must be properly sorted (the best on top).
it is already done this way
>> What does 'suggestedCount' mean?
there are 2 parameters:
The same synonym can be suggested by the system N times for different synonyms,
with different examples)
So 'synonym' has 2 parameters:
- suggestedCount (how many times it was suggested)
- score (best for all variants for this word)
All suggested synonyms ordered from best to worse based on these 2 parameters
(some summary factor used)
For example if
- one synonym has score 0.4 and suggestedCount=2 and second synonym has score
0.5 and suggestedCount=2 - second better
- one synonym has score 0.4 and suggestedCount=100 and second synonym has
score 0.5 and suggestedCount=2 - first better
> Synonyms generation tool
> ------------------------
>
> Key: NLPCRAFT-41
> URL: https://issues.apache.org/jira/browse/NLPCRAFT-41
> Project: NLPCraft
> Issue Type: New Feature
> Components: probe
> Reporter: Sergey Kamov
> Assignee: Sergey Kamov
> Priority: Major
> Fix For: 0.7.0
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)