Xing Han Lu

Results 67 issues of Xing Han Lu

I vaguely remember that Chris might have mentioned this before (if so please link issue), but it would be nice if in `dash.callback(id, props)` we can use some advanced structure...

I needed to convert the models to torch, but I can't figure out whether `bert/encoder` corresponds to the question encoder and `bert_1/encoder` to the table encoder, or the other way...

WordNet (and wordnet lemmatizer) allow specifying a `pos` as an optional argument. For example: ```python from nltk.corpus import wordnet as wn # Synsets print(wn.synsets("run", pos='n')) # Lemmas print(wn.lemmas("run", pos="v")) ```...

Closes https://github.com/nltk/nltk/issues/2963

Recently, in order to minimize the size of files transferred on Dash Docs (dash.plotly.com), we made dash-vtk async: https://github.com/plotly/dash-vtk/pull/29 Might be worth making dash-cytoscape async as well, since the extra...

## Future works for `tests.test_interactions` - make the nested functions (save_screenshot, perform_dragging, etc.) class methods of Test, and initialize the app in setUpClass (inherited from IntegrationTests). - break down the...

good first issue
suggestion

#### Description #### Steps/Code to Reproduce #### Expected Results #### Actual Results #### Versions

bug

## Description At the moment, conversion between networkX graphs and Dash Cytoscape networks have to be done manually. In order to make it easier for everyone to integrate networkX in...

suggestion
♥ NEEDS SPON$OR

## About ## Description of changes ## Pre-Merge checklist - [ ] The project was correctly built with `npm run build:all`. - [ ] If there was any conflict, it...

DO NOT MERGE this is just a test