ramtinms / tokenquery

TokenQuery (regular expressions over tokens)
GNU General Public License v3.0
28 stars 13 forks source link

Python3 compatible #6

Open Markus-Zlabinger opened 7 years ago

Markus-Zlabinger commented 7 years ago

I get an error when importing the Tokenregex to my python project. I assume it's only compatible with python 2.x

Is my assumption correct?

ramtinms commented 7 years ago

Hi @mexxpower Sorry for late reply, yes but the new version is coming up soon and fixed this issue.

saurabh0vipin commented 5 years ago

I get an error named model.fsa Import error when importing from tokenquery.tokenquery import TokenQuery in anaconda python 2.7. I have installed tokenquery through pip tool.