Suggestions Data Type

Properties
name data type description
paradigmaticNeighbours array of TermRelation
syntagmaticNeighbours array of TermRelation
associations array of TermRelation
stringSimilarTerms array of TermRelation
startsWithTerms array of TermRelation
atMentionTerms array of TermRelation
hashTagTerms array of TermRelation
filteredStartsWithTerms array of TermRelation

Example

{
  "paradigmaticNeighbours" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ],
  "syntagmaticNeighbours" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ],
  "associations" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ],
  "stringSimilarTerms" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ],
  "startsWithTerms" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ],
  "atMentionTerms" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ],
  "hashTagTerms" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ],
  "filteredStartsWithTerms" : [ {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "forWord" : "...",
    "strength" : 12345.0
  } ]
}