impresso / impresso-py

Impresso Python Library to interact with the Impresso Public API
https://impresso-project.ch
GNU Affero General Public License v3.0
0 stars 0 forks source link

impresso.text_reuse.passages.find should support the `cluster_id` search parameter #6

Closed theorm closed 1 week ago

theorm commented 1 week ago

E.g.:

# Get all passages from the "xyz" cluster
impresso.text_reuse.passages.find(cluster_id="xyz")
theorm commented 1 week ago

Done