Published August 12, 2022
| Version v1.0.0-beta.0
Software
Open
Pyndl: Naive discriminative learning in python
Authors/Creators
- 1. University of Tuebingen, Quantitative Linguistics
Description
This is a beta release that includes the following changes:
- for
preprocess.create_event_filewe renamesymbolstoallowed_symbolsto make this argument more self-explainable - the default value of
allowed_symbolsis now most inclusive and it is a keyword only argument allowed_symbolscan take a filter function, which defines on a character by character basis, if this character should be included into the event file- no deprecation warnings will be introduced in this release and this release breaks some API, so please check, if your code still runs
- wheels for linux should be released from now on
- test coverage is increased and explicitly tests filter functionality and a non-ascii charater sets; running
--runslowis successfully completes all tests now - package maintenance is now done with
pypoetryinstead of a combination ofsetuptools,tox, and aMakefile
Thanks to @Trybnetic and @dekuenstle , who made this release possible and to @frankier who raised good issues and pointed out areas of improvement.
Missing is an overhaul of the documentation, which will be addressed in September.
Files
quantling/pyndl-v1.0.0-beta.0.zip
Files
(520.2 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:abeaf8d0d98fa006c777536a39fb9006
|
520.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/quantling/pyndl/tree/v1.0.0-beta.0 (URL)