Posts
My study journey
I post things that I learned
My study journey
class Solution(object): def romanToInt(self, s): """ :type s: str :rtype: int """ # If large -> small; simple addition # If small -> large; small...
-
Project - building a multilingual parallel corpus using TED transcripts
Academic-project
·
In this project, I and my teammate built a multilingual corpus using TED transcripts with the named entity annotation. The duration of the project was only 4 weeks, and we had very limited time to be able to contribute for the project, so the alignment between languages are not perfect that can be used for other NLP applications such as...