# coding=utf-8 # author: xusong # time: 2022/8/25 15:49 from transformers import pipeline if __name__ == "__main__": classifier = pipeline("fill-mask") classifier("Paris is the of France.")