Hi, I'm a colleague of Anthony's, and we appreciate your trying to help us.
We have unimorph 0.0.4 installed via pip. When I list its functions, I don't see anything related to segmentation.
FUNCTIONS
analyze_word(word: str, *, lang: str)
download_unimorph(lang: str)
get_list_of_datasets() -> List[str]
inflect_word(word: str, *, lang: str, features=None)
is_empty(dir: pathlib.Path) -> bool
load_dataset(lang: str, specific_file=None)
main() -> None
not_loaded(lang: str) -> bool
parse_args()
Can you help us find the 'Segment' function which is described in the paper you reference? We're eager to use this for the 16 languages provided. Do we need a different version of unimorph?
Thanks much,
-Peter Viechnicki
JHU