Andrew Me

Results 35 comments of Andrew Me

- another samsung com.sec.android.app.servicemodeapp.permission.KEYSTRING

as far as I can see - ActivityChooserModel keeps all model policies, when we create a ShareAcitivityChooserModelPolicy it keeps whole ShareActionProvider as $.this, and keeps mOnShareTargetSelectedListener as the reference to...

ok, when should I null it? Should I null it manually? On Wed, Apr 24, 2013 at 6:23 PM, Simon Vig Therkildsen < [email protected]> wrote: > mOnShareTargetSelectedListener is nulled when...

unfortunately, could reproduce using framework ShareActionProvider. it's suck =(((

if you interested https://gist.github.com/veonua/5454621 sample code that reproduces the bug On Wed, Apr 24, 2013 at 9:54 PM, Jake Wharton [email protected]: > We've gotten in the habit of just writing...

I believe these attributes should be set by default. because ``` TOKENIZER_EXCEPTIONS = { # do "don't": [ {ORTH: "do", LEMMA: "do"}, {ORTH: "n't", LEMMA: "not", NORM: "not", TAG: "RB"}],...

I am new in Spacy 3 (have no idea why are attribute_ruler and tokenizer exception exist at all). just got into this strange behavior and looking for a way to...

for some reason, the tokenizer is built around the spaces so it's unable to split strings without issues, I run into the issue with the string "($10/$20)" by default it's...

/eli5/sklearn/text.py in ----> 4 from sklearn.feature_extraction.text import VectorizerMixin # type: ignore should be renamed to _VectorizerMixin

~/.local/lib/python3.8/site-packages/eli5/sklearn/transform.py ----> 6 from sklearn.feature_selection.base import SelectorMixin # type: ignore from sklearn.feature_selection import SelectorMixin