scarletcho
PhD student in Computational Linguistics at the University of Texas at Austin. Interested in computational semantics and language modeling.
University of Texas at AustinAustin, TX
Pinned Repositories
comet-atomic-2020
evaluateFA
Evaluation script for a forced aligned TextGrid
hypernym-path-generation
Path-based hypernym prediction models in WordNet (WN18RR-hp)
iir
Machine Learning / Natural Language Processing / Information Retrieval
KoG2P
Korean grapheme-to-phone conversion in Python
KoLM
Korean text normalization and language preparation package for LM in Kaldi-based ASR system
naivebayes_cs124
A naive bayes classifier for text (as a group exercise from CS124 at Stanford)
prep4kaldi
Data preparation code for building Kaldi ASR system
runWord2vec
Wrapper of Gensim word2vec along with T-SNE visualization
subword-mikolov
An implementation of subword division algorithm proposed in T. Mikolov (2012).
scarletcho's Repositories
scarletcho/KoG2P
Korean grapheme-to-phone conversion in Python
scarletcho/KoLM
Korean text normalization and language preparation package for LM in Kaldi-based ASR system
scarletcho/prep4kaldi
Data preparation code for building Kaldi ASR system
scarletcho/runWord2vec
Wrapper of Gensim word2vec along with T-SNE visualization
scarletcho/hypernym-path-generation
Path-based hypernym prediction models in WordNet (WN18RR-hp)
scarletcho/evaluateFA
Evaluation script for a forced aligned TextGrid
scarletcho/naivebayes_cs124
A naive bayes classifier for text (as a group exercise from CS124 at Stanford)
scarletcho/subword-mikolov
An implementation of subword division algorithm proposed in T. Mikolov (2012).
scarletcho/comet-atomic-2020
scarletcho/iir
Machine Learning / Natural Language Processing / Information Retrieval
scarletcho/interpretability
scarletcho/nlp-with-pytorch
<파이토치로 배우는 자연어 처리>(한빛미디어, 2021)의 소스 코드를 위한 저장소입니다.
scarletcho/NNmnist
A simple neural network implementation for MNIST dataset
scarletcho/NNproject
An implementation of Artificial Neural Network from scratch (in MATLAB)
scarletcho/optimization
Implementation of 1st and 2nd order optimization (gradient descent and Newton's method)
scarletcho/pathlm_schema
Code for EMNLP 2020 paper `Connecting the Dots: Event Graph Schema Induction with Path Language Modeling`
scarletcho/pcaEigen
Implementation of PCA and Eigenvalue decomposition from scratch
scarletcho/poincare-embeddings
PyTorch implementation of the NIPS-17 paper "Poincaré Embeddings for Learning Hierarchical Representations"
scarletcho/praatscripts
Useful praatscripts for audio data processing
scarletcho/project1
scarletcho/project2
scarletcho/Python-Lectures
IPython Notebooks to learn Python
scarletcho/scarletcho.github.io
scarletcho/tf-stanford-tutorials
This repository contains code examples for the course CS 20SI: TensorFlow for Deep Learning Research.
scarletcho/transformers-nli
scarletcho/transliteration
English to Korean Transliteration (영어-한글 표기 변환기)
scarletcho/WN18RR-hp
A filtered subset of hypernymy and instance hypernymy pairs from WN18RR (Dettmers et al., 2018) for hypernym prediction using taxonomy path generation.
scarletcho/word-embeddings-benchmarks
Package for evaluating word embeddings