Retrieve similar terms for a Term or an Expression object

get_similar_terms(object, ...)

# S4 method for Expression
get_similar_terms(object, contextId = NULL,
  posType = NULL, startIndex = 0L)

# S4 method for Term
get_similar_terms(object, contextId = NULL, posType = NULL,
  startIndex = 0L)

Arguments

object

Either: a single Term or Expression class object OR a Collection containing Term or Expression class objects

Value

list containing different contexts

See also

This page for more information about contexts and expressions

This page for more information about contexts and terms