Error in the word tokenizer while using the chaquopy

前端 未结 0 481
心在旅途
心在旅途 2021-01-12 16:50
from nltk.tokenize import word_tokenize

def main():

    arr="he is going to school:"
    arr1=word_tokenize(arr)
    print(arr1)

error I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题