File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout repository
1515 uses : actions/checkout@v3
1616
17+ - name : Set up Python
18+ uses : actions/setup-python@v5
19+ with :
20+ python-version : ' 3.x'
21+
22+ - name : Install dependencies
23+ run : pip install nltk
24+
1725 - name : Install make
1826 run : sudo apt-get update && sudo apt-get install -y make
1927
Original file line number Diff line number Diff line change 1- <package >
2- <id >mock_corpus</id >
3- <name >Mock Corpus</name >
4- <description >This is a mock corpus for testing the index.xml automation workflow. It can be safely added and removed.</description >
5- <checksum type =" md5" >8136ac6c6ad5fc5f7c11211177166490</checksum >
6- <filesize >454</filesize >
7- <unzip >true</unzip >
8- <license type =" free" >Test-only</license >
9- <url >mock_corpus.zip</url >
10- <readme >mock_corpus_README.txt</readme >
11- </package >
1+ <package
2+ id =" mock_corpus"
3+ name =" Mock Corpus"
4+ description =" This is a mock corpus for testing the index.xml automation workflow. It can be safely added and removed."
5+ unzip =" 1"
6+ license =" Public Domain"
7+ />
You can’t perform that action at this time.
0 commit comments