-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
<mode name="quc-morph" install="yes">
<pipeline>
<program name="sed "s/['’]/ʼ/g""/>
<program name="hfst-proc -w">
<file name="quc.automorf.hfst"/>
</program>
</pipeline>
</mode>Result:
>>> apertium.Analyzer('quc')
<apertium.analysis.Analyzer object at 0x7f27c4bfb190>
>>> a = apertium.Analyzer('quc')
>>> a.analyse('we')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Analyzer' object has no attribute 'analyse'
>>> a.analyze('we')
sed: -e expressió #1, caràcter 1: ordre desconeguda: «"»
[]Metadata
Metadata
Assignees
Labels
No labels