New features:
process_sequencenow supports delimiters in input
>>> process_sequence('lien hopwj quoocs')
liên hợp quốc
- New
handle_backspacefunction
>>> handle_backspace('bà', 'baf')
('b', 'b')
And other minor improvements.
New features:
process_sequence now supports delimiters in input>>> process_sequence('lien hopwj quoocs')
liên hợp quốc
handle_backspace function>>> handle_backspace('bà', 'baf')
('b', 'b')
And other minor improvements.