PolMine / LinkTools

R package with tools for data linkage
GNU General Public License v3.0
0 stars 0 forks source link

Adding new attributes temporarily does not work (anymore) #1

Open ChristophLeonhardt opened 1 year ago

ChristophLeonhardt commented 1 year ago

In previous applications of the package, setting the delete parameter of cwbtools::s_attribute_encode() seemed to effect whether the new attribute was added to the corpus permanently or temporarily. This does not seem to be the case (anymore).

https://github.com/PolMine/LinkTools/blob/2bd19242502108169cb64557a87bb0112a254830/R/LTDataset.R#L515-L519

I am not entirely sure why this would work in the first place. It is possible that it never did work. But it could be a useful option if attributes should only be added for a short period of time.

ChristophLeonhardt commented 1 year ago

To be discussed in issue #22.