PolMine / cwbtools

Tools to create and manage CWB-indexed corpora
4 stars 2 forks source link

Check for maximum corpus size when writing p-Attribute #40

Closed ablaette closed 2 years ago

ablaette commented 3 years ago

The maximum corpus size is about .Machine$integer.max - in the function to write a p-Attribute, there should be a check for the maximum corpus size.

ablaette commented 2 years ago

p_attribute_encode() now includes a respective check.