CIShell / cishell-plugins

Plugins for CIShell. Used by Sci2, NWB, and EPIC.
2 stars 3 forks source link

AggregationFunction Raises Exception in Extract Cooccurence Network #5

Closed obscrivn closed 5 years ago

obscrivn commented 5 years ago

Exception is raised after using properties files for Cooccurrence network:

node.numberOfWorks = Authors.count
node.firstPubYear = Year.min
node.timesCited = TC.sum
edge.numberOfCoAuthoredWorks = Authors.count
edge.firstPub = Year.min

TC column is general in all there files ai/iot/robotics and the content is as follows:

"Flatt, R|Kirchberg, M|Link, S",2011,0

(files: https://iu.app.box.com/folder/72417799525)

Note: co-occurrence extraction works for all three without a properties file and the Year column is treated as numeric (cells format - general)

bherr2 commented 5 years ago

In working with @obscrivn we determined that that issue was with a malformed input file.