Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suport pentru termeni care incep cu, se termina cu si au sub o anumita lungime #21

Open
andreicristianpetcu opened this issue Mar 16, 2020 · 0 comments
Projects

Comments

@andreicristianpetcu
Copy link
Collaborator

andreicristianpetcu commented Mar 16, 2020

if we have several expressions that we need to match in an article that mean the same thing like

"pacienți in Bucharest"
"pacienți în spitalele din București"
"pacienți Covid-19 în București"

The only way we can do that right now is with aliases but this becomes complicated.

The solution would be to have a new config next to aliases

patterns: [{
   startsWith: "pacienți",
   endsWith: "București",
   maxLength: 40
}]
@andreicristianpetcu andreicristianpetcu created this issue from a note in Extension (To Do) Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Extension
  
To Do
Development

No branches or pull requests

1 participant