python-mcparseface
python-mcparseface copied to clipboard
Print syntax
import pyparseface Traceback (most recent call last): File "
", line 1, in File "/hbase/Insync/git/models/syntaxnet/pyparseface.py", line 254 print tr(input_dict) ^ SyntaxError: invalid syntax
add parenthesis to the print function. print (tr (input_dict))