It shows a syntax error when using the new release
import panphon.featuretable
File "/usr/local/lib/python3.10/dist-packages/panphon/init.py", line 2, in
from panphon.featuretable import FeatureTable
File "/usr/local/lib/python3.10/dist-packages/panphon/featuretable.py", line 210
word_features = self.word_fts(word: str, normalize: bool=True)
^
SyntaxError: invalid syntax
It shows a syntax error when using the new release
import panphon.featuretable
File "/usr/local/lib/python3.10/dist-packages/panphon/init.py", line 2, in
from panphon.featuretable import FeatureTable
File "/usr/local/lib/python3.10/dist-packages/panphon/featuretable.py", line 210
word_features = self.word_fts(word: str, normalize: bool=True)
^
SyntaxError: invalid syntax