equilid icon indicating copy to clipboard operation
equilid copied to clipboard

Socially-Equitable Language Identification

Results 9 equilid issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 0.11.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

When the output emits ids which are larger than the max size of the rev_lang_vocab, it throws an index error in this line. https://github.com/davidjurgens/equilid/blob/master/equilid/equilid.py#L667 As a result, the predictions list...

Where are N-gram or linguistic data from Equilid? Can't find it.

Could Equilid detect 1000+ languages? For getting training data, have a look at [Corpus Crawler](https://github.com/googlei18n/corpuscrawler).

It works for predict_output_file now.

I'm using Python 2.7.10 and I tried importing equilid, but it gives me a TypeError: ``` >>> import equilid Traceback (most recent call last): File "", line 1, in File...

Does not seem to be working on higher versions of the Tensorflow. Would it change in upcoming versions?

import equilid throws File ~/anaconda3/envs/python3/lib/python3.10/site-packages/equilid/equilid.py:715 setattr(FLAGS, name, val) ^ IndentationError: unindent does not match any outer indentation level

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.3 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies