process_tokens() in utils.py
- Lenguaje dominante
- Python
- Estrellas
- 1.5k
- Forks
- 668
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hi,
I have a question about process_tokens(temp_tokens) in utils.py.
After invoke the function of process_tokens(),
the punctuation in [-−—–/~"\\'“’”‘°] will split temp_tokens again.
This may result in some items of "xi = [process_tokens(tokens) for tokens in xi] " whose length are 0.
In other words, some items in the xi may be ""(empty string).
I think this is not necessary.
From my experiment, if i remove process_tokens(), the performance will decrease.
If i reserve process_tokens() and remove the empty string in xi, the performance seems to almost the same.
Thanks.
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.