Nature parser
labridge.func_modules.paper.parse.parsers.nature_parser
¶
labridge.func_modules.paper.parse.parsers.nature_parser.NaturePaperParser
¶
Bases: BasePaperParser
Parse the paper according to the Nature template.
PARAMETER | DESCRIPTION |
---|---|
separators |
Each tuple includes the separators that separate two components.
Defaults to
TYPE:
|
content_names |
Defaults to
TYPE:
|
separator_tolerance |
The tolerance of mismatch chars.
TYPE:
|
Source code in labridge\func_modules\paper\parse\parsers\nature_parser.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
|
labridge.func_modules.paper.parse.parsers.nature_parser.NaturePaperParser.parse_title(file_path)
¶
Suggest to use LLM to extract title and other information.
Source code in labridge\func_modules\paper\parse\parsers\nature_parser.py
48 49 50 51 52 53 54 55 56 57 58 59 |
|