Hello everybody.
I am new to this forum, as well as to computer science, so this question may seem unstructured. I ask this question because I have to include it in my project. Even if you could not help me with accurate answers, I ask you to show me the way to get to my answer.
Question:
I am in search of my own evolutionary data structure for aligning Terms and Phrases (synonyms for some rules). For example, Mobile
and Cell
will be synonyms if the query launched to search for synonyms of the mobile device also contains some related parts (the rules will be called here).
None of the Mobile and Cell values ββcan be different either.
Mobile
can also be Mobile Library
, Mobile Hospital
, etc. Cell
may be a biological term.
Work with me
I have studied several Nosql and Neo4j graphical databases. They are great, but I could not find useful concepts that may be related to my question.
Thanks in advance. Any help would be appreciated
source share