make_w2v: make_w2v

Description Usage Arguments Value Examples

View source: R/CoreMethods.R

Description

Embedding Pubmed index file to make word2vec object

Usage

1
make_w2v(w2v_file)

Arguments

w2v_file

Pubmed index file for w2v
- ex: http://bio.nlplab.org/ -> Word vectors -> http://evexdb.org/pmresources/vec-space-models/ -> PubMed-w2v.bin

Value

an embedded format of word2vec file in julia object

Examples

1
w2v <- make_w2v("PubMed-w2v.bin")

hemberg-lab/sctransfermap documentation built on Nov. 11, 2019, 6:23 a.m.