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

CLB analysis lost after ABBR in grammar checker #7

Open
snomos opened this issue Sep 14, 2023 · 0 comments
Open

CLB analysis lost after ABBR in grammar checker #7

snomos opened this issue Sep 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@snomos
Copy link
Member

snomos commented Sep 14, 2023

echo kvæð. | ./tools/grammarcheckers/modes/trace-faogram-release3-mwe-split.mode 
"<kvæð.>"
	"kvæð" ABBR Gram/IAbbr N Abbr <W:0.0>
;	"." CLB <W:0.0> "<.>"
;		"kvæð" ABBR Gram/IAbbr N Abbr <W:0.0> "<kvæð>" REMOVE:1709:longest-match
;	"." CLB <W:0.0> "<.>"
;		"kvæða" V Imp Sg <W:0.0> "<kvæð>" REMOVE:1709:longest-match
:\n

The correct analysis should have been the second one, which would have given a separate .+CLB analysis after cg-mwesplit.

Please see SME and other Sami Languages for working examples.

@snomos snomos added the bug Something isn't working label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants