78 skills found · Page 1 of 3
cisnlp / SimalignObtain Word Alignments using Pretrained Language Models (e.g., mBERT)
neulab / Awesome AlignA neural word aligner based on multilingual BERT
tecfu / Tty TableTerminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
moses-smt / Giza PpGIZA++ is a statistical machine translation toolkit that is used to train IBM Models 1-5 and an HMM word alignment model. This package also contains the source for the mkcls tool which generates the word classes necessary for training some of the alignment models.
IBM / Transition Amr ParserSoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
CorentinJ / Librispeech AlignmentsWord alignments generated by the Montreal Forced Aligner for the Librispeech dataset
moses-smt / MgizaA word alignment tool based on famous GIZA++, extended to support multi-threading, resume training and incremental training.
CVMI-Lab / CoDet(NeurIPS2023) CoDet: Co-Occurrence Guided Region-Word Alignment for Open-Vocabulary Object Detection
yayaiu6 / Real Time Quran Recitation Tracker SystemAn open-source AI system enabling real time Quran recitation tracking, word-level alignment, error detection, and adaptive feedback. Designed to support memorization, accuracy, and accessibility for Muslims worldwide through advanced speech recognition.
TalSchuster / CrossLingualContextualEmbCross-Lingual Alignment of Contextual Word Embeddings
gouwsmeister / BilbowaOpen-source implementation of the BilBOWA (Bilingual Bag-of-Words without Alignments) word embedding model.
YuanLi95 / EEGA For JMEREThis is code for Joint Multimodal Entity-Relation Extraction Based on Edge-enhanced Graph Alignment Network and Word-pair Relation Tagging (AAAI 2023)
THUNLP-MT / Mask AlignCode for our paper "Mask-Align: Self-Supervised Neural Word Alignment" in ACL 2021
robertostling / EfmaralEfficient Markov Chain word alignment
schufo / Lyrics AlignerAutomatic lyrics alignment at phoneme or word level with a pre-trained deep neural network.
yukiar / OTAlignRepository of ACL2023 paper: Unbalanced Optimal Transport for Unbalanced Word Alignment
cambridgeltl / ContrastiveBLIImproving Word Translation via Two-Stage Contrastive Learning (ACL 2022). Keywords: Bilingual Lexicon Induction, Word Translation, Cross-Lingual Word Embeddings.
twadada / Multilingual NlmCode for "Unsupervised Multilingual Word Embedding with Limited Resources using Neural Language Models" and "Learning Contextualised Cross-lingual Word Embeddings and Alignments for Extremely Low-Resource Languages Using Parallel Corpora"
nttcslab-nlp / Word AlignA Supervised Word Alignment Method based on Cross-Language Span Prediction using Multilingual BERT
lukerbs / ForcealignForceAlign is a Python library for forced alignment of English text to English audio. You can use ForceAlign to get word or phoneme level text alignments of audio, with each word or phoneme's start and end time within the audio. ForceAlign was designed to be easy to install and use, without requiring any third-party, non-Python dependencies.