Matthew Honnibal
|
fb68df91b8
|
* Work on sense tagger
|
2015-07-03 15:25:41 +02:00 |
|
Matthew Honnibal
|
68f174b235
|
* Remove adjectives from supersense list. This seems to be associated with current memory errors
|
2015-07-03 09:24:45 +02:00 |
|
Matthew Honnibal
|
4a60b68a24
|
* Add encode_sense_strs function
|
2015-07-03 05:45:16 +02:00 |
|
Matthew Honnibal
|
4e830b9d41
|
* Add N_SENSES in senses.pxd
|
2015-07-02 00:54:06 +02:00 |
|
Matthew Honnibal
|
e6d828a9af
|
* Set up an array POS_SENSES that denotes the set of valid senses for each POS tag. This way, we can do bitwise & between a lexeme's senses and the ones available for its POS tag, to get the allowable senses for the token.
|
2015-07-01 20:12:13 +02:00 |
|
Matthew Honnibal
|
64fafa98be
|
* Add senses.pyx and senses.pxd
|
2015-07-01 18:49:44 +02:00 |
|