oov
There are 8 repositories under oov topic.
R1j1t/contextualSpellCheck
✔️Contextual word checker for better suggestions (not actively maintained)
acbull/HiCE
Code for ACL'19 "Few-Shot Representation Learning for Out-Of-Vocabulary Words"
Agrover112/Goodness-of-Pronunciation-Pipelines-for-OOV-Problem
Goodness of Pronunciation Pipelines for OOV Removal
v-mipeng/TaskOOV
Address the out-of-vocabulary (OOV) problem in sequence labeling
Abhishe24021996/out_of_vocabulary_embeddings_rnn
Dealing with OOV words in RNN networks. here using neural net (LSTM), we can produce embedding gor unknown words using context window
nidhisinha11/nlp-sentence-processor-2021
Calculates emission, transition, and OOV frequencies for documents given a training dataset. From my undergraduate NLP class at NYU.
sngjuk/character-aware-kr-oov-inference-model
Learn OOV inference ability from word embedding vector
gabrielpondc/oovunderstand
In this project, the authors propose to use contextual Word2Vec model for understanding OOV (out of vocabulary). The OOV is extracted by using left-right entropy and point information entropy. They choose to use Word2Vec to construct the word vector space and CBOW (continuous bag of words) to obtain the contextual information of the words.