You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is slightly tricky to auto generate the lexicon statistics table in the README as markdown does not allow embedding data from other files, apart from images, into a markdown file. Therefore, even though it is easy to create another file called lexcion_statistics.md with the statistics data generated through GitHub actions, e.g.:
Getting the data from lexicon_statistics.md into README.md is difficult. At the moment the only solution is to do this manually by running python lexicon_statistics.py and copying the output into the README.
The text was updated successfully, but these errors were encountered:
It would be fine to leave the stats as a separate markdown file I think ...
This is now fixed with the #1 pull request, the lexicon statistics are in a separate file called lexicon_statistics.md, and the CI GitHub action auto generates this lexicon statistics file each time someone pushes to the repository.
It is slightly tricky to auto generate the lexicon statistics table in the README as markdown does not allow embedding data from other files, apart from images, into a markdown file. Therefore, even though it is easy to create another file called
lexcion_statistics.md
with the statistics data generated through GitHub actions, e.g.:python lexicon_statistics.py > lexicon_statistics.md
Getting the data from
lexicon_statistics.md
intoREADME.md
is difficult. At the moment the only solution is to do this manually by runningpython lexicon_statistics.py
and copying the output into the README.The text was updated successfully, but these errors were encountered: