~~Currently some `Tokenizer` methods return `MorphemeList`. Update them to `List<Morpheme>`.~~ Return type should be specific i.e. MorphemeList, and argument type should be general i.e. List<Morpheme>.