tseval/feature_extraction.py (6 lines): - line 65: # TODO: Default value is arbitrary - line 103: return np.log(1 + len(get_word2rank())) # TODO: This is completely arbitrary - line 215: # TODO: Penalize less deletion of unimportant words - line 228: # TODO: Penalize less deletion of unimportant words - line 289: # TODO: Handle this case - line 319: # TODO: Duplicate of get_addition_proportion, same for deletion tseval/qats.py (2 lines): - line 107: # TODO: Can't reproduce the task's formula for RMSE - line 201: # TODO: This class might be better of somewhere else tseval/utils/helpers.py (1 line): - line 55: # TODO: limit the size of memo tseval/evaluation/quest.py (1 line): - line 54: # TODO: Fix LM features tseval/text.py (1 line): - line 15: # TODO: #language_specific tseval/embeddings.py (1 line): - line 27: # TODO: Is having a vector of zeros the best embedding for unknown words? tseval/utils/paths.py (1 line): - line 18: # TODO: Move this to setup or add the folders to the git repo