Questions tagged [semantic-matching]

Semantic matching is a technique used in computer science to identify information that is semantically related. Given any two graph-like structures, e.g. classifications, taxonomies database or XML schemas and ontologies, matching is an operator that identifies those nodes in the two structures which semantically correspond to one another.

1 questions
1
vote
1 answer

How to do semantic matching in Python?

Question: I am trying to use semantic matching in Python on a group of words. Sample Input: ['error 1', '14_7error', 'err_87P', 'configuration 49-ñ', 'confi:p2g%'] Sample Output: ['error 1,14_7error,err_87P', 'configuration…
abhigyanj
  • 2,355
  • 2
  • 9
  • 29