mergeExistingSemanticValues

fun mergeExistingSemanticValues(semanticValue1: L2SemanticValue, semanticValue2: L2SemanticValue)

Given two L2SemanticValues, merge their L2Synonyms together, if they're not already. Update the manifest to reflect the merged synonyms.

Parameters

semanticValue1
semanticValue2

Another L2SemanticValue representing what has just been shown to be the same value. It may already be a synonym of the first semantic value.