LinguaCafe
                                            LinguaCafe
                                        
                                    Hi! Does the audio have timestamps, or do you want to auto create timestamps for it, or do you want to manually timestamp it? I've had an idea that would...
Hi! > but it would be nice to be able to spin through them once this gets fixed and apply proper lemma's to words where possible. There is a planned...
> Sadly I've got a lot of projects piled up right now, so it'll be 4-5 months before I can do anything. Thats okay. I wasnt expecting you to fix...
Good news. I checked the issue, and it is my post processing method, so it is fixable. Text: ``` 落とす 落とせません ``` Tokenized text: ``` array(6) { [0]=> object(stdClass)#1441 (7)...
Well. I spent my day with it, but unfortunately it was a failure. I was able to generate the correct lemma from 落とせません. It gets split like this: 落とせ |...
Are verbs the only type of words lemmatized incorrectly? Edit: I found hope. :) I tried out MeCab. ``` #!/usr/bin/env python3 import MeCab import sys tagger = MeCab.Tagger() for arg...
I might have looked over something the last time. It DOES WORK. :) This time for real. I will need a few weeks at least to integrate it into linguacafe,...
Oh wow, this looks great! I didn't know about this. I would love to add this. We actually have a language install system, so the image size would not increase,...
My enthusiasm has dropped a lot, I thought it would be much smaller. The model size is still huge compared to the 20-50MB model we used before. A few more...
> Well seeing how we have already more or less frozen the features for v12.0 and since I have an assignment for this weekend I suggest to give it some...