Adriane Boyd

Results 33 issues of Adriane Boyd

## Description Strip diacritics for pymorphy lemmatizer. ### Types of change Enhancement. ## Checklist - [x] I confirm that I have the right to submit this contribution under the project's...

enhancement
lang / ru
feat / lemmatizer
lang / uk

## Description Switch to preshed v4. ### Types of change Enhancement? ## Checklist - [x] I confirm that I have the right to submit this contribution under the project's MIT...

🔜 v9.0

Command, using uv 0.1.7: ```shell uv pip install "flit-core==2.3.0" --no-cache --no-binary flit-core --reinstall ``` Output: ```none Resolved 2 packages in 394ms error: Failed to download distributions Caused by: Failed to...

compatibility

Mainly as a note for the future because it came up in the `check_requirements` overrides for `spacy project`: Is there a technical limitation that requires `confection` to only support overrides...

enhancement

Update `field.type_` check for pydantic v2 `BaseModel`. Test case adapted from #54. This gets less convoluted once you drop earlier versions of pydantic v1.

bug

Improve saved file format to use headers to differentiate from fasttext format, with backwards compatibility for existing saved files.

enhancement

## Description For `Set[Enum]` fields with a limited maximum length, adjust `min_items` and `max_items` to be within the range of valid lengths. ## Closes Fixes #565

### Description A model using `Set[Enum]` hangs when the collection length exceeds the size of the enum. The example below is intended to be reproducible, I think you'd run into...

bug

Add a framework that generates mock responses using `polyfactory`. Related to #1. ## Summary by Sourcery This pull request adds a new framework, PolyfactoryFramework, which generates mock responses using the...

## Summary by Sourcery Add the FormatronFramework to the project, enabling new tasks like multilabel classification and synthetic data generation with specific model configurations. Update the configuration file to include...