Skip to content

Arreglar la union de diccionarios #619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 25, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Agregar la union de diccionarios
`awk 1` agregará un salto de línea
a los archivos que no la tengan,
arreglando los problemas que hemos tenido
desde la implementación de los diccionarios
por archivo.
  • Loading branch information
cmaureir committed Jul 25, 2020
commit 044713e4168cb6fdd1dc0381cb44533ab43fa8a5
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ progress: venv

.PHONY: spell
spell: venv
cat dict dictionaries/*.txt > dict.txt
awk 1 dict dictionaries/*.txt > dict.txt
$(VENV)/bin/pospell -p dict.txt -l es_ES **/*.po


Expand Down