|
|
|
rsp_str_md = ''' |
|
To **test on strings**, simply input one or more strings. |
|
''' |
|
|
|
rsp_file_md = ''' |
|
To **test on a file**, the input can be: |
|
|
|
- A txt file which contains a reference string in each line. |
|
|
|
- A pdf file which contains a whole scientific documention without any preprocessing(including title, author, body text...). |
|
|
|
''' |
|
|
|
|
|
ssum_str_md = ''' |
|
To **test on strings**, simply input a string. |
|
|
|
''' |
|
|
|
ssum_file_md = ''' |
|
To **test on a file**, the input can be: |
|
|
|
- A txt file which contains the content to be summarized. |
|
|
|
- A pdf file which contains a whole scientific documention without any preprocessing(including title, author, body text...). |
|
|
|
|
|
''' |
|
|
|
|
|
ctrlsum_str_md = ''' |
|
To **test on strings**, simply input a string. |
|
|
|
**Note**: |
|
|
|
- Length 0 will exert no control over length. |
|
|
|
|
|
''' |
|
|
|
ctrlsum_file_md = ''' |
|
To **test on a file**, the input can be: |
|
|
|
- A txt file which contains the content to be summarized. |
|
|
|
- A pdf file which contains a whole scientific documention without any preprocessing(including title, author, body text...). |
|
|
|
|
|
|
|
''' |
|
|
|
|
|
|
|
de_str_md = ''' |
|
To **test on strings**, please input your sentences or paragraphs. |
|
''' |
|
|
|
de_file_md = ''' |
|
To **test on a file**, the input can be: |
|
|
|
- A txt file which contains the content to be extracted dataset mentions from. |
|
|
|
- A pdf file which contains a whole scientific documention without any preprocessing (including title, author, body text...). |
|
|
|
''' |
|
|