kwt-pliki/10.html

41 lines
157 KiB
HTML
Raw Permalink Normal View History

2021-04-09 23:26:35 +02:00
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/bmabey/pyLDAvis@3.3.1/pyLDAvis/js/ldavis.v1.0.0.css">
<div id="ldavis_el703021397184683786885475156719"></div>
<script type="text/javascript">
var ldavis_el703021397184683786885475156719_data = {"mdsDat": {"x": [-0.04329654675476783, 0.068233570277851, -0.03747331447195241, -0.022230315212465563, 0.023379295441534467, -0.01101871958311904, 0.02735437330105768, -0.014983254255022596, 0.0020915088835501295, 0.007943402373334255], "y": [0.016901624480397396, 0.00715023059548987, 0.008446442266092384, -0.02760904276413172, -0.009073057272441575, -0.008280260408831662, -0.005768342677494364, -0.005182281610087062, 0.006546912030003589, 0.01686777536100311], "topics": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "cluster": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "Freq": [20.480043241497956, 19.831043489429682, 13.93956354271719, 12.88744481552089, 10.199988667902517, 8.379752818848871, 5.571883756208056, 3.6210443407709807, 2.9100923346673206, 2.1791429924365477]}, "tinfo": {"Term": ["shall", "aripiprazole", "said", "plugin", "yahweh", "patients", "dose", "view", "accerciser", "accessible", "application", "abilify", "god", "make", "tree", "brain", "item", "father", "moses", "selected", "alu", "see", "land", "interface", "one", "cyp", "israel", "go", "placebo", "day", "tabletoral", "useunit", "blister", "alu", "perforated", "eu", "woven", "products", "atonement", "wave", "respectively", "mgtabletoral", "hail", "calibrated", "usebottle", "engrave", "innards", "consecrate", "ephod", "solutionoral", "droppereu", "coma", "judgment", "skillfully", "engravings", "abilify", "abnormal", "robe", "settings", "pneumonia", "common", "quinidine", "aripiprazole", "hyperglycaemia", "weight", "dyskinesia", "patients", "potent", "caution", "offering", "treated", "trials", "dose", "clinically", "shall", "inhibitors", "moses", "potential", "reported", "clinical", "increased", "compared", "placebo", "make", "may", "cyp", "yahweh", "treatment", "mg", "disorders", "people", "controlled", "said", "one", "section", "see", "medicinal", "god", "go", "day", "children", "pharaoh", "application", "let", "land", "bookmark", "issues", "validator", "execution", "select", "pebble", "target", "cappy", "validate", "ascender", "hpaned", "mugu", "selects", "site_add", "enable", "cancel", "san", "hama", "whoa", "vpaned", "tabs", "matsuhisa", "generate", "comcreative", "pointer", "chiefs", "originally", "parentepparent", "scriptsthe", "dogtail", "widget", "ibm", "dialog", "later", "generates", "view", "plugin", "bookmarks", "plugins", "application", "quick", "includes", "accessible", "spi", "report", "pinky", "preferences", "accerciser", "desktop", "figures", "interactive", "press", "accessibility", "tree", "md", "color", "new", "applications", "global", "interface", "selected", "button", "brain", "sons", "god", "console", "father", "want", "event", "land", "item", "shall", "yahweh", "one", "said", "pharaoh", "jacob", "son", "consequences", "iook", "catherineplease", "spotted", "afteri", "matterthose", "black", "asses", "nowlet", "orders", "powers", "streaked", "demon", "secondary", "randomization", "onesyou", "thirteenthsarah", "achilleswith", "goyoustay", "gastonnewe", "didyou", "gameyou", "yesterdaybut", "awaiting", "doubtshe", "grandmother", "nowaii", "sayyou", "existwe", "doubted", "biron", "incidence", "speckled", "rachel", "diabetic", "leah", "affinity", "efficacy", "nms", "mandrakes", "placebo", "receptors", "dehydrogenation", "disorders", "exhibited", "charcoal", "lithium", "kg", "patients", "disorder", "aripiprazole", "significant", "cyp", "trial", "controlled", "mg", "trials", "symptoms", "week", "ii", "bipolar", "used", "mellitus", "see", "dose", "ht", "manic", "clinical", "treated", "jacob", "said", "effects", "abilify", "treatment", "increased", "also", "interface", "one", "land", "years", "son", "god", "father", "may", "plugin", "selected", "yahweh", "accerciser", "application", "volunteer", "madman", "probably", "transmitting", "tv", "brave", "search", "hairdresser", "wouid", "cop", "connection", "badaboom", "career", "babe", "weirdo", "georges", "calling", "anymorealthough", "kid", "pushed", "disappeared", "joker", "sarah", "appearsstep", "boyfriend", "idea", "lefiaguais", "personalif", "otherthe", "gendered
function LDAvis_load_lib(url, callback){
var s = document.createElement('script');
s.src = url;
s.async = true;
s.onreadystatechange = s.onload = callback;
s.onerror = function(){console.warn("failed to load library " + url);};
document.getElementsByTagName("head")[0].appendChild(s);
}
if(typeof(LDAvis) !== "undefined"){
// already loaded: just create the visualization
!function(LDAvis){
new LDAvis("#" + "ldavis_el703021397184683786885475156719", ldavis_el703021397184683786885475156719_data);
}(LDAvis);
}else if(typeof define === "function" && define.amd){
// require.js is available: use it to load d3/LDAvis
require.config({paths: {d3: "https://d3js.org/d3.v5"}});
require(["d3"], function(d3){
window.d3 = d3;
LDAvis_load_lib("https://cdn.jsdelivr.net/gh/bmabey/pyLDAvis@3.3.1/pyLDAvis/js/ldavis.v3.0.0.js", function(){
new LDAvis("#" + "ldavis_el703021397184683786885475156719", ldavis_el703021397184683786885475156719_data);
});
});
}else{
// require.js not available: dynamically load d3 & LDAvis
LDAvis_load_lib("https://d3js.org/d3.v5.js", function(){
LDAvis_load_lib("https://cdn.jsdelivr.net/gh/bmabey/pyLDAvis@3.3.1/pyLDAvis/js/ldavis.v3.0.0.js", function(){
new LDAvis("#" + "ldavis_el703021397184683786885475156719", ldavis_el703021397184683786885475156719_data);
})
});
}
</script>