apertium / apertium/apertium-python

Sed in modes doesn't work

Open
#90 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
35
Forks
27
PR merge metrics
No merged PRs in 30d

Description

```xml








```

Result:

```python
>>> apertium.Analyzer('quc')

>>> a = apertium.Analyzer('quc')
>>> a.analyse('we')
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'Analyzer' object has no attribute 'analyse'
>>> a.analyze('we')
sed: -e expressió #1, caràcter 1: ordre desconeguda: «"»
[]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.