TypeError: __init__() missing 1 required positional argument: ‘parser_dirname‘ (python自然语言处理第十章最后示例)
python自然语言处理第10章最后的示例如下:fromnltk.tagimportRegexpTaggertagger=RegexpTagger([('^(chases|runs)$','VB'),('^(a)$','ex_quant'),('^(every)$','univ_quant'),('^(dog|boy)$','NN'),('^(He)$','PRP')])rc=nltk.DrtGl