pub fn parse_gloss_layers<'a>( layer_one: &'a str, layer_two: &'a str, ) -> IResult<&'a [u8], Vec<WordSegment>>
Parse a canonical morphemic segmentation from the two layers: morphemes and glosses.