R/constructors.R

Defines functions construct_net

construct_net <- function(x){
  structure(x, class = c("phrasenet", class(x)))
}
news-r/phrasenets documentation built on Nov. 4, 2019, 9:40 p.m.