Xing Han Lu
Xing Han Lu
I think it's especially useful when combined with pattern matching callback, which tend to be rather long to write. This could avoid repetition.
> as they might e.g. try to find synsets of a word in VBN I just checked and it seems that VB* can be lemmatized to their base form and...
I've started a PR towards that here: https://github.com/nltk/nltk/pull/2965 I can also add a note to the docs in that PR. Also I'm raising an `AttributeError` if the pos is incorrect,...
I'm not really sure why specifying `VBG` would conflict with specifying multiple wordnet-form pos values; do you mean the end user might get confused and try to write `VBNN`? The...
Good idea! I've built dash-deck but didn't think about adding `dash` as a install_requires in `setup.py`. Now I realize that it might confuse newcomers if run into errors because they...
Is `pytest-cookies 0.5.1` actually causing the test to fail, or is it cryptography? Feel like the former is just a warning but it might cause it to fail (in which...
Hi, can you take a look at [this comment](https://github.com/plotly/dash-component-boilerplate/issues/102#issuecomment-668816643)? I think it's closely related to the problem you might have. After running the exactly same commands, I ran `ls -lh...
To expand on this, if there's some way to move all files related to a directory, that'd make the repo much cleaner, e.g.: ``` js_dev/ .eslintrc demo/ App.js index.js index.html...
Or perhaps we can adopt the CRA approach: a root level `public/` directory for files that should be included in the `build/`. Then we can additionally have a `public/` directory...