-
Notifications
You must be signed in to change notification settings - Fork 9
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
Words marked as "known" in one text aren't also considered known in new texts. #48
Comments
Ouch: it looks like importing new texts just copies all words in there as totally new terms.
Given that, I don't really follow how this program will let me accumulate old vocab and only deal with new vocab in new texts. :-( Have I misunderstood something, @gustavklopp ? |
It seems that it considers a known word in a new sentence as "new". It makes sense as a word can have different meanings in different contexts. But I still think it would be better if it considers a reoccurred word as known/learn by default and let the user decide if it has a new meaning in the current sentence. |
I think the issue is the "I know all" function. Any words marked as known by the "I know all" button are not recognized in new text. |
I used LingL to process a short text, marking some words as known. I then copied and pasted part of this into a new text, and all of the words in the new text again had status = unknown, even though they should have been marked as known as I'd already seen them in the first text.
Initial text:
New text:
All words are again marked as unknown even though the exact same words were processed in the first text:
Expected behavior
The words that were marked as known in the first text should have again been known in the second text; they're the same word.
Notes:
commit 7813d8aaeec5ec65f56 = master
, cloned from source)The text was updated successfully, but these errors were encountered: