USif Sentence Embeddings
This implementation is based on the paper: Unsupervised Random Walk Sentence Embeddings: A Strong but Simple Baseline (https://www.aclweb.org/anthology/W18-3012/)
Constructors
Link copied to clipboard
public USifSentenceEmbeddings USifSentenceEmbeddings( Embeddings tokenEmbeddings, Map<String, Float> wordProb, Integer randomWalkLength, Integer numCommonDiscourseVector)
Content copied to clipboard