bst-mug / n2c2

Support code for participation at the 2018 n2c2 Shared-Task Track 1
https://n2c2.dbmi.hms.harvard.edu
Apache License 2.0
6 stars 4 forks source link

Input representation as its own class #92

Closed michelole closed 5 years ago

michelole commented 5 years ago

Currently, auxiliary methods such as getChar3GramVectorToSentence are mixed with iterator methods in classes that implement DataSetIterator. However, an iterator is not needed for e.g. prediction.

We should move such methods to a separate class.

michelole commented 5 years ago

Fixed by #111.