Hi guys i got the following syntax error at the following line when i run my program in jython:
except Exception as detail:
SyntaxError: mismatched input 'as' expecting COLON
but on python its ok? What's wrong? I'm trying to use the stanford pos tagger api (java) in my python program.are there other ways?