Description Author(s) References Examples
Add together two meaning vectors, return the resulting meaning vector.
Fridolin Wild <wild@brookes.ac.uk>
Fridolin Wild (2016): Learning Analytics in R with SNA, LSA, and MPIA, Springer:Berlin.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | dmgr = DomainManager()
data(generic.domain)
dmgr$add(d, title="generic")
ppl = HumanResourceManager(dmgr)
fridolin = ppl$add("fridolin")
fridolin$write("this demonstrates skills in business.", label="example")
fridolin$write("shows skills in business")
fridolin$write("risk assessment is another topic")
fridolin[1] + fridolin[2]
terms(fridolin[1] + fridolin[2])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.