EducationalTestingService / EducationalTestingService/match
This is also wrong
Abierto
bug
- Lenguaje dominante
- Python
- Estrellas
- 20
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
([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')]
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.