sematch
sematch copied to clipboard
Getting error on FeatureExtractor
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