You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented TextSelection.align_texts() and AnnotationStore.align_texts() (parallelised version) for alignment of text using Smith-Waterman/Needleman-Wunsch
Implemented TextSelection.select()
Bugfix: removed some incomplete and obsolete assertions
Corrected various function signatures and added some missing ones
added set_filename(), filename() and get_filename() for stand-off files, also added filename parameter on add_dataset() . This wasn't properly propagated to the Python binding yet. (annotation/stam#21)