mr-martian / rebabel-format

Python library for interacting with reBabel data files
MIT License
1 stars 4 forks source link

Export a subset #3

Open mr-martian opened 2 months ago

mr-martian commented 2 months ago

It should be possible to export only a subset of the data (e.g. a FLExText file with only passive sentences). Perhaps we could have each Writer subclass define a base query and then users can add conditions to it.

mr-martian commented 1 month ago

A similar mechanism for query updates could also be applied to Reader's merge_on.