Skip to content

Commit 48f5854

Browse files
authored
Merge pull request #206 from RNAcentral/cleanup-text-mining
Remove old text mining code
2 parents 5b2a7a8 + 0746a84 commit 48f5854

File tree

6 files changed

+2
-361
lines changed

6 files changed

+2
-361
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ WORKDIR "$RNA/rnacentral-import-pipeline"
123123
RUN PATH="$PATH:/root/.local/bin" poetry config virtualenvs.create false
124124
RUN PATH="$PATH:/root/.local/bin" poetry install
125125

126-
RUN python3 -m textblob.download_corpora && python3 -m nltk.downloader words
126+
RUN python3 -m nltk.downloader words
127127

128128
## Download Rust toolchain
129129
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

poetry.lock

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rnacentral_pipeline/rnacentral/text_mining/__init__.py

Whitespace-only changes.

rnacentral_pipeline/rnacentral/text_mining/blob_building.py

Lines changed: 0 additions & 157 deletions
This file was deleted.

rnacentral_pipeline/rnacentral/text_mining/core.py

Lines changed: 0 additions & 158 deletions
This file was deleted.

rnacentral_pipeline/rnacentral/text_mining/patterns.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)