sematch icon indicating copy to clipboard operation
sematch copied to clipboard

Getting error on FeatureExtractor

Open Crazynovatech opened this issue 3 years ago • 0 comments

Hi, I am getting below error in FeatureExtractor. Can you please help me to fix the issue.

for key, group in itertools.groupby(chunks, lambda (word, pos, chunk): chunk != 'O') if key] ^ SyntaxError: invalid syntax

Crazynovatech avatar Apr 02 '21 16:04 Crazynovatech