I post things that I learned

Posts

My study journey

  • Leetcode Post Three

    Leetcode post three

    Problem

    My solution

    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

    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...