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

Switch `TokenIterator` to use our tokenization method (fixes #86) #119

Closed michelole closed 5 years ago

michelole commented 5 years ago

This makes it consistent with the rest of the code and, especially, with the VocabularyDumper used to get fasttext embeddings, later queried by the LSTM+EMB classifier.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.04%) to 73.769% when pulling 5f8d32a0c3dc427335c8d2c26e04d1ed5650e68c on michelole:issue-86 into 2e4cd10e03b23076103abd4c4b4959159da2243f on bst-mug:master.