abydos icon indicating copy to clipboard operation
abydos copied to clipboard

Implement Double for ALINE

Open chrislit opened this issue 5 years ago • 1 comments

See: https://www.aclweb.org/anthology/A00-2038

Double-articulations, like /w/, get special handling according to the paper. This wasn't implemented in Abydos 0.4.0.

chrislit avatar May 02 '19 17:05 chrislit

Example where there should be difference:

168 self.assertEqual( 169 self.cmp.alignment('wat', 'vas'), 170 [(40.0, 'w ‖ a t ‖', 'v ‖ a s ‖')], 171 )

chrislit avatar May 02 '19 17:05 chrislit