clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

Change rct extractor name to text extractor #36

Closed minump closed 3 months ago

minump commented 1 year ago

In code, rct_extraction refers to extraction on plain text files. Change the name to text_extraction.

Smilarly there would be pdf_extraction and word_extraction.

The reasoning for this name change is that all are essentially Rct extractors just running in different formats.

minump commented 3 months ago

The extractor name does not need to change. RCT extractor runs the RCT-model. There are other extractors to get the text from manuscript (eg pdf2text-extractor) Closing this issue as no action is needed.