Haeji Jung

Results 3 issues of Haeji Jung

I wonder why the characters are brought in inverse order. (L121) I would appreciate if someone could tell me how this works! I doubt that I might have missed something....

Hi, thank you for your work and sharing your code! While digging in your code, I found that CUB dataset and the others have different implementations of `calculate_means`. https://github.com/zhukaii/SPPR/blob/0df749d000e50a64ae13c606072a902f19ecb251/utils/model/my_model.py#L156-L169 As...

Hi, thank you for your work! I wanted to ask regarding computing the syntactic distance between languages. If I understood correctly, pre-computed syntactic distances obtained by ```python lang2vec.distance("syntactic", [l1, l2])...