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
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 optionalanalyzer
parameter to thetokenize
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?
List any issues that this change relates to Relates to #21