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

[DE] "add apple to shoppinglist" -> "add apple" added to shopping list #1941

Open
Progaros opened this issue Feb 7, 2024 · 1 comment
Open

Comments

@Progaros
Copy link

Progaros commented Feb 7, 2024

"schreibe apfel auf die einkaufsliste" -> "schreibe apfel hinzugefügt"
image

line 9 might be the problem here:

- "<item> (auf|in) <meine_liste> [setzen|schreiben|nehmen]"

switching with line 8 might work

- "(setze|schreibe|nehme) <item> (auf|in) <meine_liste>"

otherwise removal of line 9 doesn't seem to be a problem for me, since it's not even a real sentence
<item> (auf|in) <meine_liste> [setzen|schreiben|nehmen] translates to to [add|write|take] <item> [to|on] <my_list>

@dontinelli
Copy link
Contributor

I think one should change [setzen|schreiben|nehmen] to (setzen|schreiben|nehmen), as - like @Progaros said - without the verb it is no sentence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants