Duc Bui

Results 8 comments of Duc Bui

I also do not see the ConsoleControl in the Toolbox after adding it to References using Manage Nuget Package (tried both WindowsForm and WPF versions) :( I use MS VS...

> I think specifying explicitly the gpu id also fixes it: `spacy.util.use_gpu(id)`. Yes, it works for me. This possibly means `spacy.require_gpu()` may have some side effect that allennlp does not...

> > I think specifying explicitly the gpu id also fixes it: `spacy.util.use_gpu(id)`. > > Yes, it works for me. This possibly means `spacy.require_gpu()` may have some side effect that...

After the popup is displayed using a browser action, is there any way to obtain the popup page in Playwright? `browser_context.pages` returns a list of pages but it does not...

I encounter the same problem. Is there any workaround to store a dict to a `DictField` where a key contains a dot?

The following is the code I used (just added the line index to Xuezhe's code) for converting the original CoNLL2003 files to the format used by `run_ner_crf.sh` which yielded F1...

I use Python 2.7 and don't have any problem on running the code, and the code CoNLL03Reader looks good for me.