Kenneth Enevoldsen

Results 21 comments of Kenneth Enevoldsen

It is hard to see exactly what this issue is on, but you might find [this spacy-extension](https://github.com/KennethEnevoldsen/spacy-wrap) useful.

Hi @liqingbioinfo also found this. You can however fix it using ` ref="a0"`: ``` from os.path import join from pandas_plink import read_plink1_bin from pandas_plink import get_data_folder G = read_plink1_bin(join(get_data_folder(), "chr*.bed"),...

An alternative approach is to use [the new neural edit trees](https://explosion.ai/blog/edit-tree-lemmatizer).

Extracting information from the screenshot these are some of the major issues: - The tokenization of "efterår/forår" as one token in DaNE (e.g. 84) - The issues with apostrophes in...

Coverage Report FileStmtsMissCoverMissingdacy   __init__.py50100%    download.py50786%28, 52, 67, 85, 109–112   load.py160100%    utils.py110100% dacy/datasets   __init__.py20100%    constants.py10100%    dane.py40198%49   names.py26292%42, 92dacy/datasets/lookup_tables   __init__.py00100% dacy/hate_speech   __init__.py10100%    wrapped_models.py26292%84, 109dacy/score   __init__.py20100%    input_length.py160100%    score.py72199%87dacy/sentiment   __init__.py10100%    wrapped_models.py28775%162–169TOTAL2972093% 

Coverage Report FileStmtsMissCoverMissingdacy   __init__.py50100%    download.py50394%28, 52, 67   load.py160100%    utils.py110100% dacy/datasets   __init__.py20100%    constants.py10100%    dane.py40198%49   names.py26292%42, 92dacy/datasets/lookup_tables   __init__.py00100% dacy/hate_speech   __init__.py10100%    wrapped_models.py26292%84, 109dacy/score   __init__.py20100%    input_length.py160100%    score.py72199%87dacy/sentiment   __init__.py10100%    wrapped_models.py28775%162–169TOTAL2971695% 

Hi @lhoestq over at https://github.com/embeddings-benchmark/mteb/issues/530 we have started examining these issues and would love to make a PR for datasets if we believe there is a way to improve the...

Hi @lluissalord, never got back to this seems like I might have missed it. Anyway, I have added it now in the PR #206. Assuming all the tests pass. It...

I will close this as stale @martincjespersen, let me know if you still would like this change.