Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/423 release candidate #13036

Merged
merged 17 commits into from
Nov 10, 2022
Merged

Conversation

- we already have `util` so it is confusing which util it should look for during the build
* SPARKNLP-643 Extract only the spark version(numbers)

* SPARKNLP-643 Replace regex with LooseVersion from distutils
@maziyarpanahi maziyarpanahi added enhancement documentation models_hub pretrained models and pipelines labels Nov 7, 2022
maziyarpanahi and others added 9 commits November 7, 2022 14:22
* SPARKNLP-558 Adding serializable support to BytesKey object

* SPARKNLP-558 Adding serializable support to BytesKey object
* SPARKNLP-632 Adding control for annotators with only one expected column in Python side

* SPARKNLP-632 Adding inputAnnotatorTypes and optionalInputAnnotatorTypes in annotators for Python

* SPARKNLP-632 Removing useless prints to terminal

* SPARKNLP-632 Adding AnnotatorType initialization in Python

* SPARKNLP-632 Removing wrong imports
…me models (#13048)

* code for fixing Nans

* Remove var and leave a TODO

Co-authored-by: Maziyar Panahi <maziyar.panahi@iscpif.fr>
* SPARKNLP-645 Update unit tests for CoNLLGenerator

* CoNLLGenerator Bugfixes and Improvements both on Scala and Python (#13051)

* Test for non-int metadata values in CoNLLGenerator

* Fix for non-int metadata values bug in CoNLLGenerator

* Include escaping when writing csv in order to preserve special char tokens

* Remove unnecessary option from csv write

* Addin metadata sentence key parameter in order to selecti which metadata field to use as sentence for CoNLL Generation

* Minor formatting in scala, Python refactorization (several bug fixes supporting scala overloaded methods), Python Tests for 2 and 3 arguments

Co-authored-by: Andres Fernandez <51669244+jfernandrezj@users.noreply.github.com>
#13060)

- new parameter rules where users can provide an array of rules
- new parameter delimiter to split the rules
@maziyarpanahi maziyarpanahi added the new-feature Introducing a new feature label Nov 10, 2022
@maziyarpanahi maziyarpanahi merged commit 07cbb10 into master Nov 10, 2022
@KshitizGIT KshitizGIT deleted the release/423-release-candidate branch March 2, 2023 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment