elit
elit copied to clipboard
🔠 Evolution of Language and Information Technology
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.26.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
when I ran my own data set to decode it gives an error, for tool in tools: shuf = tool.decode(docs) AttributeError Traceback (most recent call last) in 1 for tool...
The problem is [tensorflow](https://github.com/tensorflow/tensorflow) has cpu and gpu distributions. If we want to support both solution, we also have to create two distributions, to resolve the dependency. Do we want...
This elit project will only be the sdk for deployment to the cloud. Since we have many overlapping with gluon nlp, it might be a better way for us that...
https://github.com/elitcloud/elit/blob/fd959c505f6a5cf0bb94b8291db308f0036b51d1/elit/nlp/dep/parser/common/data.py#L174 ``` ... elit_dep_biaffine_en_mixed.load('{}/data/model/dep/jumbo-fasttext100'.format(ELIT_PATH)) File "/usr/local/lib/python3.5/dist-packages/elit/nlp/dep/parser/parser.py", line 168, in load self._parser = self._create_parser(self._config, self._vocab) File "/usr/local/lib/python3.5/dist-packages/elit/nlp/dep/parser/parser.py", line 209, in _create_parser config.mlp_rel_size, config.dropout_mlp, config.debug) File "/usr/local/lib/python3.5/dist-packages/elit/nlp/dep/parser/biaffine_parser.py", line 55, in __init__ trainable=False)...
# Code - [x] Update `requirements.txt`, `requirements.dev.txt`, and `setup.py`. - [ ] Replace `CHANGELOG.md` with Github's release notes. - [ ] Updated the installation documentation for environmental setup. - [x]...
* Put `elit/lemmatization` and `elit/token_tagger` under `elit/nlp`. * Create `elit/model.py`, move the classes in `model/cnn_model.py` and `model/rnn_model.py` to `elit/model.py`, and remove `elit/model`. * Remove `elit/state.py` (we no longer use it?)...
Change the color of the side menu where the ELIT logo is to the color of ELIT's font in Sphinx.
Add the GloVe wrapper of VectorSpaceModel to https://github.com/elitcloud/elit/blob/develop/elit/lexicon.py.