Closed issues:
- TypeError: __init__() missing 1 required positional argument: 'text' while loading the model #64
v0.7.3 (2022-05-05)
Closed issues:
- Language of the Evaluator's Tokenizer is set to English when asked for Dutch or French. #62
- Paths when running training #57
Merged pull requests:
- update project dependencies in setup.py #65 (osmalpkoras)
- Use correct language for tokenizer during evaluation #63 (jantrienes)
- Pin pylint version #61 (jantrienes)
- Added German language support #60 (bbieniek)
v0.7.2 (2021-06-03)
Closed issues:
Merged pull requests:
- Add language parameter to evaluate_corpus #59 (jantrienes)
- Added French language #58 (bbieniek)
v0.7.1 (2021-02-15)
Closed issues:
Merged pull requests:
- Add Python 3.9 tests to CI pipeline #53 (jantrienes)
- Add spacy 3 compatibility #52 (jantrienes)
v0.7.0 (2020-12-16)
Merged pull requests:
- Run integration tests for Python 3.6/3.7/3.8 on CI #48 (jantrienes)
- Move pytest-cov and pylint configuration to setup.cfg #47 (jantrienes)
- Remove obsolete conditional in CRF tagger #46 (jantrienes)
- Add integration tests for FlairTagger and CRFTagger #45 (jantrienes)
- Handle invalid model names in model lookup #44 (jantrienes)
- Automate model download if not found in cache #43 (jantrienes)
- Upgrade model training dependencies #42 (jantrienes)
- Return dict for ignored sents in crf.predict_marginals #41 (jantrienes)
- Add fine-tuning and embedding language flags #40 (AIessa)
v0.6.1 (2020-10-13)
Closed issues:
- English model and Re-train #33
Merged pull requests:
- Correctly handle whitespace in BIO to standoff conversion #39 (jantrienes)
- Add flag to save final BiLSTM-CRF model when training on a train-subset #38 (jantrienes)
- Expand scope of error handling in date parsing #37 (jantrienes)
- Escape regex parameters during name replacements #36 (jantrienes)
- Handle platform-specific issue with strftime/strptime #35 (jantrienes)
v0.6.0 (2020-09-10)
Merged pull requests:
- Add customizable error handling for PHI replacement #34 (jantrienes)
v0.5.2 (2020-09-07)
Merged pull requests:
- Bundle generator resources with python package via package_data #32 (jantrienes)
v0.5.1 (2020-09-04)
Merged pull requests:
- Fix version and tag creation in release script #31 (jantrienes)
v0.5.0 (2020-09-04)
Merged pull requests:
- Update dependencies in environment.yml #30 (jantrienes)
- Remove upper bound on torch version #29 (jantrienes)
- Fix whitespace token issue with newer flair versions #28 (jantrienes)
- Fix call to run_deduce with "ons" corpus #27 (jantrienes)
v0.4.0 (2020-09-04)
Merged pull requests:
- Invalidate semaphore cache when conda env changed #26 (jantrienes)
- Add dateinfer and nameparser to setup.py #25 (jantrienes)
- Add surrogate generation demo to README #24 (jantrienes)
- Add autopep8 and isort to dev requirements and remove pylint bound #23 (jantrienes)
- Gracefully handle surrogate replacement for shuffle without choices #22 (jantrienes)
- Add utility API to generate surrogates for a set of annotated documents #21 (jantrienes)
v0.3.3 (2020-08-07)
Closed issues:
- Question about hardware required for model training #14
- Semaphore 2 : missing auto_cancel parameter in semaphore.yml #12
Merged pull requests:
- Fix BiLSTM-CRF with consecutive whitespace tokens #20 (jantrienes)
- Pin torch version in environment.yml #19 (jantrienes)
- Add efficiency benchmark #18 (jantrienes)
- Add requirements-dev.txt to list explicit dev requirements #17 (jantrienes)
- Add example on available tags per tagger #16 (jantrienes)
- Add brat annotation config #15 (jantrienes)
- Add semaphore auto_cancel for branches other than master #13 (jantrienes)
v0.3.2 (2020-01-16)
Merged pull requests:
- Fix bug in setup.py #11 (jantrienes)
v0.3.1 (2020-01-16)
Merged pull requests:
- Add bound on torch version #10 (jantrienes)
v0.3.0 (2020-01-16)
Merged pull requests:
- Remove non-PyPI dependencies #9 (jantrienes)
- Add utility function to mask sensitive PHI with placeholder #8 (jantrienes)
- Add tagger parameter to configure pipeline verbosity #7 (jantrienes)
- Update example text in README #6 (jantrienes)
- Add a default cache path to store downloaded models #5 (jantrienes)
- Add LICENSE #4 (jantrienes)
- Clarify docs regarding experiment environment #3 (jantrienes)
- Add documentation #2 (jantrienes)
- Add model download script #1 (jantrienes)
* This Changelog was automatically generated by github_changelog_generator