Ray Lei

Results 4 issues of Ray Lei

I have a list of (word, pos_tag) pairs and would like to lemmatize the word using textblob.lemmatize. ``` wds=[ [('This', ''), ('is', 'v'), ('the', ''), ('first', 'a'), ('sentences', 'n')], [('This',...

It seems I've been banned by google. Now with only one request, I got HTTP 429 error: too many requests. I am wondering how to remove the ban. Is it...

不同的项目中有不同的停用词。直接更改stopwords.txt 有些乱。添加用户自定义的停用词的stopwords_loader

### Description When **typing** block math equations, the auto-completion produces 3 `$` at the end. Marktext can't recognise the block equation, even after I delete the last extra `$`. However,...