@jdportugal I tried to run the project as it is and I am finding this error in the module Tagger.py in the bold line below.
Do you have any idea of what is happening here?
def nlpyport_pos(token,config_file):
model_path = ""
model_path = load_tag_configurations(config_file)
tagger = load_tagger(model_path)
tags = [tagger.tag(token)]
I am using windows / Python 3.8
@jdportugal I tried to run the project as it is and I am finding this error in the module Tagger.py in the bold line below.
Do you have any idea of what is happening here?
def nlpyport_pos(token,config_file):
model_path = ""
model_path = load_tag_configurations(config_file)
tagger = load_tagger(model_path)
tags = [tagger.tag(token)]
I am using windows / Python 3.8