openculinary / knowledge-graph

The RecipeRadar knowledge graph stores and provides access to recipe and ingredient relationship information.
GNU Affero General Public License v3.0
10 stars 0 forks source link

Add support for synonyms via SynonymAnalyzer #29

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

Describe the reason for these changes and the problem that they solve

Adds tokenization-level support for synonyms in the knowledge-graph, by adding an optional analyzer parameter to the tokenize method.

Initially a SynonymAnalyzer implementation is provided which uses a dictionary to map from input tokens to output tokens.

How have the changes been tested?

  1. Unit tests are provided with the change

List any issues that this change relates to Relates to #21