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

Multi Word Expressions #24

Open
3 of 4 tasks
apmoore1 opened this issue Jan 21, 2022 · 1 comment
Open
3 of 4 tasks

Multi Word Expressions #24

apmoore1 opened this issue Jan 21, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@apmoore1
Copy link
Member

apmoore1 commented Jan 21, 2022

To incorporate Multi Word Expressions (MWE) into the rule based tagger. The MWEs will come from MWE lexicons, of which examples of these can be found in the Multilingual USAS GitHub repository, e.g. the Spanish MWE lexicon.

Tasks

  • Define the MWE template. Update definition of MWE syntax can be found within the documentation notes.
  • Incorporate MWE templates that do not have a special syntax, e.g. all templates that do not use the wildcard (*) or curly brace syntax ({}).
  • Incorporate MWE templates that use the wildcard (*) special syntax.
  • Incorporate MWE templates that use the curly brace ({}) special syntax, which cover discontinuous MWE's.
@apmoore1 apmoore1 added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 21, 2022
@apmoore1
Copy link
Member Author

apmoore1 commented May 4, 2022

The first three tasks have been completed through the #32 pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants