gitclem
gitclem
Here's a perverse case. Is **_Will_** a first name or an AUX MD? spaCy 3.0.1 with en_core_web_sm gets confused. ``` nlp = spacy.load('en_core_web_sm') doc = nlp("Will Will Shakespeare write his...
Here's another perverse case. Is **_May_** a first name or an AUX MD? spaCy 3.0.1 with en_core_web_sm gets confused. ``` nlp = spacy.load('en_core_web_sm') doc = nlp("May May celebrate May Day...
> Strange behavior with alignment and transformers. In the following text , and changing it a bit, the error disappears, the word "dog" in the second sentence, is aligned with...
> Depending on your use case, we have more specific NER models available (https://github.com/allenai/scispacy#available-models) I tried pip install https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.3.0/en_core_sci_lg-0.3.0.tar.gz and got worse (but different) results. considers is no longer an...
> Would like to use python 3.8 and Tensorflow 2+ for neuroner model. Is it supported? I found out with Python 3.8.10 and TF 2.5.0 I get the error: ```...
@amitguptagwl, I believe your understanding is wrong. I posted this question to Davis King: I [posted](https://blog.dlib.net/2017/02/high-quality-face-recognition-with-deep.html?commentPage=3) May 8, 2019: > I've looked at the XML output of the part labels...
Ok, but it'll be awhile. I'm still learning the library.... Thanks for looking at this!
From the dlib library, I looked more closely at the imglab program's code in `dlib/tools/imglab/src/metadata_editor.cpp` It's well documented if you read it **carefully** (which I missed the first time I...
The way I'd frame it, is since the dlib claims it allows named labels and if they don't work, then it's on the dlib people to fix any problem. I'm...
> Since this is the web application, it has a restriction to know the path of the file. This is an issue for me. The `dlib` library is expecting the...