indexed_abstract : {"IndexLength":51,"InvertedIndex":{"A":[0],"composite":[1],"contact":[2,34],"lens":[3],"(20)":[4],"having":[5],"a":[6,17,23],"soft":[7,47],"plastics":[8,48],"portion":[9,26,40,49],"(22)":[10],"which":[11,22],"contacts":[12],"the":[13,36,38,46],"weareru0027s":[14],"eye":[15],"and":[16],"central":[18],"cavity":[19],"(21)":[20],"within":[21],"glass":[24,39],"optical":[25],"(23)":[27,41],"is":[28],"peripherally":[29],"supported":[30],"substantially":[31],"out":[32],"of":[33],"with":[35],"eye,":[37],"being":[42],"readily":[43],"separable":[44],"from":[45],"(22).":[50]}}
怎么遍历处理这种类型所有数据提取InvertedIndex的值的键,形成文本,Abstract放入列表
例如:
Abstract : This paper describes the utility of the dynamic measurement of the angle of repose for pharmaceutical systems, using a variable rotating cylinder to quantify powder flow. The dynamic angle of repose of sodium chloride powder sieve fractions was evaluated using a variable rotating cylinder. The relationship between the static and the dynamic angle of repose is discussed. The dynamic angle of repose of six lots of a multivitamin preparation were compared for inter- and intralot variation.
indexed_abstract
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
black__vv 2023-12-27 09:33关注Abstract = list(indexed_abstract.get('InvertedIndex').keys())
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报