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

Document as average of its word vectors #97

Closed michelole closed 5 years ago

michelole commented 5 years ago

We should try a more condensed text representation with only 200/300 dimensions, eventually as the average of word vectors.

michelole commented 5 years ago

That's implemented by fasttext by default, so this has been superseded by #103 .