Skip to content

LFTM and empty lines #9

@pasqLisena

Description

@pasqLisena

Ok basically LFTM uses gloves embeddings, when available, stripping out the words that are not included in the preprocessed embedding.

When a line does not include any word in the glove dictionary, it appears empty in the LFLDA.glove file.

In the training, the line is just ignored (rather than considered as "empty")
https://github.com/datquocnguyen/LFTM/blob/master/src/models/LFLDA.java#L173

The result is that there are more lines in the corpus than corpus predictions. This affects ground truth evaluation metrics

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions