我有很多这样的琴弦。 Python中是否有可以提取名称,日记,日期,标题等的库?
Wallace, Kelly. "Bush Stands Pat on Stem Cell Policy." CNN. 13 Aug. 2001.
我尝试使用pybtex,但不为字符串返回任何内容,它必须采用特定格式。
from pybtex.database import parse_file,parse_string
print(parse_string('Wallace, Kelly. "Bush Stands Pat on Stem Cell Policy." CNN. 13 Aug. 2001.','bibtex'))
# it returns nothing
BibliographyData(entries=OrderedCaseInsensitiveDict([]), preamble=[])