Views
No views yet
goeswith for subwords), derived from roberta-base-korean-hanja.1from transformers import pipeline
2nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-base-korean-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
3print(nlp("홍시 맛이 나서 홍시라 생각한다."))