Intelligently matching term:[phrase]
to other phrase forms
#301
Labels
enhancement
New feature or request
term:[phrase]
to other phrase forms
#301
e.g. in metanorma/stepmod-utils#23
The directive of
term:[individual products]
is provided but the actual term is "individual product".By using word stemmers we could potentially match the words used in the definitions to the defined terms of the document.
For example,
ruby-stemmer
uses Snowball which converts both the singular "individual product" and "individual products" into "individu product".There is certainly an issue if the dictionary contains very short phrases like "to" then there is a problem.
There are 2 steps we can do this:
term:[individual products]
instead ofterm:[individual products, individual product]
)The text was updated successfully, but these errors were encountered: