yao8839836 / fast_text_gcn

FastGCN for inductive text classification
85 stars 22 forks source link

注释中的可能笔误? #7

Closed Seasons1352 closed 3 years ago

Seasons1352 commented 3 years ago

https://github.com/yao8839836/fast_text_gcn/blob/cf61e6b647fd3f87275a580851c68de4780cad3e/utils.py#L200

小白困惑,不太确定。在读取由text_gcn中的build_graph生成的文件时,这句来自def load_corpus(dataset_str)方法中的注释描述是否应该为: dataset_str.train.index => the indices of training docs in original doc list. 即去掉“ind.”。