Skip to content

Commit

Permalink
NEWS reports fix for #263
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Blätte authored and Andreas Blätte committed Sep 7, 2023
1 parent 204330f commit 7119edf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions NEWS.md
Expand Up @@ -58,9 +58,11 @@ to optionally specify registry directory.
* Subsetting a `subcorpus` using `subset()`-method kept strucs for nested
attributes but assigned ancestor s-attribute to slot "s_attribute_strucs",
resulting in false counts, for example. Fixed.
* The `split()`-method was not implemented correctly for descendent attributes
without values, so that getting subcorpora with sentences in a subcorpus would
have wrong result. Fixed.
* The `split()`-method for `subcorpus` objects was not implemented correctly for
descendent attributes without values, so that getting subcorpora with sentences
in a subcorpus would have wrong result. Fixed.
* Argument `values` of method `split()` for `corpus` objects did not process
value `FALSE` to split corpus by s-attribute without values #263. Fixed.


# polmineR v0.8.8
Expand Down

0 comments on commit 7119edf

Please sign in to comment.