EducationalTestingService / EducationalTestingService/match

This is also wrong

Open
#8 0 comments 0 reactions 1 assignee Claimed by @dmnapolitano View on GitHub
bug
Dominant language
Python
Stars
20
Forks
5
PR merge metrics
No merged PRs in 30d

Description

([Source](https://www.usna.edu/Users/cs/nchamber/data/twitter/))

```python
original_text = "Мне нравитÑÑ - #Mellomania Deluxe - â„–Pedro Del â„–Mar #ETN.fm Radio - The Best â„–Trance & #Progressive Dance Livesets &... http://ff.im/c1PPV"
```

```python
match.match(original_text, ["The", "Best", "Trance", "&", "Progressive", "Dance", "Livesets"])
```

This uses `_match_by_edit_distance()` and returns:

```python
[(81, 126, 'The Best â„–Trance & #Progressive Dance Lives')]
```

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.