clulab / reach

Reach Biomedical Information Extraction
Other
96 stars 39 forks source link

Wrong field in PubmedAbstractIndexer #771

Open kwalcock opened 2 years ago

kwalcock commented 2 years ago

This code looks suspicious:

        d.add(new IntField("volume", meta.volume, Field.Store.YES))
        d.add(new IntField("issue", meta.volume, Field.Store.YES))
MihaiSurdeanu commented 2 years ago

This indeed looks incorrect. @enoriega : I think you added this, no?