\n"
]
},
@@ -351,7 +186,7 @@
" \"\"}};\n",
"\n",
" function display_loaded() {\n",
- " const el = document.getElementById(\"a7561052-e18a-4804-a690-5f3892a21641\");\n",
+ " const el = document.getElementById(\"c3341382-6b5f-42b2-b987-f56ad0bd958b\");\n",
" if (el != null) {\n",
" el.textContent = \"BokehJS is loading...\";\n",
" }\n",
@@ -457,7 +292,7 @@
" console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n",
" root._bokeh_failed_load = true;\n",
" } else if (force !== true) {\n",
- " const cell = $(document.getElementById(\"a7561052-e18a-4804-a690-5f3892a21641\")).parents('.cell').data().cell;\n",
+ " const cell = $(document.getElementById(\"c3341382-6b5f-42b2-b987-f56ad0bd958b\")).parents('.cell').data().cell;\n",
" cell.output_area.append_execute_result(NB_LOAD_WARNING)\n",
" }\n",
" }\n",
@@ -473,13 +308,25 @@
" }\n",
"}(window));"
],
- "application/vnd.bokehjs_load.v0+json": "(function(root) {\n function now() {\n return new Date();\n }\n\n const force = true;\n\n if (typeof root._bokeh_onload_callbacks === \"undefined\" || force === true) {\n root._bokeh_onload_callbacks = [];\n root._bokeh_is_loading = undefined;\n }\n\n\n if (typeof (root._bokeh_timeout) === \"undefined\" || force === true) {\n root._bokeh_timeout = Date.now() + 5000;\n root._bokeh_failed_load = false;\n }\n\n const NB_LOAD_WARNING = {'data': {'text/html':\n \"
\\n\"+\n \"
\\n\"+\n \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n \"
\\n\"+\n \"
\\n\"+\n \"
re-rerun `output_notebook()` to attempt to load from CDN again, or
\"}};\n\n function display_loaded() {\n const el = document.getElementById(\"a7561052-e18a-4804-a690-5f3892a21641\");\n if (el != null) {\n el.textContent = \"BokehJS is loading...\";\n }\n if (root.Bokeh !== undefined) {\n if (el != null) {\n el.textContent = \"BokehJS \" + root.Bokeh.version + \" successfully loaded.\";\n }\n } else if (Date.now() < root._bokeh_timeout) {\n setTimeout(display_loaded, 100)\n }\n }\n\n function run_callbacks() {\n try {\n root._bokeh_onload_callbacks.forEach(function(callback) {\n if (callback != null)\n callback();\n });\n } finally {\n delete root._bokeh_onload_callbacks\n }\n console.debug(\"Bokeh: all callbacks have finished\");\n }\n\n function load_libs(css_urls, js_urls, callback) {\n if (css_urls == null) css_urls = [];\n if (js_urls == null) js_urls = [];\n\n root._bokeh_onload_callbacks.push(callback);\n if (root._bokeh_is_loading > 0) {\n console.debug(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n return null;\n }\n if (js_urls == null || js_urls.length === 0) {\n run_callbacks();\n return null;\n }\n console.debug(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n root._bokeh_is_loading = css_urls.length + js_urls.length;\n\n function on_load() {\n root._bokeh_is_loading--;\n if (root._bokeh_is_loading === 0) {\n console.debug(\"Bokeh: all BokehJS libraries/stylesheets loaded\");\n run_callbacks()\n }\n }\n\n function on_error(url) {\n console.error(\"failed to load \" + url);\n }\n\n for (let i = 0; i < css_urls.length; i++) {\n const url = css_urls[i];\n const element = document.createElement(\"link\");\n element.onload = on_load;\n element.onerror = on_error.bind(null, url);\n element.rel = \"stylesheet\";\n element.type = \"text/css\";\n element.href = url;\n console.debug(\"Bokeh: injecting link tag for BokehJS stylesheet: \", url);\n document.body.appendChild(element);\n }\n\n for (let i = 0; i < js_urls.length; i++) {\n const url = js_urls[i];\n const element = document.createElement('script');\n element.onload = on_load;\n element.onerror = on_error.bind(null, url);\n element.async = false;\n element.src = url;\n console.debug(\"Bokeh: injecting script tag for BokehJS library: \", url);\n document.head.appendChild(element);\n }\n };\n\n function inject_raw_css(css) {\n const element = document.createElement(\"style\");\n element.appendChild(document.createTextNode(css));\n document.body.appendChild(element);\n }\n\n const js_urls = [\"https://cdn.bokeh.org/bokeh/release/bokeh-3.2.1.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-gl-3.2.1.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.2.1.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-tables-3.2.1.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-mathjax-3.2.1.min.js\"];\n const css_urls = [];\n\n const inline_js = [ function(Bokeh) {\n Bokeh.set_log_level(\"info\");\n },\nfunction(Bokeh) {\n }\n ];\n\n function run_inline_js() {\n if (root.Bokeh !== undefined || force === true) {\n for (let i = 0; i < inline_js.length; i++) {\n inline_js[i].call(root, root.Bokeh);\n }\nif (force === true) {\n display_loaded();\n }} else if (Date.now() < root._bokeh_timeout) {\n setTimeout(run_inline_js, 100);\n } else if (!root._bokeh_failed_load) {\n console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n root._bokeh_failed_load = true;\n } else if (force !== true) {\n const cell = $(document.getElementById(\"a7561052-e18a-4804-a690-5f3892a21641\")).parents('.cell').data().cell;\n cell.output_area.append_execute_result(NB_LOAD_WARNING)\n }\n }\n\n if (root._bokeh_is_loading === 0) {\n console.debug(\"Bokeh: BokehJS loaded, going straight to plotting\");\n run_inline_js();\n } else {\n load_libs(css_urls, js_urls, function() {\n console.debug(\"Bokeh: BokehJS plotting callback run at\", now());\n run_inline_js();\n });\n }\n}(window));"
+ "application/vnd.bokehjs_load.v0+json": "(function(root) {\n function now() {\n return new Date();\n }\n\n const force = true;\n\n if (typeof root._bokeh_onload_callbacks === \"undefined\" || force === true) {\n root._bokeh_onload_callbacks = [];\n root._bokeh_is_loading = undefined;\n }\n\n\n if (typeof (root._bokeh_timeout) === \"undefined\" || force === true) {\n root._bokeh_timeout = Date.now() + 5000;\n root._bokeh_failed_load = false;\n }\n\n const NB_LOAD_WARNING = {'data': {'text/html':\n \"
\\n\"+\n \"
\\n\"+\n \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n \"
\\n\"+\n \"
\\n\"+\n \"
re-rerun `output_notebook()` to attempt to load from CDN again, or
\n",
@@ -1458,8 +1108,8 @@
"\\textbf{Dep. Variable:} & inflation & \\textbf{ No. Observations: } & 95 \\\\\n",
"\\textbf{Model:} & ARDL(0,) & \\textbf{ Log Likelihood } & -183.033 \\\\\n",
"\\textbf{Method:} & Conditional MLE & \\textbf{ S.D. of innovations} & 1.662 \\\\\n",
- "\\textbf{Date:} & Thu, 22 Feb 2024 & \\textbf{ AIC } & 370.066 \\\\\n",
- "\\textbf{Time:} & 15:20:37 & \\textbf{ BIC } & 375.174 \\\\\n",
+ "\\textbf{Date:} & Tue, 12 Mar 2024 & \\textbf{ AIC } & 370.066 \\\\\n",
+ "\\textbf{Time:} & 14:46:39 & \\textbf{ BIC } & 375.174 \\\\\n",
"\\textbf{Sample:} & 0 & \\textbf{ HQIC } & 372.130 \\\\\n",
"\\textbf{} & 95 & \\textbf{ } & \\\\\n",
"\\bottomrule\n",
@@ -1481,8 +1131,8 @@
"Dep. Variable: inflation No. Observations: 95\n",
"Model: ARDL(0,) Log Likelihood -183.033\n",
"Method: Conditional MLE S.D. of innovations 1.662\n",
- "Date: Thu, 22 Feb 2024 AIC 370.066\n",
- "Time: 15:20:37 BIC 375.174\n",
+ "Date: Tue, 12 Mar 2024 AIC 370.066\n",
+ "Time: 14:46:39 BIC 375.174\n",
"Sample: 0 HQIC 372.130\n",
" 95 \n",
"==============================================================================\n",
@@ -1493,7 +1143,7 @@
"\"\"\""
]
},
- "execution_count": 149,
+ "execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
@@ -1512,7 +1162,7 @@
},
{
"cell_type": "code",
- "execution_count": 162,
+ "execution_count": 16,
"id": "79c493c9",
"metadata": {},
"outputs": [
@@ -1585,7 +1235,7 @@
},
{
"cell_type": "code",
- "execution_count": 163,
+ "execution_count": 17,
"id": "b5826a9c",
"metadata": {},
"outputs": [
diff --git a/notebooks/text/si-topic_modeling.ipynb b/notebooks/text/si-topic_modeling.ipynb
index 4d301c0d..e91ea444 100644
--- a/notebooks/text/si-topic_modeling.ipynb
+++ b/notebooks/text/si-topic_modeling.ipynb
@@ -28,7 +28,8 @@
"import spacy\n",
"\n",
"from src.text.utils import *\n",
- "from src.text.lda import *"
+ "from src.text.lda import *\n",
+ "from src.text.epu import EPU"
]
},
{
@@ -39,31 +40,15 @@
"outputs": [],
"source": [
"target = os.getcwd() + \"/data/text/solomon_islands/\"\n",
- "news_path = [filename for filename in os.listdir(target) if \"news\" in filename and \"ner\" not in filename]"
+ "news_path = [\n",
+ " target + filename for filename in os.listdir(target)\n",
+ " if \"news\" in filename and \"ner\" not in filename\n",
+ "]"
]
},
{
"cell_type": "code",
"execution_count": 3,
- "id": "8f90e054",
- "metadata": {},
- "outputs": [],
- "source": [
- "news = pd.DataFrame()\n",
- "for path in news_path:\n",
- " temp = pd.read_csv(target + path).drop(\"Unnamed: 0\", axis=1)\n",
- " temp[\"from\"] = path.replace(\"_news.csv\", \"\")\n",
- " if news.empty:\n",
- " news = temp\n",
- " else: \n",
- " news = pd.concat([news, temp], axis=0)\n",
- "\n",
- "news = news[news.news.isna() != True].reset_index(drop=True)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 4,
"id": "40dda29b",
"metadata": {},
"outputs": [],
@@ -87,7 +72,7 @@
},
{
"cell_type": "code",
- "execution_count": 5,
+ "execution_count": 4,
"id": "b2d29006",
"metadata": {},
"outputs": [],
@@ -111,6 +96,43 @@
{
"cell_type": "code",
"execution_count": 7,
+ "id": "f5d81018",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "spacy_stopwords.extend([\"say\", \"year\", \"country\", \"issue\", \"island\"])"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "id": "20c4fa28",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "epu = EPU(news_path, cutoff=None)\n",
+ "epu.get_epu_category()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "id": "95957a46",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "news = pd.DataFrame()\n",
+ "for _, df in epu.raw_files:\n",
+ " temp = df[df.econ & df.policy].reset_index(drop=True)[[\"date\", \"url\", \"news\"]]\n",
+ " if news.empty:\n",
+ " news = temp\n",
+ " else:\n",
+ " news = pd.concat([news, temp], axis=0)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
"id": "e0224756",
"metadata": {},
"outputs": [],
@@ -121,7 +143,7 @@
},
{
"cell_type": "code",
- "execution_count": 8,
+ "execution_count": 12,
"id": "d27095a1",
"metadata": {},
"outputs": [
@@ -136,10 +158,10 @@
"source": [
"nlp = spacy.load('en_core_web_sm', disable=['parser', 'ner'])\n",
"\n",
- "bigram = gensim.models.Phrases(data_words, min_count=5, threshold=100)\n",
+ "bigram = gensim.models.Phrases(data_words, min_count=10, threshold=100)\n",
"bigram_mod = gensim.models.phrases.Phraser(bigram)\n",
"\n",
- "trigram = gensim.models.Phrases(bigram[data_words], min_count=5, threshold=100)\n",
+ "trigram = gensim.models.Phrases(bigram[data_words], min_count=10, threshold=100)\n",
"trigram_mod = gensim.models.phrases.Phraser(trigram)\n",
"\n",
"texts_preprocessed = preprocess_text(data_words, spacy_stopwords, bigram_mod,\n",
@@ -148,7 +170,7 @@
},
{
"cell_type": "code",
- "execution_count": 9,
+ "execution_count": 13,
"id": "8e670998",
"metadata": {},
"outputs": [],
@@ -160,9 +182,11 @@
},
{
"cell_type": "code",
- "execution_count": 10,
+ "execution_count": 14,
"id": "238361cb",
- "metadata": {},
+ "metadata": {
+ "scrolled": true
+ },
"outputs": [
{
"name": "stderr",
@@ -170,6832 +194,6844 @@
"text": [
"Mallet LDA: 2 topics, 1 topic bits, 1 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -8.39367\n",
- "<20> LL/token: -8.31068\n",
- "<30> LL/token: -8.14915\n",
- "<40> LL/token: -8.05094\n",
- "\n",
- "0\t25\tpolice community project year support development service officer report provide case public area work student school include health country court \n",
- "1\t25\tgovernment people country member provincial year work issue time national province good leader team add week day island visit today \n",
- "\n",
- "<50> LL/token: -7.99978\n",
- "<60> LL/token: -7.96925\n",
- "<70> LL/token: -7.95032\n",
- "<80> LL/token: -7.93778\n",
- "<90> LL/token: -7.92827\n",
- "\n",
- "0\t25\tpolice community project year support officer service provide report area work public case student school include covid health development court \n",
- "1\t25\tgovernment people country member issue provincial year national work good time add leader team province woman island day week today \n",
- "\n",
- "<100> LL/token: -7.92275\n",
- "<110> LL/token: -7.91681\n",
- "<120> LL/token: -7.91252\n",
- "<130> LL/token: -7.9075\n",
- "<140> LL/token: -7.90257\n",
- "\n",
- "0\t25\tpolice community project year officer service report provide public area case student support school work covid health court high business \n",
- "1\t25\tgovernment people country member issue provincial development work national year woman support add leader good team island time province today \n",
- "\n",
- "<150> LL/token: -7.89767\n",
- "<160> LL/token: -7.89404\n",
- "<170> LL/token: -7.88952\n",
- "<180> LL/token: -7.88554\n",
- "<190> LL/token: -7.88196\n",
- "\n",
- "0\t25\tpolice community project year officer service public report area case student provide school covid health high court people company child \n",
- "1\t25\tgovernment country people development member work support provincial issue national year woman island leader good team add important time province \n",
- "\n",
- "<200> LL/token: -7.87778\n",
- "<210> LL/token: -7.87527\n",
- "<220> LL/token: -7.87266\n",
- "<230> LL/token: -7.87091\n",
- "<240> LL/token: -7.86886\n",
- "\n",
- "0\t25\tpolice community year project public officer service report area case student school people covid health provide court high week company \n",
- "1\t25\tgovernment country people support development work member provincial issue national woman year island leader good add team important include program \n",
- "\n",
- "<250> LL/token: -7.86741\n",
- "<260> LL/token: -7.86588\n",
- "<270> LL/token: -7.86323\n",
- "<280> LL/token: -7.86158\n",
- "<290> LL/token: -7.86072\n",
- "\n",
- "0\t25\tpolice community year project public officer service report area case student people school covid health court high week time company \n",
- "1\t25\tgovernment country people support development work member provincial issue national woman island year leader good add team include important program \n",
- "\n",
- "<300> LL/token: -7.85977\n",
- "<310> LL/token: -7.85824\n",
- "<320> LL/token: -7.85721\n",
- "<330> LL/token: -7.85582\n",
- "<340> LL/token: -7.85396\n",
- "\n",
- "0\t25\tpolice community year project public officer report service people area case student school covid health week time court high receive \n",
- "1\t25\tgovernment country people support work development member provincial national issue island woman year leader include good important team add program \n",
- "\n",
- "<350> LL/token: -7.85184\n",
- "<360> LL/token: -7.85019\n",
- "<370> LL/token: -7.84837\n",
- "<380> LL/token: -7.84659\n",
- "<390> LL/token: -7.84532\n",
- "\n",
- "0\t25\tpolice community year project public officer report people area service case student school week covid health time high court receive \n",
- "1\t25\tgovernment country people support work development member provincial national island woman issue year leader include good add important program team \n",
- "\n",
- "<400> LL/token: -7.84476\n",
- "<410> LL/token: -7.84366\n",
- "<420> LL/token: -7.8424\n",
- "<430> LL/token: -7.8407\n",
- "<440> LL/token: -7.83991\n",
- "\n",
- "0\t25\tpolice community year project public officer report people area case student school week time covid health service court high yesterday \n",
- "1\t25\tgovernment country people support work development member provincial national island woman year issue include leader good important team program add \n",
- "\n",
- "<450> LL/token: -7.83945\n",
- "<460> LL/token: -7.83835\n",
- "<470> LL/token: -7.83711\n",
- "<480> LL/token: -7.83596\n",
- "<490> LL/token: -7.83541\n",
- "\n",
- "0\t25\tpolice community year project public officer people report area case student week time school covid health court high yesterday service \n",
- "1\t25\tgovernment country people support work development member provincial national island woman year issue include leader provide good important team program \n",
- "\n",
- "<500> LL/token: -7.83524\n",
- "<510> LL/token: -7.83471\n",
- "<520> LL/token: -7.83358\n",
- "<530> LL/token: -7.83341\n",
- "<540> LL/token: -7.83303\n",
- "\n",
- "0\t25\tpolice community year project public officer people report area case student week time school covid health court yesterday high receive \n",
- "1\t25\tgovernment country people support work development member provincial national island woman year include issue leader provide good important program add \n",
- "\n",
- "<550> LL/token: -7.83316\n",
- "<560> LL/token: -7.8323\n",
- "<570> LL/token: -7.8321\n",
- "<580> LL/token: -7.83188\n",
- "<590> LL/token: -7.83184\n",
- "\n",
- "0\t25\tpolice community year public people officer report area case student week time project school covid health yesterday court high receive \n",
- "1\t25\tgovernment country people support work development member provincial national island woman include year leader provide issue important program good plan \n",
- "\n",
- "<600> LL/token: -7.83232\n",
- "<610> LL/token: -7.83046\n",
- "<620> LL/token: -7.82824\n",
- "<630> LL/token: -7.82815\n",
- "<640> LL/token: -7.82875\n",
- "\n",
- "0\t25\tpolice community year public people officer report area case time student week school covid yesterday health court high receive company \n",
- "1\t25\tgovernment country support people work development project member provincial national island woman include year provide leader issue important program good \n",
- "\n",
- "<650> LL/token: -7.82861\n",
- "<660> LL/token: -7.82867\n",
- "<670> LL/token: -7.82858\n",
- "<680> LL/token: -7.8285\n",
- "<690> LL/token: -7.82771\n",
- "\n",
- "0\t25\tpolice community year public people officer report area case week student time school covid yesterday health court high follow receive \n",
- "1\t25\tgovernment country support people work development project provincial member national island woman year include provide leader issue important program good \n",
- "\n",
- "<700> LL/token: -7.82745\n",
- "<710> LL/token: -7.82827\n",
- "<720> LL/token: -7.82778\n",
- "<730> LL/token: -7.82667\n",
- "<740> LL/token: -7.82628\n",
- "\n",
- "0\t25\tpolice community year public people officer report area case time student week school yesterday covid health court high issue receive \n",
- "1\t25\tgovernment country support people work development project provincial national island member woman year include provide leader important program issue plan \n",
- "\n",
- "<750> LL/token: -7.82598\n",
- "<760> LL/token: -7.82575\n",
- "<770> LL/token: -7.82553\n",
- "<780> LL/token: -7.82425\n",
- "<790> LL/token: -7.82428\n",
- "\n",
- "0\t25\tpolice community year people public officer report time area case student week school yesterday covid health court issue day high \n",
- "1\t25\tgovernment country support people work development project provincial national island member woman year provide include leader important program team plan \n",
- "\n",
- "<800> LL/token: -7.8236\n",
- "<810> LL/token: -7.82301\n",
- "<820> LL/token: -7.82338\n",
- "<830> LL/token: -7.82286\n",
- "<840> LL/token: -7.82265\n",
- "\n",
- "0\t25\tpolice community year people public officer report area case time student week yesterday school covid health court follow issue day \n",
- "1\t25\tgovernment country support work people development project provincial national island member woman include year provide leader important program issue team \n",
- "\n",
- "<850> LL/token: -7.82285\n",
- "<860> LL/token: -7.82276\n",
- "<870> LL/token: -7.82305\n",
- "<880> LL/token: -7.8232\n",
- "<890> LL/token: -7.82397\n",
- "\n",
- "0\t25\tpolice community year people public officer report area time case student week school yesterday covid health court issue day follow \n",
- "1\t25\tgovernment country support work people development project provincial national island member woman year include provide leader important program plan good \n",
- "\n",
- "<900> LL/token: -7.82384\n",
- "<910> LL/token: -7.82495\n",
- "<920> LL/token: -7.82567\n",
- "<930> LL/token: -7.82575\n",
- "<940> LL/token: -7.82571\n",
- "\n",
- "0\t25\tpolice community people year public officer report area time case student week school yesterday covid health issue court day high \n",
- "1\t25\tgovernment country support work people development project provincial national island include woman member year provide leader important program service plan \n",
- "\n",
- "<950> LL/token: -7.82579\n",
- "<960> LL/token: -7.82604\n",
- "<970> LL/token: -7.82648\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -8.32913\n",
+ "<20> LL/token: -8.08131\n",
+ "<30> LL/token: -7.92566\n",
+ "<40> LL/token: -7.87721\n",
+ "\n",
+ "0\t25\tgovernment business people public member provincial time company police report add week parliament good issue statement yesterday day officer give \n",
+ "1\t25\tgovernment development support project economic work include island community provide people policy country national woman sector economy opportunity area ensure \n",
+ "\n",
+ "<50> LL/token: -7.85681\n",
+ "<60> LL/token: -7.84482\n",
+ "<70> LL/token: -7.83761\n",
+ "<80> LL/token: -7.83333\n",
+ "<90> LL/token: -7.83176\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police add week parliament give good statement day follow yesterday issue \n",
+ "1\t25\tgovernment development support project economic work island include provide community people policy country national woman sector economy ensure opportunity important \n",
+ "\n",
+ "<100> LL/token: -7.82926\n",
+ "<110> LL/token: -7.82634\n",
+ "<120> LL/token: -7.82494\n",
+ "<130> LL/token: -7.82502\n",
+ "<140> LL/token: -7.82209\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament good give follow issue statement day yesterday \n",
+ "1\t25\tgovernment development support project economic work island include community provide people policy country national woman sector economy area ensure opportunity \n",
+ "\n",
+ "<150> LL/token: -7.82208\n",
+ "<160> LL/token: -7.82073\n",
+ "<170> LL/token: -7.82021\n",
+ "<180> LL/token: -7.81979\n",
+ "<190> LL/token: -7.81879\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament issue good give follow land statement yesterday \n",
+ "1\t25\tgovernment development support project economic work island include provide community people policy country national woman sector economy area opportunity important \n",
+ "\n",
+ "<200> LL/token: -7.81783\n",
+ "<210> LL/token: -7.81834\n",
+ "<220> LL/token: -7.81666\n",
+ "<230> LL/token: -7.81682\n",
+ "<240> LL/token: -7.81659\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament give follow issue statement land yesterday officer \n",
+ "1\t25\tgovernment development support project economic work island include provide community people policy country national woman sector economy area important opportunity \n",
+ "\n",
+ "<250> LL/token: -7.81617\n",
+ "<260> LL/token: -7.8167\n",
+ "<270> LL/token: -7.81611\n",
+ "<280> LL/token: -7.81566\n",
+ "<290> LL/token: -7.81536\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament give follow land statement issue yesterday day \n",
+ "1\t25\tgovernment development support project economic work island people include provide community policy country national woman sector economy area important opportunity \n",
+ "\n",
+ "<300> LL/token: -7.81546\n",
+ "<310> LL/token: -7.81501\n",
+ "<320> LL/token: -7.815\n",
+ "<330> LL/token: -7.8154\n",
+ "<340> LL/token: -7.8142\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament give good follow statement yesterday issue officer \n",
+ "1\t25\tgovernment development support project economic work island include community provide people policy country national woman sector economy area important opportunity \n",
+ "\n",
+ "<350> LL/token: -7.81458\n",
+ "<360> LL/token: -7.81447\n",
+ "<370> LL/token: -7.8145\n",
+ "<380> LL/token: -7.81377\n",
+ "<390> LL/token: -7.81334\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament good give issue follow statement yesterday officer \n",
+ "1\t25\tgovernment development support project economic work island include community provide people policy country national woman sector economy area important opportunity \n",
+ "\n",
+ "<400> LL/token: -7.81266\n",
+ "<410> LL/token: -7.81199\n",
+ "<420> LL/token: -7.81215\n",
+ "<430> LL/token: -7.81335\n",
+ "<440> LL/token: -7.81204\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament issue give good follow statement yesterday officer \n",
+ "1\t25\tgovernment development support project economic work island include people community provide policy country national woman sector economy area important opportunity \n",
+ "\n",
+ "<450> LL/token: -7.81215\n",
+ "<460> LL/token: -7.81303\n",
+ "<470> LL/token: -7.81267\n",
+ "<480> LL/token: -7.81335\n",
+ "<490> LL/token: -7.81377\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament give follow statement good yesterday issue officer \n",
+ "1\t25\tgovernment development support project economic work island include community provide people policy country woman national sector economy important area opportunity \n",
+ "\n",
+ "<500> LL/token: -7.81256\n",
+ "<510> LL/token: -7.81414\n",
+ "<520> LL/token: -7.81382\n",
+ "<530> LL/token: -7.81343\n",
+ "<540> LL/token: -7.81292\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament give follow good issue statement yesterday officer \n",
+ "1\t25\tgovernment development support project economic work island include community people provide policy country woman national sector economy area important opportunity \n",
+ "\n",
+ "<550> LL/token: -7.81271\n",
+ "<560> LL/token: -7.81309\n",
+ "<570> LL/token: -7.81383\n",
+ "<580> LL/token: -7.81234\n",
+ "<590> LL/token: -7.81229\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament give follow good land statement yesterday issue \n",
+ "1\t25\tgovernment development support project economic work island include community provide people policy country national woman sector economy area ensure important \n",
+ "\n",
+ "<600> LL/token: -7.81199\n",
+ "<610> LL/token: -7.81154\n",
+ "<620> LL/token: -7.81326\n",
+ "<630> LL/token: -7.81312\n",
+ "<640> LL/token: -7.81408\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament good issue give land follow statement yesterday \n",
+ "1\t25\tgovernment development support project economic work include island people community provide policy country national woman sector economy important opportunity area \n",
+ "\n",
+ "<650> LL/token: -7.81382\n",
+ "<660> LL/token: -7.81356\n",
+ "<670> LL/token: -7.81313\n",
+ "<680> LL/token: -7.81252\n",
+ "<690> LL/token: -7.81289\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament give follow good statement issue yesterday officer \n",
+ "1\t25\tgovernment development support project economic work include island community people provide policy country woman national sector economy ensure important opportunity \n",
+ "\n",
+ "<700> LL/token: -7.81334\n",
+ "<710> LL/token: -7.81348\n",
+ "<720> LL/token: -7.81263\n",
+ "<730> LL/token: -7.81348\n",
+ "<740> LL/token: -7.81292\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament good issue give follow statement yesterday officer \n",
+ "1\t25\tgovernment development support project economic work island community include people provide policy country woman national sector economy ensure important opportunity \n",
+ "\n",
+ "<750> LL/token: -7.81371\n",
+ "<760> LL/token: -7.81352\n",
+ "<770> LL/token: -7.81217\n",
+ "<780> LL/token: -7.81232\n",
+ "<790> LL/token: -7.81206\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament issue give follow statement yesterday land officer \n",
+ "1\t25\tgovernment development support project economic work include island community people provide policy country woman national sector economy area ensure important \n",
+ "\n",
+ "<800> LL/token: -7.81166\n",
+ "<810> LL/token: -7.81199\n",
+ "<820> LL/token: -7.81245\n",
+ "<830> LL/token: -7.81138\n",
+ "<840> LL/token: -7.8114\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament good give issue follow statement yesterday officer \n",
+ "1\t25\tgovernment development support project economic work island include provide community people policy country national woman sector economy ensure area opportunity \n",
+ "\n",
+ "<850> LL/token: -7.81067\n",
+ "<860> LL/token: -7.81146\n",
+ "<870> LL/token: -7.81302\n",
+ "<880> LL/token: -7.81175\n",
+ "<890> LL/token: -7.81253\n",
+ "\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament issue give follow good statement yesterday land \n",
+ "1\t25\tgovernment development support project economic work include island provide community people policy country national woman sector economy area important opportunity \n",
+ "\n",
+ "<900> LL/token: -7.81324\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<980> LL/token: -7.8267\n",
- "<990> LL/token: -7.82766\n",
+ "<910> LL/token: -7.81244\n",
+ "<920> LL/token: -7.81231\n",
+ "<930> LL/token: -7.81275\n",
+ "<940> LL/token: -7.81234\n",
"\n",
- "0\t25\tpolice community people year public officer report time case student week yesterday school area covid health issue court follow day \n",
- "1\t25\tgovernment country support work people development project provincial national island year woman include provide member leader important program service plan \n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament good give follow statement issue yesterday land \n",
+ "1\t25\tgovernment development support project economic work include island community provide people policy country woman national sector economy important opportunity area \n",
"\n",
- "<1000> LL/token: -7.82863\n",
+ "<950> LL/token: -7.81199\n",
+ "<960> LL/token: -7.81096\n",
+ "<970> LL/token: -7.81097\n",
+ "<980> LL/token: -7.8124\n",
+ "<990> LL/token: -7.81262\n",
"\n",
- "Total time: 58 seconds\n",
+ "0\t25\tgovernment business people public provincial member time company report police week add parliament good issue give follow statement yesterday land \n",
+ "1\t25\tgovernment development support project economic work island include community provide people policy country woman national sector economy ensure area important \n",
+ "\n",
+ "<1000> LL/token: -7.81289\n",
+ "\n",
+ "Total time: 40 seconds\n",
"Mallet LDA: 3 topics, 2 topic bits, 11 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -8.77049\n",
- "<20> LL/token: -8.4607\n",
- "<30> LL/token: -8.171\n",
- "<40> LL/token: -8.07206\n",
- "\n",
- "0\t16.66667\tpolice public officer report case issue court year company medium member man yesterday people call operation time law charge order \n",
- "1\t16.66667\tgovernment country support development project work island provide include national community people policy leader ensure fund plan important service business \n",
- "2\t16.66667\tpeople year student work team school community week covid woman health day good province time child election country service today \n",
- "\n",
- "<50> LL/token: -8.02555\n",
- "<60> LL/token: -8.00173\n",
- "<70> LL/token: -7.98589\n",
- "<80> LL/token: -7.97494\n",
- "<90> LL/token: -7.96799\n",
- "\n",
- "0\t16.66667\tpolice public officer report case issue member court year medium company yesterday man parliament call operation time provincial statement law \n",
- "1\t16.66667\tgovernment country support development project work provide include island national service ensure fund plan policy leader business address important provincial \n",
- "2\t16.66667\tpeople year community work woman student team school week day covid health time province good child country election family today \n",
- "\n",
- "<100> LL/token: -7.96399\n",
- "<110> LL/token: -7.96005\n",
- "<120> LL/token: -7.9576\n",
- "<130> LL/token: -7.95572\n",
- "<140> LL/token: -7.95371\n",
- "\n",
- "0\t16.66667\tpolice public officer report case issue member court medium year company yesterday parliament man call provincial operation statement time follow \n",
- "1\t16.66667\tgovernment country support development project work provide include national island service ensure fund policy plan leader provincial business address important \n",
- "2\t16.66667\tpeople year community work woman student team school week covid day health time good province child country election family today \n",
- "\n",
- "<150> LL/token: -7.95234\n",
- "<160> LL/token: -7.95129\n",
- "<170> LL/token: -7.95012\n",
- "<180> LL/token: -7.94957\n",
- "<190> LL/token: -7.9491\n",
- "\n",
- "0\t16.66667\tpolice public officer report issue case member court year medium company parliament yesterday man call provincial operation time statement law \n",
- "1\t16.66667\tgovernment country support development project work provide include national island service ensure plan fund policy provincial leader address important business \n",
- "2\t16.66667\tpeople community year woman work student team school covid day health week time good child province election country family today \n",
- "\n",
- "<200> LL/token: -7.94835\n",
- "<210> LL/token: -7.9479\n",
- "<220> LL/token: -7.94734\n",
- "<230> LL/token: -7.94735\n",
- "<240> LL/token: -7.94774\n",
- "\n",
- "0\t16.66667\tpolice public officer report case issue member court medium year company yesterday parliament man provincial call operation statement time law \n",
- "1\t16.66667\tgovernment country support development project work provide include national service island ensure fund plan provincial policy leader address important business \n",
- "2\t16.66667\tpeople year community woman student work team school covid day week health time good child province country election family today \n",
- "\n",
- "<250> LL/token: -7.94735\n",
- "<260> LL/token: -7.9462\n",
- "<270> LL/token: -7.94587\n",
- "<280> LL/token: -7.94559\n",
- "<290> LL/token: -7.94538\n",
- "\n",
- "0\t16.66667\tpolice public officer report issue case member court medium year company provincial yesterday parliament man call operation statement time law \n",
- "1\t16.66667\tgovernment country support development project work provide include national island service ensure plan fund policy leader provincial business address important \n",
- "2\t16.66667\tpeople community year woman student work team school week day covid health time good child country election province family today \n",
- "\n",
- "<300> LL/token: -7.94497\n",
- "<310> LL/token: -7.94528\n",
- "<320> LL/token: -7.94425\n",
- "<330> LL/token: -7.94457\n",
- "<340> LL/token: -7.94432\n",
- "\n",
- "0\t16.66667\tpolice public officer report issue case member court medium year company provincial parliament yesterday man call operation statement time law \n",
- "1\t16.66667\tgovernment country support development project work provide include national service island ensure plan fund leader policy provincial address business important \n",
- "2\t16.66667\tpeople community year woman work student team school covid health week day time good child country province election family today \n",
- "\n",
- "<350> LL/token: -7.9443\n",
- "<360> LL/token: -7.94432\n",
- "<370> LL/token: -7.9432\n",
- "<380> LL/token: -7.94338\n",
- "<390> LL/token: -7.94344\n",
- "\n",
- "0\t16.66667\tpolice public officer report member case issue court year medium company provincial yesterday parliament man call operation statement time law \n",
- "1\t16.66667\tgovernment country support development project work provide include national service island ensure plan fund leader policy provincial address important business \n",
- "2\t16.66667\tpeople community year woman student work team school covid day health week time good child country election province family water \n",
- "\n",
- "<400> LL/token: -7.94304\n",
- "<410> LL/token: -7.94311\n",
- "<420> LL/token: -7.94259\n",
- "<430> LL/token: -7.94282\n",
- "<440> LL/token: -7.9429\n",
- "\n",
- "0\t16.66667\tpolice public officer report member issue case court year medium company provincial yesterday parliament man call statement operation time law \n",
- "1\t16.66667\tgovernment country support development project work provide include national service island ensure fund plan policy provincial leader business address important \n",
- "2\t16.66667\tpeople community year woman student work team school covid health day time week good child country election family province today \n",
- "\n",
- "<450> LL/token: -7.943\n",
- "<460> LL/token: -7.94262\n",
- "<470> LL/token: -7.94198\n",
- "<480> LL/token: -7.94218\n",
- "<490> LL/token: -7.94199\n",
- "\n",
- "0\t16.66667\tpolice public officer report issue member case court year medium company provincial yesterday parliament man call statement operation time people \n",
- "1\t16.66667\tgovernment country support development project work provide include national service island ensure plan fund leader policy provincial business address important \n",
- "2\t16.66667\tpeople community year student work woman team school covid health week day time good child country family province election water \n",
- "\n",
- "<500> LL/token: -7.94239\n",
- "<510> LL/token: -7.94221\n",
- "<520> LL/token: -7.94321\n",
- "<530> LL/token: -7.94199\n",
- "<540> LL/token: -7.9406\n",
- "\n",
- "0\t16.66667\tpolice public officer report member issue case court year medium company provincial yesterday parliament election man call operation statement people \n",
- "1\t16.66667\tgovernment country support development project work provide include national service island ensure fund plan policy leader provincial business important address \n",
- "2\t16.66667\tpeople community year student work team school covid health time woman day week good child country family province water today \n",
- "\n",
- "<550> LL/token: -7.94061\n",
- "<560> LL/token: -7.93925\n",
- "<570> LL/token: -7.94004\n",
- "<580> LL/token: -7.93901\n",
- "<590> LL/token: -7.93888\n",
- "\n",
- "0\t16.66667\tpolice public officer report member case issue year court medium provincial company yesterday parliament election man call people statement operation \n",
- "1\t16.66667\tgovernment country support development project work provide include national service island ensure fund plan leader policy provincial business important address \n",
- "2\t16.66667\tpeople community year student work team school covid health time week day woman good child family country province water today \n",
- "\n",
- "<600> LL/token: -7.9389\n",
- "<610> LL/token: -7.93814\n",
- "<620> LL/token: -7.93759\n",
- "<630> LL/token: -7.93696\n",
- "<640> LL/token: -7.93581\n",
- "\n",
- "0\t16.66667\tpolice public officer report member issue case court year medium provincial company yesterday parliament election man call operation statement people \n",
- "1\t16.66667\tgovernment country support development project work provide national include service ensure island fund plan policy leader business important provincial address \n",
- "2\t16.66667\tpeople community year student work team school covid health time week day good woman child family country province water today \n",
- "\n",
- "<650> LL/token: -7.93599\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -8.69982\n",
+ "<20> LL/token: -8.49084\n",
+ "<30> LL/token: -8.20281\n",
+ "<40> LL/token: -8.07338\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company member police provincial report parliament budget time officer yesterday week follow statement pay law add decision \n",
+ "1\t16.66667\tgovernment development project economic support policy include national provide service sector area economy plan infrastructure fund land improve ensure investment \n",
+ "2\t16.66667\tpeople work community woman island business opportunity support local leader year country visit australian tourism market nation good continue family \n",
+ "\n",
+ "<50> LL/token: -8.01638\n",
+ "<60> LL/token: -7.98622\n",
+ "<70> LL/token: -7.96844\n",
+ "<80> LL/token: -7.9555\n",
+ "<90> LL/token: -7.94682\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company police member provincial report parliament yesterday officer time statement week decision follow pay law money issue \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include service sector economy ensure plan area infrastructure improve fund increase investment \n",
+ "2\t16.66667\tpeople work community woman island business opportunity leader local year support visit country good australian tourism nation market time industry \n",
+ "\n",
+ "<100> LL/token: -7.94037\n",
+ "<110> LL/token: -7.93622\n",
+ "<120> LL/token: -7.93138\n",
+ "<130> LL/token: -7.9285\n",
+ "<140> LL/token: -7.92671\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company police member provincial report parliament yesterday officer time statement follow week decision pay law money issue \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include sector service economy ensure plan improve infrastructure fund area budget increase \n",
+ "2\t16.66667\tpeople work community island woman business opportunity leader local year visit support good australian nation tourism time country market continue \n",
+ "\n",
+ "<150> LL/token: -7.92472\n",
+ "<160> LL/token: -7.9236\n",
+ "<170> LL/token: -7.92246\n",
+ "<180> LL/token: -7.92232\n",
+ "<190> LL/token: -7.92014\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company police member provincial parliament report yesterday officer time statement decision pay week law office money follow \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include service sector economy ensure plan fund improve infrastructure increase budget investment \n",
+ "2\t16.66667\tpeople work community woman island business leader local opportunity year support visit good australian nation tourism time security country family \n",
+ "\n",
+ "<200> LL/token: -7.91963\n",
+ "<210> LL/token: -7.91888\n",
+ "<220> LL/token: -7.91845\n",
+ "<230> LL/token: -7.91793\n",
+ "<240> LL/token: -7.91693\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company member police provincial parliament report officer yesterday time statement decision add pay issue law follow money \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include service sector economy ensure plan increase improve infrastructure fund budget develop \n",
+ "2\t16.66667\tpeople work community woman island business leader local opportunity year support visit good australian nation tourism time security country family \n",
+ "\n",
+ "<250> LL/token: -7.91776\n",
+ "<260> LL/token: -7.91621\n",
+ "<270> LL/token: -7.91544\n",
+ "<280> LL/token: -7.91576\n",
+ "<290> LL/token: -7.91607\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company police provincial member parliament report officer yesterday statement time week decision pay follow law money add \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include service sector economy ensure plan increase improve infrastructure fund budget investment \n",
+ "2\t16.66667\tpeople work community woman island business leader local year opportunity support visit good australian nation tourism security time country continue \n",
+ "\n",
+ "<300> LL/token: -7.9153\n",
+ "<310> LL/token: -7.91508\n",
+ "<320> LL/token: -7.91448\n",
+ "<330> LL/token: -7.91418\n",
+ "<340> LL/token: -7.91514\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company police provincial member parliament report officer statement yesterday time decision pay law follow money add week \n",
+ "1\t16.66667\tgovernment development project economic support policy national provide include service sector economy ensure plan increase improve infrastructure fund budget area \n",
+ "2\t16.66667\tpeople work community woman island business leader local year opportunity support visit australian good time nation tourism security family continue \n",
+ "\n",
+ "<350> LL/token: -7.91326\n",
+ "<360> LL/token: -7.91314\n",
+ "<370> LL/token: -7.91258\n",
+ "<380> LL/token: -7.91397\n",
+ "<390> LL/token: -7.91288\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company member police provincial parliament report officer statement time yesterday pay decision issue law week money follow \n",
+ "1\t16.66667\tgovernment development project economic support policy national provide include service sector economy ensure plan increase improve fund infrastructure budget develop \n",
+ "2\t16.66667\tpeople work community woman island business leader local year opportunity support visit good australian nation tourism time security continue family \n",
+ "\n",
+ "<400> LL/token: -7.91233\n",
+ "<410> LL/token: -7.91246\n",
+ "<420> LL/token: -7.91286\n",
+ "<430> LL/token: -7.91246\n",
+ "<440> LL/token: -7.91266\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company provincial police member report parliament officer statement time yesterday decision follow pay law money add week \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include sector service economy ensure increase plan improve infrastructure fund budget develop \n",
+ "2\t16.66667\tpeople work community woman island business leader local year opportunity support visit australian time nation tourism good security continue family \n",
+ "\n",
+ "<450> LL/token: -7.91383\n",
+ "<460> LL/token: -7.91402\n",
+ "<470> LL/token: -7.91415\n",
+ "<480> LL/token: -7.91531\n",
+ "<490> LL/token: -7.91317\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company provincial police member parliament report statement officer time yesterday decision follow pay issue law money week \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include service sector economy ensure plan improve infrastructure fund increase budget develop \n",
+ "2\t16.66667\tpeople work community woman island business leader local year opportunity support visit good australian nation tourism security time family continue \n",
+ "\n",
+ "<500> LL/token: -7.91295\n",
+ "<510> LL/token: -7.91402\n",
+ "<520> LL/token: -7.91346\n",
+ "<530> LL/token: -7.91495\n",
+ "<540> LL/token: -7.91323\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company provincial member police parliament report officer statement time yesterday decision follow pay add law money land \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include sector service economy ensure plan increase improve infrastructure fund budget develop \n",
+ "2\t16.66667\tpeople work community woman island business leader local year opportunity support visit good australian nation tourism security time family include \n",
+ "\n",
+ "<550> LL/token: -7.91278\n",
+ "<560> LL/token: -7.91432\n",
+ "<570> LL/token: -7.91422\n",
+ "<580> LL/token: -7.91241\n",
+ "<590> LL/token: -7.91131\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company provincial police member report parliament officer time yesterday statement decision pay law issue money medium follow \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include sector economy service ensure increase improve infrastructure fund budget plan country \n",
+ "2\t16.66667\tpeople work community woman island business leader local year support opportunity visit australian good nation tourism security time continue family \n",
+ "\n",
+ "<600> LL/token: -7.91176\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<660> LL/token: -7.93631\n",
- "<670> LL/token: -7.93611\n",
- "<680> LL/token: -7.9367\n",
- "<690> LL/token: -7.93648\n",
- "\n",
- "0\t16.66667\tpolice public officer report member case issue year court provincial medium company yesterday parliament election man call people operation statement \n",
- "1\t16.66667\tgovernment country support development project work provide national include service island ensure plan fund policy leader important business address provincial \n",
- "2\t16.66667\tpeople community year student work team school covid health time week day good child country family woman water start today \n",
- "\n",
- "<700> LL/token: -7.93593\n",
- "<710> LL/token: -7.9358\n",
- "<720> LL/token: -7.93614\n",
- "<730> LL/token: -7.93665\n",
- "<740> LL/token: -7.93714\n",
- "\n",
- "0\t16.66667\tpolice public officer report member case issue year court medium provincial company yesterday parliament election man call operation statement people \n",
- "1\t16.66667\tgovernment country support development project work provide national include service ensure island fund plan policy leader important business address provincial \n",
- "2\t16.66667\tpeople community year student team work school covid health time week day good child family country water woman province today \n",
- "\n",
- "<750> LL/token: -7.93624\n",
- "<760> LL/token: -7.93742\n",
- "<770> LL/token: -7.937\n",
- "<780> LL/token: -7.93688\n",
- "<790> LL/token: -7.93708\n",
- "\n",
- "0\t16.66667\tpolice public officer report member case issue court year provincial medium company yesterday parliament election man call operation statement people \n",
- "1\t16.66667\tgovernment country support development project work provide national include service ensure island fund plan policy leader important business address provincial \n",
- "2\t16.66667\tpeople community year student team work school covid time health week good day child family country water province visit today \n",
- "\n",
- "<800> LL/token: -7.93779\n",
- "<810> LL/token: -7.93735\n",
- "<820> LL/token: -7.9375\n",
- "<830> LL/token: -7.93758\n",
- "<840> LL/token: -7.93736\n",
- "\n",
- "0\t16.66667\tpolice public officer report member case issue court year medium provincial company yesterday parliament election man call people operation statement \n",
- "1\t16.66667\tgovernment country support development project work provide national include service ensure island fund plan policy leader important business address provincial \n",
- "2\t16.66667\tpeople community year student work team school covid time health week day good child country family water start today province \n",
- "\n",
- "<850> LL/token: -7.93764\n",
- "<860> LL/token: -7.93739\n",
- "<870> LL/token: -7.93694\n",
- "<880> LL/token: -7.93708\n",
- "<890> LL/token: -7.93672\n",
- "\n",
- "0\t16.66667\tpolice public officer report member case issue court provincial year medium company yesterday parliament election man people call government statement \n",
- "1\t16.66667\tgovernment country support development project work provide national include service ensure island fund plan policy important leader woman business address \n",
- "2\t16.66667\tpeople community year student team school work covid health time week day good child country family water visit today start \n",
- "\n",
- "<900> LL/token: -7.93721\n",
- "<910> LL/token: -7.9365\n",
- "<920> LL/token: -7.93685\n",
- "<930> LL/token: -7.93705\n",
- "<940> LL/token: -7.93718\n",
- "\n",
- "0\t16.66667\tpolice public officer report member issue case year court provincial medium company yesterday parliament election man government call people statement \n",
- "1\t16.66667\tgovernment country support development project work provide national include service ensure island fund policy plan leader woman important business address \n",
- "2\t16.66667\tpeople community year student team school work covid health time week day good child family country water today start province \n",
- "\n",
- "<950> LL/token: -7.93713\n",
- "<960> LL/token: -7.93721\n",
- "<970> LL/token: -7.93751\n",
- "<980> LL/token: -7.93753\n",
- "<990> LL/token: -7.9373\n",
- "\n",
- "0\t16.66667\tpolice public officer report member issue case court year provincial medium yesterday company parliament election man government call operation people \n",
- "1\t16.66667\tgovernment country support development project work provide national include service ensure island fund plan policy important woman leader business address \n",
- "2\t16.66667\tpeople community year student team work school covid health time week day good child family country water province start today \n",
- "\n",
- "<1000> LL/token: -7.9375\n",
- "\n",
- "Total time: 1 minutes 10 seconds\n",
+ "<610> LL/token: -7.91206\n",
+ "<620> LL/token: -7.91259\n",
+ "<630> LL/token: -7.91244\n",
+ "<640> LL/token: -7.91115\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company provincial police member report parliament time officer yesterday statement decision medium pay law add money week \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include sector service economy ensure increase improve plan infrastructure fund budget investment \n",
+ "2\t16.66667\tpeople work community woman island business year leader local support opportunity visit good australian nation tourism security time continue family \n",
+ "\n",
+ "<650> LL/token: -7.91134\n",
+ "<660> LL/token: -7.91153\n",
+ "<670> LL/token: -7.91301\n",
+ "<680> LL/token: -7.9119\n",
+ "<690> LL/token: -7.91177\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company member provincial police parliament report officer statement yesterday time decision pay week add law follow issue \n",
+ "1\t16.66667\tgovernment development project economic support policy national include provide sector service economy ensure improve infrastructure plan increase fund budget country \n",
+ "2\t16.66667\tpeople work community woman island business year local leader support opportunity visit good australian nation tourism time security continue family \n",
+ "\n",
+ "<700> LL/token: -7.91127\n",
+ "<710> LL/token: -7.91225\n",
+ "<720> LL/token: -7.91228\n",
+ "<730> LL/token: -7.91147\n",
+ "<740> LL/token: -7.91046\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company provincial police member report parliament officer statement yesterday time decision pay add land law money medium \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide sector include economy service ensure increase improve infrastructure plan fund budget country \n",
+ "2\t16.66667\tpeople work community woman island business leader support local year opportunity visit australian time nation tourism good security continue family \n",
+ "\n",
+ "<750> LL/token: -7.91147\n",
+ "<760> LL/token: -7.91339\n",
+ "<770> LL/token: -7.91247\n",
+ "<780> LL/token: -7.91276\n",
+ "<790> LL/token: -7.9122\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company member provincial police report parliament officer statement yesterday time decision pay issue law follow medium money \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include sector service economy ensure increase improve infrastructure fund plan budget country \n",
+ "2\t16.66667\tpeople work community woman island business leader local support year opportunity visit time good australian nation tourism security family continue \n",
+ "\n",
+ "<800> LL/token: -7.91133\n",
+ "<810> LL/token: -7.9114\n",
+ "<820> LL/token: -7.91231\n",
+ "<830> LL/token: -7.91149\n",
+ "<840> LL/token: -7.91132\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company provincial member police parliament report officer yesterday time statement decision medium pay law land money issue \n",
+ "1\t16.66667\tgovernment development project economic support policy national provide include sector service economy ensure increase improve infrastructure plan budget fund develop \n",
+ "2\t16.66667\tpeople work community woman island business leader local year support visit opportunity good australian nation tourism time security family open \n",
+ "\n",
+ "<850> LL/token: -7.91158\n",
+ "<860> LL/token: -7.9114\n",
+ "<870> LL/token: -7.91073\n",
+ "<880> LL/token: -7.91137\n",
+ "<890> LL/token: -7.91149\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company provincial police member report parliament officer statement time yesterday decision medium pay issue law money office \n",
+ "1\t16.66667\tgovernment development project economic support policy national include provide sector economy service ensure increase improve infrastructure budget fund country plan \n",
+ "2\t16.66667\tpeople work community woman island business local leader year support visit opportunity good australian nation time tourism security continue family \n",
+ "\n",
+ "<900> LL/token: -7.91228\n",
+ "<910> LL/token: -7.91162\n",
+ "<920> LL/token: -7.91084\n",
+ "<930> LL/token: -7.9104\n",
+ "<940> LL/token: -7.9101\n",
+ "\n",
+ "0\t16.66667\tgovernment public business company provincial member police parliament report statement officer yesterday issue time decision pay medium law follow money \n",
+ "1\t16.66667\tgovernment development project economic support national policy provide include sector economy service ensure increase improve infrastructure budget plan fund country \n",
+ "2\t16.66667\tpeople work community woman island business local leader year support opportunity visit time good australian nation tourism security continue covid \n",
+ "\n",
+ "<950> LL/token: -7.91122\n",
+ "<960> LL/token: -7.91179\n",
+ "<970> LL/token: -7.91068\n",
+ "<980> LL/token: -7.91106\n",
+ "<990> LL/token: -7.91138\n",
+ "\n",
+ "0\t16.66667\tgovernment business public company provincial police member report parliament officer statement yesterday time decision add issue pay medium law money \n",
+ "1\t16.66667\tgovernment development project economic support national policy sector include economy provide service ensure increase improve plan infrastructure fund country budget \n",
+ "2\t16.66667\tpeople work community woman island business leader local year support visit opportunity good australian time nation tourism security health continue \n",
+ "\n",
+ "<1000> LL/token: -7.91148\n",
+ "\n",
+ "Total time: 40 seconds\n",
"Mallet LDA: 4 topics, 2 topic bits, 11 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.04074\n",
- "<20> LL/token: -8.63507\n",
- "<30> LL/token: -8.26263\n",
- "<40> LL/token: -8.14168\n",
- "\n",
- "0\t12.5\tpeople service student school work covid health province week year water country provide project community local area market add continue \n",
- "1\t12.5\tcountry support development work woman island project community program team include training opportunity economic important people provide visit event develop \n",
- "2\t12.5\tpolice officer case year people court report public time yesterday man family charge child rsipf accuse day high find force \n",
- "3\t12.5\tgovernment issue provincial member people company parliament land leader election state statement public national process add year decision business country \n",
- "\n",
- "<50> LL/token: -8.08849\n",
- "<60> LL/token: -8.06049\n",
- "<70> LL/token: -8.04499\n",
- "<80> LL/token: -8.03557\n",
- "<90> LL/token: -8.02919\n",
- "\n",
- "0\t12.5\tservice people student school work covid community health project country province year provide area water week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program project training include team opportunity community economic important year visit event provide develop \n",
- "2\t12.5\tpolice officer year case public court report people time yesterday man family day charge rsipf accuse leave high find child \n",
- "3\t12.5\tgovernment issue provincial member people company national leader parliament election land state add process statement public decision province office meeting \n",
- "\n",
- "<100> LL/token: -8.02429\n",
- "<110> LL/token: -8.02166\n",
- "<120> LL/token: -8.01899\n",
- "<130> LL/token: -8.01674\n",
- "<140> LL/token: -8.01496\n",
- "\n",
- "0\t12.5\tservice people student project school community work covid health country area provide year water province week local increase include market \n",
- "1\t12.5\tcountry support development work woman island program training team include opportunity year economic important community project visit event provide develop \n",
- "2\t12.5\tpolice officer case year public court report time yesterday people man family day charge rsipf accuse leave high follow find \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament leader election land state statement process public add province decision office official \n",
- "\n",
- "<150> LL/token: -8.01417\n",
- "<160> LL/token: -8.01388\n",
- "<170> LL/token: -8.01294\n",
- "<180> LL/token: -8.01192\n",
- "<190> LL/token: -8.01051\n",
- "\n",
- "0\t12.5\tservice people student community project school covid health work country area provide year water province week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program training team include opportunity economic important year project community event visit people provide \n",
- "2\t12.5\tpolice officer year case public court report time yesterday people man family day charge rsipf accuse leave high find force \n",
- "3\t12.5\tgovernment issue provincial member people national leader parliament company election land add statement process public state province decision office meeting \n",
- "\n",
- "<200> LL/token: -8.00912\n",
- "<210> LL/token: -8.00868\n",
- "<220> LL/token: -8.00808\n",
- "<230> LL/token: -8.00809\n",
- "<240> LL/token: -8.00802\n",
- "\n",
- "0\t12.5\tservice people student community project school covid work health country provide year area water week province increase local include market \n",
- "1\t12.5\tcountry support development work woman island program training team include opportunity project year economic community important visit event provide develop \n",
- "2\t12.5\tpolice officer year case public court time report yesterday people man day family charge rsipf accuse leave high find follow \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament election land leader state statement process add public province decision office official \n",
- "\n",
- "<250> LL/token: -8.00781\n",
- "<260> LL/token: -8.00838\n",
- "<270> LL/token: -8.00852\n",
- "<280> LL/token: -8.00831\n",
- "<290> LL/token: -8.00828\n",
- "\n",
- "0\t12.5\tservice people student community project school covid health work country area year water provide week province increase include local market \n",
- "1\t12.5\tcountry support development work woman island program training team include opportunity year economic project important visit event community provide develop \n",
- "2\t12.5\tpolice officer case year public court time report yesterday man people day family charge rsipf accuse leave high follow find \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament election land leader add process statement public state province decision office year \n",
- "\n",
- "<300> LL/token: -8.00822\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -8.95343\n",
+ "<20> LL/token: -8.61564\n",
+ "<30> LL/token: -8.3285\n",
+ "<40> LL/token: -8.19348\n",
+ "\n",
+ "0\t12.5\tproject support work service government people provide fund province area community infrastructure provincial development local rural improve health market include \n",
+ "1\t12.5\tgovernment economy budget member economic investment tourism national financial business island current minister interest add expect percent industry parliament include \n",
+ "2\t12.5\tbusiness public company police people report time officer pay money law case call order yesterday payment give court week office \n",
+ "3\t12.5\tdevelopment people woman economic support country work policy opportunity island leader develop address challenge include region government national community partner \n",
+ "\n",
+ "<50> LL/token: -8.12435\n",
+ "<60> LL/token: -8.08654\n",
+ "<70> LL/token: -8.06332\n",
+ "<80> LL/token: -8.04685\n",
+ "<90> LL/token: -8.03517\n",
+ "\n",
+ "0\t12.5\tproject support work service people province provide community provincial area infrastructure fund local government health rural market improve development covid \n",
+ "1\t12.5\tgovernment economy economic budget member investment financial finance national tourism increase policy current add parliament growth report sector minister expect \n",
+ "2\t12.5\tbusiness company public police people officer pay time money law case medium yesterday report order call member payment give provincial \n",
+ "3\t12.5\tdevelopment country people woman island support economic opportunity leader work develop region policy address challenge include important partner national security \n",
+ "\n",
+ "<100> LL/token: -8.02614\n",
+ "<110> LL/token: -8.01927\n",
+ "<120> LL/token: -8.01417\n",
+ "<130> LL/token: -8.01024\n",
+ "<140> LL/token: -8.00692\n",
+ "\n",
+ "0\t12.5\tproject people support work service province community provincial provide government area local infrastructure health rural fund market improve include development \n",
+ "1\t12.5\tgovernment economy economic budget national policy investment increase finance financial sector tourism add growth current report business expect parliament minister \n",
+ "2\t12.5\tbusiness company police public people officer time pay member money law call case medium order yesterday report payment issue give \n",
+ "3\t12.5\tdevelopment country woman support island economic people opportunity leader work develop region include address challenge partner nation regional security policy \n",
+ "\n",
+ "<150> LL/token: -8.00209\n",
+ "<160> LL/token: -7.99956\n",
+ "<170> LL/token: -7.9977\n",
+ "<180> LL/token: -7.99644\n",
+ "<190> LL/token: -7.99476\n",
+ "\n",
+ "0\t12.5\tproject support people work province service community provincial provide area local infrastructure health government rural fund market improve development plan \n",
+ "1\t12.5\tgovernment economic economy policy budget increase national sector investment finance financial growth tourism add current report business expect minister industry \n",
+ "2\t12.5\tbusiness company police public people member officer time pay law money call case medium order yesterday payment report issue give \n",
+ "3\t12.5\tdevelopment country support woman island economic people opportunity leader work develop region include challenge important nation partner address regional security \n",
+ "\n",
+ "<200> LL/token: -7.99174\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<310> LL/token: -8.00795\n",
- "<320> LL/token: -8.00834\n",
- "<330> LL/token: -8.00772\n",
- "<340> LL/token: -8.00806\n",
- "\n",
- "0\t12.5\tpeople service student community school project covid health work country area water year provide province week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program training team include opportunity project year economic important visit community event provide develop \n",
- "2\t12.5\tpolice officer year case public court time report yesterday man people family day charge rsipf accuse leave high today find \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament election land leader add statement process state public province decision office official \n",
- "\n",
- "<350> LL/token: -8.0071\n",
- "<360> LL/token: -8.00781\n",
- "<370> LL/token: -8.00761\n",
- "<380> LL/token: -8.00658\n",
- "<390> LL/token: -8.00711\n",
- "\n",
- "0\t12.5\tpeople service student community school project covid health work country area water provide year province week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program training team project include opportunity year economic important community visit event provide develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people family day charge rsipf accuse leave high today force \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land statement state process add public province decision office meeting \n",
- "\n",
- "<400> LL/token: -8.00693\n",
- "<410> LL/token: -8.00747\n",
- "<420> LL/token: -8.00735\n",
- "<430> LL/token: -8.00652\n",
- "<440> LL/token: -8.00584\n",
- "\n",
- "0\t12.5\tpeople service student community school project covid health work country area water provide year province increase week include local market \n",
- "1\t12.5\tcountry support development work woman island program training team include opportunity project year economic visit important community event provide develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people day family charge rsipf accuse leave high follow today \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament election land leader statement process state add public province decision office year \n",
- "\n",
- "<450> LL/token: -8.00631\n",
- "<460> LL/token: -8.00719\n",
- "<470> LL/token: -8.00673\n",
- "<480> LL/token: -8.00656\n",
- "<490> LL/token: -8.00591\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health project work country area water year provide province week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program team training project include opportunity year economic important community provide event visit develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people day family charge rsipf accuse leave high find today \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land state statement process add public province decision office official \n",
- "\n",
- "<500> LL/token: -8.00648\n",
- "<510> LL/token: -8.00655\n",
- "<520> LL/token: -8.0061\n",
- "<530> LL/token: -8.00692\n",
- "<540> LL/token: -8.00752\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health project work country area year water provide province week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program project team training include opportunity year economic community important provide event visit develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people day family charge rsipf accuse high leave today force \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land add state process statement public province decision office official \n",
- "\n",
- "<550> LL/token: -8.00759\n",
- "<560> LL/token: -8.00741\n",
- "<570> LL/token: -8.00759\n",
- "<580> LL/token: -8.00733\n",
- "<590> LL/token: -8.00627\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work project country area water provide year province week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program project training team include opportunity year economic important provide community visit event develop \n",
- "2\t12.5\tpolice officer case year public court time yesterday report man people family day charge rsipf accuse leave high follow today \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament election land leader add process statement state public province decision office meeting \n",
- "\n",
- "<600> LL/token: -8.006\n",
- "<610> LL/token: -8.00644\n",
- "<620> LL/token: -8.00649\n",
- "<630> LL/token: -8.0069\n",
- "<640> LL/token: -8.00639\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health project work country area water provide year province week increase local include market \n",
- "1\t12.5\tcountry support development work woman island program project training team include year opportunity economic community visit important provide event develop \n",
- "2\t12.5\tpolice officer year case public time court report yesterday man people day family charge rsipf accuse leave high today follow \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament election land leader add statement process state public province decision office meeting \n",
- "\n",
- "<650> LL/token: -8.00667\n",
- "<660> LL/token: -8.00641\n",
- "<670> LL/token: -8.00664\n",
- "<680> LL/token: -8.00608\n",
- "<690> LL/token: -8.00682\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work country project area water provide year province week increase include local market \n",
- "1\t12.5\tcountry support development work woman island program project team training include opportunity year economic community important visit provide event develop \n",
- "2\t12.5\tpolice officer year case public time court yesterday report man people family day charge rsipf accuse leave high today follow \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land state process statement add public province decision office official \n",
- "\n",
- "<700> LL/token: -8.00614\n",
- "<710> LL/token: -8.00663\n",
- "<720> LL/token: -8.00641\n",
- "<730> LL/token: -8.00759\n",
- "<740> LL/token: -8.00623\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work country area project year water provide week province increase local include market \n",
- "1\t12.5\tcountry support development work woman island project program training include team opportunity economic community important year provide visit event develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people day family charge rsipf accuse leave high today follow \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land add statement process state public province decision office meeting \n",
- "\n",
- "<750> LL/token: -8.00652\n",
- "<760> LL/token: -8.00689\n",
- "<770> LL/token: -8.0078\n",
- "<780> LL/token: -8.00783\n",
- "<790> LL/token: -8.00761\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work country project area water year provide week province increase local include market \n",
- "1\t12.5\tcountry support development work woman island project program training team include opportunity year economic community provide important visit event develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people family day charge rsipf accuse leave high today force \n",
- "3\t12.5\tgovernment issue provincial member people national company parliament election land leader process add statement state province public decision office official \n",
- "\n",
- "<800> LL/token: -8.00863\n",
- "<810> LL/token: -8.00764\n",
- "<820> LL/token: -8.00764\n",
- "<830> LL/token: -8.00756\n",
- "<840> LL/token: -8.00668\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work country area project water year provide increase week province local include market \n",
- "1\t12.5\tcountry support development work woman project island program team training include opportunity year economic provide important visit community event develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people day family charge rsipf accuse leave high today follow \n",
- "3\t12.5\tgovernment issue provincial member people national leader company parliament election land add statement process state province public decision office official \n",
- "\n",
- "<850> LL/token: -8.00594\n",
- "<860> LL/token: -8.00672\n"
+ "<210> LL/token: -7.99027\n",
+ "<220> LL/token: -7.98875\n",
+ "<230> LL/token: -7.98681\n",
+ "<240> LL/token: -7.9853\n",
+ "\n",
+ "0\t12.5\tproject people work support province community service provincial local provide area health infrastructure rural government market improve fund plan include \n",
+ "1\t12.5\tgovernment economic economy budget policy sector increase business investment national finance financial growth tourism add current report industry expect ensure \n",
+ "2\t12.5\tcompany business police public member people officer pay law money medium case call order yesterday time give report issue payment \n",
+ "3\t12.5\tdevelopment support country island woman economic people leader opportunity develop work region include address partner nation challenge important regional security \n",
+ "\n",
+ "<250> LL/token: -7.98553\n",
+ "<260> LL/token: -7.985\n",
+ "<270> LL/token: -7.98367\n",
+ "<280> LL/token: -7.98188\n",
+ "<290> LL/token: -7.98275\n",
+ "\n",
+ "0\t12.5\tproject people support work province community service provincial local area provide health infrastructure rural market improve fund government plan include \n",
+ "1\t12.5\tgovernment economic economy policy budget sector national increase investment business finance financial growth tourism report current ensure industry add minister \n",
+ "2\t12.5\tbusiness company police public member people officer pay law medium money time case order yesterday call give issue report decision \n",
+ "3\t12.5\tdevelopment country support island woman economic people opportunity leader develop work include region nation partner challenge address important regional security \n",
+ "\n",
+ "<300> LL/token: -7.9815\n",
+ "<310> LL/token: -7.98064\n",
+ "<320> LL/token: -7.98051\n",
+ "<330> LL/token: -7.97882\n",
+ "<340> LL/token: -7.97903\n",
+ "\n",
+ "0\t12.5\tproject people support work province community service provincial local area provide health rural market improve infrastructure covid fund include student \n",
+ "1\t12.5\tgovernment economic economy sector policy budget increase national investment business finance financial growth add tourism industry ensure report current fund \n",
+ "2\t12.5\tcompany business police public member people government officer pay law time money case yesterday medium order call decision report issue \n",
+ "3\t12.5\tdevelopment country support woman island economic people opportunity leader develop work region include nation address partner challenge security important regional \n",
+ "\n",
+ "<350> LL/token: -7.98019\n",
+ "<360> LL/token: -7.97941\n",
+ "<370> LL/token: -7.98146\n",
+ "<380> LL/token: -7.97937\n",
+ "<390> LL/token: -7.97964\n",
+ "\n",
+ "0\t12.5\tproject people work support province community service local provincial area provide health rural infrastructure market covid fund include improve student \n",
+ "1\t12.5\tgovernment economic economy sector policy increase budget business investment finance financial growth national tourism report current add ensure industry expect \n",
+ "2\t12.5\tbusiness company police public member government people officer yesterday pay medium law money case order provincial time call parliament decision \n",
+ "3\t12.5\tdevelopment support country woman island economic people opportunity leader develop include region work nation address partner important issue challenge security \n",
+ "\n",
+ "<400> LL/token: -7.9795\n",
+ "<410> LL/token: -7.9785\n",
+ "<420> LL/token: -7.97935\n",
+ "<430> LL/token: -7.97891\n",
+ "<440> LL/token: -7.98058\n",
+ "\n",
+ "0\t12.5\tproject people work support province community service provincial local area provide health rural infrastructure market covid fund student water improve \n",
+ "1\t12.5\tgovernment economic economy sector policy business increase budget national investment finance growth financial tourism report add current industry include ensure \n",
+ "2\t12.5\tcompany business police public government member people officer medium pay law money time yesterday case parliament call order provincial decision \n",
+ "3\t12.5\tdevelopment support country woman island economic opportunity leader people develop region work include nation partner address important challenge regional visit \n",
+ "\n",
+ "<450> LL/token: -7.98123\n",
+ "<460> LL/token: -7.97919\n",
+ "<470> LL/token: -7.97961\n",
+ "<480> LL/token: -7.97919\n",
+ "<490> LL/token: -7.97882\n",
+ "\n",
+ "0\t12.5\tproject people work support province community service provincial local area provide health rural infrastructure market covid include student water plan \n",
+ "1\t12.5\tgovernment economic economy sector policy increase budget business national investment finance growth financial tourism report ensure fund industry add current \n",
+ "2\t12.5\tcompany business police public government member people officer time pay medium law money case order parliament yesterday call decision provincial \n",
+ "3\t12.5\tdevelopment support country woman island economic people opportunity leader develop include region work nation partner address important regional meeting trade \n",
+ "\n",
+ "<500> LL/token: -7.97796\n",
+ "<510> LL/token: -7.97975\n",
+ "<520> LL/token: -7.97699\n",
+ "<530> LL/token: -7.97861\n",
+ "<540> LL/token: -7.97774\n",
+ "\n",
+ "0\t12.5\tproject people work support community province service local area provincial health provide rural covid market infrastructure include student water fund \n",
+ "1\t12.5\tgovernment economic economy sector policy increase budget business national investment growth finance financial tourism report add industry ensure current fund \n",
+ "2\t12.5\tcompany business government police public member officer people pay medium law time money provincial case parliament call order yesterday issue \n",
+ "3\t12.5\tdevelopment support country woman island economic people opportunity leader develop region include work nation partner address security challenge regional national \n",
+ "\n",
+ "<550> LL/token: -7.97914\n",
+ "<560> LL/token: -7.98004\n",
+ "<570> LL/token: -7.97878\n",
+ "<580> LL/token: -7.97944\n",
+ "<590> LL/token: -7.97851\n",
+ "\n",
+ "0\t12.5\tproject people work support community province local service provincial area health rural provide infrastructure covid market student water family government \n",
+ "1\t12.5\tgovernment economic economy policy sector increase business budget national investment growth finance financial report tourism fund ensure add current industry \n",
+ "2\t12.5\tcompany government business police public member officer people pay parliament medium law time money yesterday provincial case order decision call \n",
+ "3\t12.5\tdevelopment support country island woman economic people opportunity leader develop work include region nation partner address challenge security regional important \n",
+ "\n",
+ "<600> LL/token: -7.9791\n",
+ "<610> LL/token: -7.98013\n",
+ "<620> LL/token: -7.98164\n",
+ "<630> LL/token: -7.98306\n",
+ "<640> LL/token: -7.98066\n",
+ "\n",
+ "0\t12.5\tproject people work support province community local service provincial area health rural provide covid market infrastructure student water family include \n",
+ "1\t12.5\tgovernment economic economy sector policy increase business budget investment national growth finance financial tourism report fund ensure add include industry \n",
+ "2\t12.5\tgovernment company business police public member officer pay provincial time medium law people yesterday parliament case order money call decision \n",
+ "3\t12.5\tdevelopment support country woman island economic people leader opportunity develop work region include nation partner challenge security address national regional \n",
+ "\n",
+ "<650> LL/token: -7.98076\n",
+ "<660> LL/token: -7.98157\n",
+ "<670> LL/token: -7.9808\n",
+ "<680> LL/token: -7.98027\n",
+ "<690> LL/token: -7.98208\n",
+ "\n",
+ "0\t12.5\tproject people work support community province local service provincial area health provide rural covid infrastructure market student water family fund \n",
+ "1\t12.5\tgovernment economic economy policy sector business increase budget investment growth national finance financial tourism report service fund current ministry industry \n",
+ "2\t12.5\tgovernment company business police public member officer pay law medium parliament money yesterday case people provincial order time decision issue \n",
+ "3\t12.5\tdevelopment support country woman island economic people opportunity leader develop work include region nation partner national regional challenge address security \n",
+ "\n",
+ "<700> LL/token: -7.98228\n",
+ "<710> LL/token: -7.9822\n",
+ "<720> LL/token: -7.98303\n",
+ "<730> LL/token: -7.98139\n",
+ "<740> LL/token: -7.98171\n",
+ "\n",
+ "0\t12.5\tproject people work support province community provincial service area local health rural covid provide market infrastructure student water week include \n",
+ "1\t12.5\tgovernment economic economy sector policy increase business budget investment growth national finance financial fund tourism report service ministry system industry \n",
+ "2\t12.5\tgovernment company business police public member parliament officer time pay medium law money people case order yesterday call provincial decision \n",
+ "3\t12.5\tdevelopment support country woman island economic opportunity people leader develop work include region nation partner address challenge national regional security \n",
+ "\n",
+ "<750> LL/token: -7.98234\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<870> LL/token: -8.00706\n",
- "<880> LL/token: -8.0065\n",
- "<890> LL/token: -8.00592\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work country area project water provide year province week increase local include market \n",
- "1\t12.5\tcountry support development work woman project island program training team include opportunity year community economic visit important provide event develop \n",
- "2\t12.5\tpolice officer year case public court time report yesterday man people day family charge rsipf accuse leave high follow today \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land statement process state add province public decision office meeting \n",
- "\n",
- "<900> LL/token: -8.00649\n",
- "<910> LL/token: -8.00634\n",
- "<920> LL/token: -8.00621\n",
- "<930> LL/token: -8.00656\n",
- "<940> LL/token: -8.00615\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work country area water year provide project week increase province include market local \n",
- "1\t12.5\tcountry support development work woman project island program training team include year opportunity community important economic provide visit event develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people day family charge rsipf accuse leave today high follow \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land add process statement state province public decision office meeting \n",
- "\n",
- "<950> LL/token: -8.00665\n",
- "<960> LL/token: -8.00655\n",
- "<970> LL/token: -8.00569\n",
- "<980> LL/token: -8.00564\n",
- "<990> LL/token: -8.00616\n",
- "\n",
- "0\t12.5\tpeople service student community school covid health work country area water year provide project increase week province local include market \n",
- "1\t12.5\tcountry support development work woman project island program training team include opportunity year community provide economic visit important event develop \n",
- "2\t12.5\tpolice officer year case public court time yesterday report man people day family charge rsipf accuse leave high today follow \n",
- "3\t12.5\tgovernment issue provincial member people national company leader parliament election land add statement process state province public decision office meeting \n",
- "\n",
- "<1000> LL/token: -8.0061\n",
- "\n",
- "Total time: 1 minutes 11 seconds\n",
+ "<760> LL/token: -7.9818\n",
+ "<770> LL/token: -7.98202\n",
+ "<780> LL/token: -7.98136\n",
+ "<790> LL/token: -7.9829\n",
+ "\n",
+ "0\t12.5\tproject people work support province community service local provincial area health provide rural covid market student family water infrastructure include \n",
+ "1\t12.5\tgovernment economic economy sector policy business increase budget investment growth national finance financial tourism fund report system industry service ensure \n",
+ "2\t12.5\tgovernment company business police public member parliament officer medium pay time law people money provincial case order yesterday decision call \n",
+ "3\t12.5\tdevelopment support country woman island economic people opportunity leader develop include work region nation partner national address important regional security \n",
+ "\n",
+ "<800> LL/token: -7.98213\n",
+ "<810> LL/token: -7.98099\n",
+ "<820> LL/token: -7.98279\n",
+ "<830> LL/token: -7.98217\n",
+ "<840> LL/token: -7.98193\n",
+ "\n",
+ "0\t12.5\tproject people work support province community provincial service local area health rural covid provide market infrastructure family student water include \n",
+ "1\t12.5\tgovernment economic economy sector policy business increase budget investment growth national finance fund financial report tourism service ensure add ministry \n",
+ "2\t12.5\tgovernment company business police public member time parliament officer medium pay law provincial yesterday money case people order call issue \n",
+ "3\t12.5\tdevelopment support country woman island economic opportunity people leader develop work region include nation partner address national security regional challenge \n",
+ "\n",
+ "<850> LL/token: -7.98228\n",
+ "<860> LL/token: -7.98203\n",
+ "<870> LL/token: -7.98188\n",
+ "<880> LL/token: -7.98187\n",
+ "<890> LL/token: -7.98106\n",
+ "\n",
+ "0\t12.5\tproject people work support community province local provincial area service health rural covid provide market infrastructure student water family time \n",
+ "1\t12.5\tgovernment economic economy sector policy business increase budget investment growth finance financial report national service fund tourism add ensure include \n",
+ "2\t12.5\tgovernment company business police public member parliament officer pay law medium provincial time yesterday money case order people decision issue \n",
+ "3\t12.5\tdevelopment support country woman island economic people opportunity leader develop work region include nation partner national important address challenge security \n",
+ "\n",
+ "<900> LL/token: -7.98041\n",
+ "<910> LL/token: -7.98092\n",
+ "<920> LL/token: -7.9816\n",
+ "<930> LL/token: -7.98084\n",
+ "<940> LL/token: -7.98138\n",
+ "\n",
+ "0\t12.5\tproject people work support province community service local area provincial health rural covid provide market family student water infrastructure time \n",
+ "1\t12.5\tgovernment economic economy sector policy increase business budget investment growth finance financial national fund report service tourism system ensure include \n",
+ "2\t12.5\tgovernment company business police public member parliament officer provincial medium time pay law yesterday people money case order call statement \n",
+ "3\t12.5\tdevelopment support country woman island economic opportunity people leader develop work include region nation partner national important address regional meeting \n",
+ "\n",
+ "<950> LL/token: -7.98265\n",
+ "<960> LL/token: -7.98053\n",
+ "<970> LL/token: -7.98033\n",
+ "<980> LL/token: -7.98012\n",
+ "<990> LL/token: -7.98147\n",
+ "\n",
+ "0\t12.5\tproject people work support province community local provincial service area health covid rural provide market student time water family infrastructure \n",
+ "1\t12.5\tgovernment economic economy sector business policy increase budget investment national growth finance financial service report fund ensure tourism ministry system \n",
+ "2\t12.5\tgovernment company business police public member parliament officer provincial medium pay law time people money case yesterday order call decision \n",
+ "3\t12.5\tdevelopment support country woman island economic opportunity leader people develop work include region nation partner national important security regional address \n",
+ "\n",
+ "<1000> LL/token: -7.98121\n",
+ "\n",
+ "Total time: 40 seconds\n",
"Mallet LDA: 5 topics, 3 topic bits, 111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.24345\n",
- "<20> LL/token: -8.72683\n",
- "<30> LL/token: -8.32144\n",
- "<40> LL/token: -8.19412\n",
- "\n",
- "0\t10\tpeople province team covid work health week student country time year day good community service continue today medical western start \n",
- "1\t10\tsupport development project woman work community country provide school program include government fund training economic opportunity service improve plan develop \n",
- "2\t10\tgovernment people member country provincial leader issue parliament election national meeting state official hold process statement decision group add interest \n",
- "3\t10\tpeople company land area water local year island business market increase report food source percent live affect high accord add \n",
- "4\t10\tpolice public officer case court report year man charge yesterday rsipf accuse order matter law medium force time allege incident \n",
- "\n",
- "<50> LL/token: -8.1372\n",
- "<60> LL/token: -8.10653\n",
- "<70> LL/token: -8.08681\n",
- "<80> LL/token: -8.07318\n",
- "<90> LL/token: -8.06461\n",
- "\n",
- "0\t10\tstudent team people school year covid health week country work child day time visit good event community today family start \n",
- "1\t10\tsupport development project country work woman community provide program include service training government opportunity fund economic improve plan island ensure \n",
- "2\t10\tgovernment people provincial member issue leader country national parliament election state statement province process meeting add official decision hold group \n",
- "3\t10\tpeople company land area local water business island year market increase report food add road source operation affect percent cost \n",
- "4\t10\tpolice public officer case report court year man yesterday charge rsipf accuse matter order time force law medium allege high \n",
- "\n",
- "<100> LL/token: -8.05783\n",
- "<110> LL/token: -8.05414\n",
- "<120> LL/token: -8.05012\n",
- "<130> LL/token: -8.04768\n",
- "<140> LL/token: -8.04566\n",
- "\n",
- "0\t10\tpeople student year team school covid health country week child day work visit time good event today family community start \n",
- "1\t10\tsupport development project country work woman community provide program include service training opportunity government economic improve island fund plan important \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election state province country statement process meeting add decision official hold group \n",
- "3\t10\tpeople company land area local business water island market year increase food add report road source cost affect operation percent \n",
- "4\t10\tpolice officer public case report court year man yesterday charge rsipf accuse matter order force time medium law allege incident \n",
- "\n",
- "<150> LL/token: -8.0424\n",
- "<160> LL/token: -8.04102\n",
- "<170> LL/token: -8.0391\n",
- "<180> LL/token: -8.0385\n",
- "<190> LL/token: -8.03779\n",
- "\n",
- "0\t10\tpeople student year team school covid health country child week day time visit work good event today family start medical \n",
- "1\t10\tsupport country development project work woman community provide program include training service government economic opportunity island improve ensure fund important \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election province state statement add country process meeting decision official group hold \n",
- "3\t10\tpeople company land area business local water island market year increase food report road cost add source affect percent operation \n",
- "4\t10\tpolice officer public case report court year man charge yesterday rsipf accuse matter order force law time medium allege incident \n",
- "\n",
- "<200> LL/token: -8.03644\n",
- "<210> LL/token: -8.03545\n",
- "<220> LL/token: -8.03513\n",
- "<230> LL/token: -8.0341\n",
- "<240> LL/token: -8.03321\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day time work visit good event family today medical start \n",
- "1\t10\tsupport country development project work woman community provide program include service training government opportunity economic island improve ensure fund plan \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election province state statement process add decision country official meeting group hold \n",
- "3\t10\tpeople company land business area water local island market year increase food road add cost report source percent affect operation \n",
- "4\t10\tpolice officer public case report court year man yesterday charge rsipf accuse order matter time force law medium allege incident \n",
- "\n",
- "<250> LL/token: -8.03297\n",
- "<260> LL/token: -8.03259\n",
- "<270> LL/token: -8.03297\n",
- "<280> LL/token: -8.03157\n",
- "<290> LL/token: -8.0309\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day time visit work good event today family start medical \n",
- "1\t10\tsupport country development project work woman community provide program include service training government economic opportunity island improve ensure important policy \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election state province statement add process official decision meeting country group hold \n",
- "3\t10\tpeople company land area business local water island year market increase food service road cost source operation add affect percent \n",
- "4\t10\tpolice officer public case report court year man yesterday charge rsipf accuse order matter force time high medium law allege \n",
- "\n",
- "<300> LL/token: -8.03121\n",
- "<310> LL/token: -8.03097\n",
- "<320> LL/token: -8.03098\n",
- "<330> LL/token: -8.03056\n",
- "<340> LL/token: -8.03129\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day visit time work good event today family start medical \n",
- "1\t10\tsupport country development project work woman community provide include program government service training economic opportunity island improve ensure important plan \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election province state statement add process decision official meeting country group office \n",
- "3\t10\tpeople company land water local area business island market year increase food service road add cost affect percent report source \n",
- "4\t10\tpolice officer public case report court year man yesterday charge rsipf accuse order matter force time medium allege law incident \n",
- "\n",
- "<350> LL/token: -8.02996\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.14725\n",
+ "<20> LL/token: -8.7337\n",
+ "<30> LL/token: -8.40051\n",
+ "<40> LL/token: -8.25829\n",
+ "\n",
+ "0\t10\tcountry island leader region meeting regional visit tourism water student state include fishery issue international meet nation hold agreement government \n",
+ "1\t10\tpeople woman business work economy increase year community good opportunity government percent high child change family market education election economic \n",
+ "2\t10\tpeople police covid health service officer week public time work community day continue province case provide team honiara government western \n",
+ "3\t10\tgovernment development project support economic policy sector national provide infrastructure improve budget fund include rural ensure investment program area work \n",
+ "4\t10\tgovernment company business parliament public member provincial land pay report statement process law decision payment medium money issue give add \n",
+ "\n",
+ "<50> LL/token: -8.18359\n",
+ "<60> LL/token: -8.13991\n",
+ "<70> LL/token: -8.11364\n",
+ "<80> LL/token: -8.09583\n",
+ "<90> LL/token: -8.08431\n",
+ "\n",
+ "0\t10\tisland country leader region visit include tourism meeting regional international trade nation water state issue meet security agreement student develop \n",
+ "1\t10\tpeople business woman work community economy increase local good market year opportunity percent education industry high family child change islander \n",
+ "2\t10\tpeople police covid health officer service time week day public case yesterday business honiara continue situation today work operation follow \n",
+ "3\t10\tgovernment development project support economic policy national sector provide fund infrastructure improve budget ensure province rural include plan work service \n",
+ "4\t10\tgovernment company member public parliament provincial report business land pay statement decision medium process issue payment money law add log \n",
+ "\n",
+ "<100> LL/token: -8.0751\n",
+ "<110> LL/token: -8.06521\n",
+ "<120> LL/token: -8.06056\n",
+ "<130> LL/token: -8.05683\n",
+ "<140> LL/token: -8.05323\n",
+ "\n",
+ "0\t10\tisland country leader region visit include tourism nation economic regional meeting international issue trade water meet security state develop fishery \n",
+ "1\t10\tpeople business woman work community increase local economy market opportunity good year industry education training high percent child islander family \n",
+ "2\t10\tpeople police covid health officer service week time public day case business yesterday continue honiara situation operation follow today receive \n",
+ "3\t10\tgovernment development project support economic policy national sector provide fund infrastructure budget ensure province improve include plan work rural service \n",
+ "4\t10\tgovernment company member parliament public provincial report pay land statement business medium decision process payment issue law money log add \n",
+ "\n",
+ "<150> LL/token: -8.05048\n",
+ "<160> LL/token: -8.05036\n",
+ "<170> LL/token: -8.04731\n",
+ "<180> LL/token: -8.0458\n",
+ "<190> LL/token: -8.04347\n",
+ "\n",
+ "0\t10\tisland country leader region include visit tourism nation economic regional trade meeting issue international water meet develop people security state \n",
+ "1\t10\tpeople business woman work community local increase opportunity economy market good year industry education training high percent child islander family \n",
+ "2\t10\tpeople police covid health officer week time service day public case student business continue yesterday honiara situation operation follow charge \n",
+ "3\t10\tgovernment development project support economic policy national provide fund sector infrastructure province budget plan ensure improve work service rural include \n",
+ "4\t10\tgovernment company member parliament public provincial report statement pay land business medium process decision payment issue law money give log \n",
+ "\n",
+ "<200> LL/token: -8.04323\n",
+ "<210> LL/token: -8.04075\n",
+ "<220> LL/token: -8.04095\n",
+ "<230> LL/token: -8.04074\n",
+ "<240> LL/token: -8.04099\n",
+ "\n",
+ "0\t10\tisland country leader region visit include tourism nation economic people regional meeting trade issue develop water meet state international security \n",
+ "1\t10\tpeople business woman work community local increase opportunity economy market good industry education training year percent high add child islander \n",
+ "2\t10\tpeople police covid health officer time week service day student public case continue business yesterday honiara situation operation follow charge \n",
+ "3\t10\tgovernment development project support economic policy national provide province fund sector infrastructure budget ensure plan provincial include improve rural service \n",
+ "4\t10\tgovernment company member parliament public report provincial statement pay land business medium decision issue payment process law money add log \n",
+ "\n",
+ "<250> LL/token: -8.04032\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<360> LL/token: -8.02999\n",
- "<370> LL/token: -8.0303\n",
- "<380> LL/token: -8.03014\n",
- "<390> LL/token: -8.02904\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child day week visit time work good event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide include program government service training economic island ensure opportunity plan improve important \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election province state statement add process decision official meeting public group medium \n",
- "3\t10\tpeople company land area local water business island market year increase food service road cost percent operation province source affect \n",
- "4\t10\tpolice officer case public report court year man yesterday charge rsipf accuse order time force matter high medium allege law \n",
- "\n",
- "<400> LL/token: -8.02942\n",
- "<410> LL/token: -8.02903\n",
- "<420> LL/token: -8.02893\n",
- "<430> LL/token: -8.02973\n",
- "<440> LL/token: -8.02987\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day visit good time work event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service island training economic opportunity ensure improve plan policy \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election state province statement process add official decision meeting country group public \n",
- "3\t10\tpeople company land business local water area island market year increase food service road cost add source percent affect province \n",
- "4\t10\tpolice officer public case report court year man yesterday charge rsipf accuse order matter time force medium allege incident law \n",
- "\n",
- "<450> LL/token: -8.02991\n",
- "<460> LL/token: -8.02989\n",
- "<470> LL/token: -8.02945\n",
- "<480> LL/token: -8.02949\n",
- "<490> LL/token: -8.03028\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day visit time good work event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service training economic island plan opportunity ensure improve policy \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election province state statement add process decision official meeting public group country \n",
- "3\t10\tpeople company land local business water area island market year increase food service cost road add affect percent operation province \n",
- "4\t10\tpolice officer public case report court year man yesterday charge rsipf accuse order time force matter medium high allege incident \n",
- "\n",
- "<500> LL/token: -8.03043\n",
- "<510> LL/token: -8.03077\n",
- "<520> LL/token: -8.03049\n",
- "<530> LL/token: -8.03119\n",
- "<540> LL/token: -8.03108\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day visit work time good event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service training economic ensure island opportunity plan improve policy \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election state province statement add process decision official meeting public office group \n",
- "3\t10\tpeople company land business local water area island market year increase food service province road cost percent add affect supply \n",
- "4\t10\tpolice officer case public report court year man yesterday charge rsipf accuse order time force matter medium high allege incident \n",
- "\n",
- "<550> LL/token: -8.0304\n",
- "<560> LL/token: -8.03107\n",
- "<570> LL/token: -8.03084\n",
- "<580> LL/token: -8.02913\n",
- "<590> LL/token: -8.02985\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day time visit good work event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service training island economic ensure plan opportunity improve policy \n",
- "2\t10\tgovernment provincial people member issue leader national parliament election province state statement add process decision official meeting public office group \n",
- "3\t10\tpeople company land business local water area island year market increase service food add road cost affect percent supply source \n",
- "4\t10\tpolice officer case public report court year man yesterday charge rsipf accuse time order force matter medium high law allege \n",
- "\n",
- "<600> LL/token: -8.03062\n",
- "<610> LL/token: -8.03106\n",
- "<620> LL/token: -8.03066\n",
- "<630> LL/token: -8.03094\n",
- "<640> LL/token: -8.03135\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child day week visit time good work event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service island economic training opportunity ensure improve important plan \n",
- "2\t10\tgovernment provincial member issue people leader national parliament election state province statement add process decision official meeting public office group \n",
- "3\t10\tpeople company land business local area water island market year increase service food cost road add province percent supply affect \n",
- "4\t10\tpolice officer case public court report year man yesterday charge rsipf accuse order matter force time high medium allege incident \n",
- "\n",
- "<650> LL/token: -8.03146\n",
- "<660> LL/token: -8.03162\n",
- "<670> LL/token: -8.0313\n",
- "<680> LL/token: -8.03044\n",
- "<690> LL/token: -8.03134\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day visit good time work event today family start medical \n",
- "1\t10\tsupport country development project work woman community provide government include program service economic training island ensure opportunity improve important plan \n",
- "2\t10\tgovernment provincial member people issue leader national parliament election state province statement add process decision official public meeting office group \n",
- "3\t10\tpeople company land business local area water island market year increase service food add cost road work province percent supply \n",
- "4\t10\tpolice officer case public report court year man yesterday charge rsipf accuse order time force matter medium high allege incident \n",
- "\n",
- "<700> LL/token: -8.03171\n",
- "<710> LL/token: -8.03179\n",
- "<720> LL/token: -8.03188\n",
- "<730> LL/token: -8.03195\n",
- "<740> LL/token: -8.03097\n",
- "\n",
- "0\t10\tpeople student year team school covid health country child week day time good visit work event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service island economic ensure training improve opportunity policy plan \n",
- "2\t10\tgovernment provincial member issue people leader national parliament election state statement province process add decision official public meeting office medium \n",
- "3\t10\tpeople company land business local water area year island market increase service food add cost road province percent supply operation \n",
- "4\t10\tpolice officer case public court report year man yesterday charge rsipf accuse order force matter time high law allege medium \n",
- "\n",
- "<750> LL/token: -8.03153\n",
- "<760> LL/token: -8.03165\n",
- "<770> LL/token: -8.03079\n",
- "<780> LL/token: -8.03093\n",
- "<790> LL/token: -8.03019\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day visit good time work event today family start medical \n",
- "1\t10\tsupport country development project work woman community provide government include program service training economic island ensure important opportunity improve policy \n",
- "2\t10\tgovernment provincial member issue people leader national parliament election province state statement process add decision official public meeting office group \n",
- "3\t10\tpeople company land local business area water island year market increase service food road cost province add percent affect source \n",
- "4\t10\tpolice officer case public court report year man yesterday charge rsipf accuse order time force matter high medium allege law \n",
- "\n",
- "<800> LL/token: -8.03163\n",
- "<810> LL/token: -8.03185\n",
- "<820> LL/token: -8.03293\n",
- "<830> LL/token: -8.03372\n",
- "<840> LL/token: -8.03334\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day time visit good work event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service island economic training plan policy ensure important improve \n",
- "2\t10\tgovernment provincial member issue people leader national parliament election state province statement add process decision official public office meeting group \n",
- "3\t10\tpeople company land business local area water island market increase year service food province cost road add percent supply operation \n",
- "4\t10\tpolice officer case public court report year man yesterday charge rsipf accuse order time force matter high medium allege law \n",
- "\n",
- "<850> LL/token: -8.03397\n"
+ "<260> LL/token: -8.03756\n",
+ "<270> LL/token: -8.03668\n",
+ "<280> LL/token: -8.03742\n",
+ "<290> LL/token: -8.03734\n",
+ "\n",
+ "0\t10\tisland country leader region visit include people nation economic tourism regional trade security meeting issue state international develop development global \n",
+ "1\t10\tpeople business work woman community local increase opportunity market good economy industry education training percent high year support child islander \n",
+ "2\t10\tpeople police covid health officer time week student day service public case water continue honiara situation yesterday operation today follow \n",
+ "3\t10\tgovernment project development support economic policy national fund sector province provide infrastructure budget plan service provincial ensure include rural improve \n",
+ "4\t10\tgovernment company member parliament public report provincial business pay land medium statement decision issue process payment law add log money \n",
+ "\n",
+ "<300> LL/token: -8.03837\n",
+ "<310> LL/token: -8.03766\n",
+ "<320> LL/token: -8.03717\n",
+ "<330> LL/token: -8.03719\n",
+ "<340> LL/token: -8.03718\n",
+ "\n",
+ "0\t10\tisland country leader region visit people include economic nation regional develop meeting issue trade tourism security international state meet global \n",
+ "1\t10\tbusiness people woman work community local increase opportunity market good economy industry education high training percent support year child islander \n",
+ "2\t10\tpeople police covid health officer time week service day public water case business honiara situation yesterday continue operation charge today \n",
+ "3\t10\tgovernment development project support economic policy national fund province provide sector infrastructure budget include ensure service plan provincial rural improve \n",
+ "4\t10\tgovernment company member parliament public provincial report land pay medium business statement process decision issue payment give law add money \n",
+ "\n",
+ "<350> LL/token: -8.03619\n",
+ "<360> LL/token: -8.03619\n",
+ "<370> LL/token: -8.0364\n",
+ "<380> LL/token: -8.03639\n",
+ "<390> LL/token: -8.036\n",
+ "\n",
+ "0\t10\tisland country leader region visit people include nation economic develop regional issue trade meeting security meet state international development global \n",
+ "1\t10\tbusiness people woman work community local increase opportunity market industry good economy education high student training percent support child year \n",
+ "2\t10\tpeople police covid health officer time week service public water day case business situation honiara operation continue yesterday charge follow \n",
+ "3\t10\tgovernment project development support economic policy national provide fund sector province infrastructure budget ensure service plan improve rural include provincial \n",
+ "4\t10\tgovernment company member parliament public provincial report land pay medium business statement process decision issue payment law give add money \n",
+ "\n",
+ "<400> LL/token: -8.03677\n",
+ "<410> LL/token: -8.03469\n",
+ "<420> LL/token: -8.03449\n",
+ "<430> LL/token: -8.03462\n",
+ "<440> LL/token: -8.03454\n",
+ "\n",
+ "0\t10\tisland country leader people region visit economic include nation issue develop development regional meeting trade meet security state international global \n",
+ "1\t10\tbusiness work woman people community local opportunity increase market good industry economy education support student training percent high program child \n",
+ "2\t10\tpeople police covid officer health time week service day water public case business honiara yesterday continue situation operation charge follow \n",
+ "3\t10\tgovernment project development support economic policy national fund provide province infrastructure sector budget ensure plan provincial service include improve rural \n",
+ "4\t10\tgovernment company member parliament public report provincial land pay medium business statement process decision payment issue money add law give \n",
+ "\n",
+ "<450> LL/token: -8.03559\n",
+ "<460> LL/token: -8.03427\n",
+ "<470> LL/token: -8.03471\n",
+ "<480> LL/token: -8.03308\n",
+ "<490> LL/token: -8.03304\n",
+ "\n",
+ "0\t10\tisland country leader people region include visit economic nation meeting regional security trade issue meet develop state development global fishery \n",
+ "1\t10\tbusiness work woman people community local opportunity increase market good support industry tourism education student training percent high program economy \n",
+ "2\t10\tpeople police covid officer health time week service public day water case business continue honiara yesterday operation situation charge order \n",
+ "3\t10\tgovernment project development support economic policy national fund provide province sector infrastructure budget ensure plan service provincial improve rural include \n",
+ "4\t10\tgovernment company member parliament public report provincial land pay statement medium business decision process issue payment law money add log \n",
+ "\n",
+ "<500> LL/token: -8.03288\n",
+ "<510> LL/token: -8.03187\n",
+ "<520> LL/token: -8.03343\n",
+ "<530> LL/token: -8.03457\n",
+ "<540> LL/token: -8.034\n",
+ "\n",
+ "0\t10\tisland country leader people economic region visit include nation meeting develop regional development issue trade meet security state global agreement \n",
+ "1\t10\tbusiness work people woman community local opportunity increase market tourism good support industry education student training percent program high child \n",
+ "2\t10\tpeople police covid officer health time week service day water public case situation honiara continue business operation yesterday charge month \n",
+ "3\t10\tgovernment project development support economic policy national fund province provide infrastructure budget sector plan service ensure provincial rural improve include \n",
+ "4\t10\tgovernment company member parliament public provincial report land pay business statement medium decision process issue payment add money give law \n",
+ "\n",
+ "<550> LL/token: -8.03253\n",
+ "<560> LL/token: -8.03208\n",
+ "<570> LL/token: -8.03319\n",
+ "<580> LL/token: -8.03292\n",
+ "<590> LL/token: -8.03321\n",
+ "\n",
+ "0\t10\tcountry island leader people economic region visit include nation development regional meeting issue trade state security meet develop address global \n",
+ "1\t10\tbusiness woman work people community local increase opportunity market tourism support industry good education student training percent program high child \n",
+ "2\t10\tpeople police covid time officer health week water public service day case business honiara situation operation continue yesterday charge order \n",
+ "3\t10\tgovernment project development support economic policy national fund province provide infrastructure sector budget ensure service plan provincial improve rural include \n",
+ "4\t10\tgovernment company member parliament public report provincial land pay medium statement business decision process issue payment money add law give \n",
+ "\n",
+ "<600> LL/token: -8.0323\n",
+ "<610> LL/token: -8.03179\n",
+ "<620> LL/token: -8.03116\n",
+ "<630> LL/token: -8.03269\n",
+ "<640> LL/token: -8.03067\n",
+ "\n",
+ "0\t10\tisland country people leader region economic visit include nation development meeting issue regional develop security trade state meet support global \n",
+ "1\t10\tbusiness work woman community people local opportunity increase market tourism industry support good education student training percent high year program \n",
+ "2\t10\tpeople police covid officer health time week water service day public business case honiara situation operation yesterday continue charge today \n",
+ "3\t10\tgovernment project development support economic policy national province fund provide infrastructure budget service sector provincial plan ensure rural include improve \n",
+ "4\t10\tgovernment company member parliament public land report provincial pay statement medium business process decision payment issue money give law log \n",
+ "\n",
+ "<650> LL/token: -8.03264\n",
+ "<660> LL/token: -8.0322\n",
+ "<670> LL/token: -8.03288\n",
+ "<680> LL/token: -8.03328\n",
+ "<690> LL/token: -8.0349\n",
+ "\n",
+ "0\t10\tisland country leader people region economic visit include nation development issue regional meeting develop trade security state global agreement address \n",
+ "1\t10\tbusiness work woman people community local opportunity increase market tourism industry education support student training percent good high child program \n",
+ "2\t10\tpeople police covid officer health time week water service public day case business honiara continue situation operation charge follow yesterday \n",
+ "3\t10\tgovernment project development support economic policy national fund province provide infrastructure sector budget service plan ensure provincial rural improve include \n",
+ "4\t10\tgovernment company member parliament public report provincial land pay statement medium business process decision payment issue money add give law \n",
+ "\n",
+ "<700> LL/token: -8.03356\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<860> LL/token: -8.03375\n",
- "<870> LL/token: -8.03356\n",
- "<880> LL/token: -8.03422\n",
- "<890> LL/token: -8.03498\n",
- "\n",
- "0\t10\tpeople student year team school covid health country child time day visit work good week event today family medical young \n",
- "1\t10\tsupport country development project work woman community provide government include program service island economic training ensure policy improve important opportunity \n",
- "2\t10\tgovernment provincial issue member people leader national parliament election province state statement process add decision public official meeting office group \n",
- "3\t10\tpeople company land business local area water island year market increase service food road cost province add percent operation supply \n",
- "4\t10\tpolice officer case public court report year man yesterday charge rsipf accuse order time force matter high medium allege law \n",
- "\n",
- "<900> LL/token: -8.03438\n",
- "<910> LL/token: -8.03381\n",
- "<920> LL/token: -8.03373\n",
- "<930> LL/token: -8.03363\n",
- "<940> LL/token: -8.03392\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child week day good time visit work event today family medical start \n",
- "1\t10\tsupport country development project work woman community provide government include program service economic ensure island improve opportunity training important policy \n",
- "2\t10\tgovernment provincial member issue people leader national parliament election state province statement process add decision official public meeting office group \n",
- "3\t10\tpeople company land business local area water island market increase year service food province road cost percent add source operation \n",
- "4\t10\tpolice officer case public court report year man yesterday charge rsipf accuse order time force matter medium high allege incident \n",
- "\n",
- "<950> LL/token: -8.03367\n",
- "<960> LL/token: -8.03427\n",
- "<970> LL/token: -8.03503\n",
- "<980> LL/token: -8.03482\n",
- "<990> LL/token: -8.03433\n",
- "\n",
- "0\t10\tpeople year student team school covid health country child day time visit week good work event today family medical start \n",
- "1\t10\tsupport country development project work woman provide community government include program service island economic ensure policy important training improve opportunity \n",
- "2\t10\tgovernment provincial issue member people leader national parliament election province statement state add process decision official public meeting office medium \n",
- "3\t10\tpeople company land business local water area island market increase year service food province cost add road percent work operation \n",
- "4\t10\tpolice officer case public court report year man yesterday charge rsipf accuse order time force matter high allege incident person \n",
- "\n",
- "<1000> LL/token: -8.0358\n",
- "\n",
- "Total time: 1 minutes 17 seconds\n",
+ "<710> LL/token: -8.03357\n",
+ "<720> LL/token: -8.0336\n",
+ "<730> LL/token: -8.0329\n",
+ "<740> LL/token: -8.03297\n",
+ "\n",
+ "0\t10\tisland country leader people region economic visit include nation development regional issue meeting security trade develop state global address agreement \n",
+ "1\t10\tbusiness work woman people community local opportunity increase market tourism industry support education student training percent high good program child \n",
+ "2\t10\tpeople police covid officer health time service week day water public case business honiara situation continue operation yesterday charge follow \n",
+ "3\t10\tgovernment project development support economic policy national province fund infrastructure provide budget sector provincial plan ensure service rural include improve \n",
+ "4\t10\tgovernment company member parliament public report provincial pay land medium statement business decision process payment issue law give money log \n",
+ "\n",
+ "<750> LL/token: -8.03445\n",
+ "<760> LL/token: -8.03399\n",
+ "<770> LL/token: -8.03499\n",
+ "<780> LL/token: -8.0345\n",
+ "<790> LL/token: -8.03482\n",
+ "\n",
+ "0\t10\tisland country leader people region economic include nation visit development meeting security regional trade issue develop state address global fishery \n",
+ "1\t10\tbusiness work woman people community local opportunity increase market tourism industry support education student training percent good program high child \n",
+ "2\t10\tpeople police covid officer health time week service day water public case business honiara continue situation operation charge follow today \n",
+ "3\t10\tgovernment project development support economic policy national province fund infrastructure provide budget sector service plan ensure provincial rural include area \n",
+ "4\t10\tgovernment company member parliament public report provincial land pay statement medium business process issue decision payment give money law log \n",
+ "\n",
+ "<800> LL/token: -8.03424\n",
+ "<810> LL/token: -8.03408\n",
+ "<820> LL/token: -8.03482\n",
+ "<830> LL/token: -8.0363\n",
+ "<840> LL/token: -8.03555\n",
+ "\n",
+ "0\t10\tisland country people leader region economic include nation visit development regional security issue trade meeting develop state global address fishery \n",
+ "1\t10\tbusiness work woman community people local opportunity market increase tourism support industry education student training percent program high good child \n",
+ "2\t10\tpeople police covid officer health time service day week water public case situation honiara operation business yesterday charge continue leave \n",
+ "3\t10\tgovernment project development support economic policy national fund province provide infrastructure sector budget plan service provincial include ensure rural improve \n",
+ "4\t10\tgovernment company member parliament public report provincial pay business land statement medium process payment decision issue money add law log \n",
+ "\n",
+ "<850> LL/token: -8.0354\n",
+ "<860> LL/token: -8.03361\n",
+ "<870> LL/token: -8.03588\n",
+ "<880> LL/token: -8.03522\n",
+ "<890> LL/token: -8.03598\n",
+ "\n",
+ "0\t10\tisland country people leader region economic development nation include visit issue regional trade meeting security develop state global agreement address \n",
+ "1\t10\tbusiness work woman community people local opportunity increase market support tourism industry education student training percent program good high child \n",
+ "2\t10\tpeople police covid officer health time service water day public week case business operation honiara continue situation charge yesterday follow \n",
+ "3\t10\tgovernment project development support economic policy national province fund infrastructure sector provide budget plan ensure service provincial include rural economy \n",
+ "4\t10\tgovernment company member parliament public provincial report pay land statement business medium process decision payment issue money law add give \n",
+ "\n",
+ "<900> LL/token: -8.03485\n",
+ "<910> LL/token: -8.03408\n",
+ "<920> LL/token: -8.03504\n",
+ "<930> LL/token: -8.03451\n",
+ "<940> LL/token: -8.03342\n",
+ "\n",
+ "0\t10\tisland country people leader economic region include development visit nation security meeting regional trade develop state issue address global fishery \n",
+ "1\t10\tbusiness work woman community people local opportunity increase market tourism support industry education student training program percent good high child \n",
+ "2\t10\tpeople police covid officer time health service day week water public case business situation honiara continue operation yesterday charge month \n",
+ "3\t10\tgovernment project development support economic policy national province fund provide infrastructure budget sector plan ensure service provincial rural economy growth \n",
+ "4\t10\tgovernment company member parliament public report provincial land pay statement business medium issue decision process payment add money give log \n",
+ "\n",
+ "<950> LL/token: -8.03295\n",
+ "<960> LL/token: -8.03553\n",
+ "<970> LL/token: -8.0353\n",
+ "<980> LL/token: -8.03446\n",
+ "<990> LL/token: -8.03657\n",
+ "\n",
+ "0\t10\tisland country people leader economic region development nation include visit regional issue security trade meeting address state global fishery develop \n",
+ "1\t10\tbusiness work woman community people local opportunity support market tourism increase industry education student training program child high good islander \n",
+ "2\t10\tpeople police covid officer health time water day week service case public situation honiara business continue operation yesterday charge place \n",
+ "3\t10\tgovernment project development support economic policy national province fund infrastructure service provide sector budget plan ensure provincial rural include economy \n",
+ "4\t10\tgovernment company member parliament public report provincial business land pay statement medium process payment decision issue money law give add \n",
+ "\n",
+ "<1000> LL/token: -8.03731\n",
+ "\n",
+ "Total time: 41 seconds\n",
"Mallet LDA: 6 topics, 3 topic bits, 111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.40573\n",
- "<20> LL/token: -8.85556\n",
- "<30> LL/token: -8.44749\n",
- "<40> LL/token: -8.28091\n",
- "\n",
- "0\t8.33333\tissue company country government medium report business work pay meet state meeting official security add operation sign year member public \n",
- "1\t8.33333\tpolice officer court case man year team charge public rsipf yesterday accuse time allege incident report arrest victim high matter \n",
- "2\t8.33333\tproject development support country woman work program opportunity economic provide training improve develop include sector island region infrastructure community market \n",
- "3\t8.33333\tpeople island year visit day time country good family live event today work travel life start add road area local \n",
- "4\t8.33333\tcommunity student school covid health service country water support child provide year work week continue medical include education team staff \n",
- "5\t8.33333\tgovernment provincial member national parliament election leader land people public province decision process issue add constituency budget statement current political \n",
- "\n",
- "<50> LL/token: -8.20631\n",
- "<60> LL/token: -8.16519\n",
- "<70> LL/token: -8.14141\n",
- "<80> LL/token: -8.12546\n",
- "<90> LL/token: -8.11337\n",
- "\n",
- "0\t8.33333\tissue company report business land medium public pay state money country add sign claim concern year receive accord operation source \n",
- "1\t8.33333\tpolice officer court case man year team public charge rsipf yesterday accuse time force allege incident arrest victim report matter \n",
- "2\t8.33333\tproject development support country woman work program provide training opportunity economic include improve develop sector island region community important infrastructure \n",
- "3\t8.33333\tpeople island year visit time good day work country event family live local life start area market road today travel \n",
- "4\t8.33333\tcommunity student school covid health service country water child week year provide continue work support medical include team case education \n",
- "5\t8.33333\tgovernment provincial member leader people national province parliament election issue add meeting decision constituency group executive statement process budget minister \n",
- "\n",
- "<100> LL/token: -8.10411\n",
- "<110> LL/token: -8.09734\n",
- "<120> LL/token: -8.09315\n",
- "<130> LL/token: -8.08961\n",
- "<140> LL/token: -8.0872\n",
- "\n",
- "0\t8.33333\tissue company land public report business medium pay money add year claim receive accord state process source operation concern raise \n",
- "1\t8.33333\tpolice officer court man case year team yesterday public charge rsipf accuse force time allege incident arrest report victim high \n",
- "2\t8.33333\tdevelopment project support country woman work program provide training opportunity include economic improve develop sector region community island policy infrastructure \n",
- "3\t8.33333\tpeople island year visit work good time day event country family live local life start today market area road community \n",
- "4\t8.33333\tstudent community school covid health service country water child week year continue medical provide include support work team number case \n",
- "5\t8.33333\tgovernment provincial member leader people national province parliament election issue meeting add official group state decision statement constituency executive hold \n",
- "\n",
- "<150> LL/token: -8.0847\n",
- "<160> LL/token: -8.08246\n",
- "<170> LL/token: -8.0817\n",
- "<180> LL/token: -8.07981\n",
- "<190> LL/token: -8.07892\n",
- "\n",
- "0\t8.33333\tissue company public land report business medium pay year add money claim receive accord process give state source statement concern \n",
- "1\t8.33333\tpolice officer court man case year team yesterday public charge rsipf accuse time force allege incident report arrest victim matter \n",
- "2\t8.33333\tdevelopment support project country woman work program provide training opportunity include economic improve develop sector community island region policy infrastructure \n",
- "3\t8.33333\tpeople island year visit work good time day event local country family live life community start market area road young \n",
- "4\t8.33333\tstudent school covid health community country service water child week continue medical year provide include work people number case team \n",
- "5\t8.33333\tgovernment provincial member people leader national province parliament election issue meeting add official group country state hold decision constituency executive \n",
- "\n",
- "<200> LL/token: -8.07787\n",
- "<210> LL/token: -8.07764\n",
- "<220> LL/token: -8.07656\n",
- "<230> LL/token: -8.07619\n",
- "<240> LL/token: -8.07508\n",
- "\n",
- "0\t8.33333\tissue company public land report business medium pay money year add claim accord receive government statement source fund concern process \n",
- "1\t8.33333\tpolice officer court man case year team public yesterday charge rsipf accuse force time allege incident report arrest high victim \n",
- "2\t8.33333\tdevelopment support project country woman work program provide training include opportunity economic improve develop community sector island region policy rural \n",
- "3\t8.33333\tpeople island year visit work good time event day local country live family life community start young market road today \n",
- "4\t8.33333\tstudent school covid health community service country water child week year people continue medical provide include province work team case \n",
- "5\t8.33333\tgovernment provincial member people leader national province parliament election issue meeting country official state add group decision hold constituency budget \n",
- "\n",
- "<250> LL/token: -8.07305\n",
- "<260> LL/token: -8.07258\n",
- "<270> LL/token: -8.07233\n",
- "<280> LL/token: -8.0723\n",
- "<290> LL/token: -8.07233\n",
- "\n",
- "0\t8.33333\tissue company land public report business medium pay year money add government claim accord receive fund source process give state \n",
- "1\t8.33333\tpolice officer court man case year team public yesterday charge rsipf accuse force time allege incident report arrest victim high \n",
- "2\t8.33333\tdevelopment support project country woman work program provide training opportunity include economic improve develop sector community island region policy plan \n",
- "3\t8.33333\tpeople island year visit work good time event day country local community family live young life start market road today \n",
- "4\t8.33333\tstudent school covid health community country service water week child people continue medical year provide include province team case number \n",
- "5\t8.33333\tgovernment provincial member people leader national province parliament election issue meeting country official add state group hold decision constituency statement \n",
- "\n",
- "<300> LL/token: -8.07178\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.28881\n",
+ "<20> LL/token: -8.72464\n",
+ "<30> LL/token: -8.40027\n",
+ "<40> LL/token: -8.26686\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid government work health tourism include provide time week public road response worker month ensure plan continue pandemic \n",
+ "1\t8.33333\tgovernment development project support national program infrastructure work economic province community rural assistance visit people area provide fund provincial education \n",
+ "2\t8.33333\tpeople government police land good time law year election medium concern leader political call security deal leave decision island thing \n",
+ "3\t8.33333\teconomy economic government increase sector budget growth market industry financial resource investment water high management percent fishery export policy food \n",
+ "4\t8.33333\tcountry woman region opportunity leader address work island develop challenge community regional economic issue meeting include member policy trade world \n",
+ "5\t8.33333\tgovernment public company provincial member parliament pay officer money report business yesterday payment court office case statement process matter receive \n",
+ "\n",
+ "<50> LL/token: -8.20464\n",
+ "<60> LL/token: -8.16739\n",
+ "<70> LL/token: -8.14535\n",
+ "<80> LL/token: -8.13125\n",
+ "<90> LL/token: -8.12089\n",
+ "\n",
+ "0\t8.33333\tbusiness service work covid health tourism include week time provide road public month local worker response number start operation good \n",
+ "1\t8.33333\tgovernment project development support national province provincial program infrastructure people work community fund rural economic area assistance provide improve visit \n",
+ "2\t8.33333\tpeople government police land time year leader good political election call concern island medium security nation decision group leave deal \n",
+ "3\t8.33333\teconomy economic increase sector government budget growth market investment industry financial high water percent resource report fishery export management food \n",
+ "4\t8.33333\tcountry woman region opportunity develop island address include economic leader policy regional development meeting issue work challenge trade member community \n",
+ "5\t8.33333\tgovernment company public member parliament pay officer report process payment provincial business money court yesterday office statement case issue matter \n",
+ "\n",
+ "<100> LL/token: -8.11219\n",
+ "<110> LL/token: -8.10514\n",
+ "<120> LL/token: -8.09954\n",
+ "<130> LL/token: -8.09672\n",
+ "<140> LL/token: -8.09351\n",
+ "\n",
+ "0\t8.33333\tbusiness service work covid health tourism provide time include week local road public number start worker response operation month people \n",
+ "1\t8.33333\tgovernment project development support national province provincial program infrastructure people economic fund work rural community area provide improve assistance education \n",
+ "2\t8.33333\tpeople government police land year time leader good political election medium concern call nation security decision island group thing leave \n",
+ "3\t8.33333\teconomy increase economic sector government budget growth market industry investment high financial water percent resource fishery export report local management \n",
+ "4\t8.33333\tcountry woman region opportunity island development include address develop economic policy leader work regional meeting challenge issue trade member community \n",
+ "5\t8.33333\tgovernment company public member parliament pay business officer report payment process court money office provincial statement yesterday issue case matter \n",
+ "\n",
+ "<150> LL/token: -8.09237\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "<160> LL/token: -8.0878\n",
+ "<170> LL/token: -8.08516\n",
+ "<180> LL/token: -8.08404\n",
+ "<190> LL/token: -8.08209\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid work health tourism time provide include week local road people public worker start day continue number good \n",
+ "1\t8.33333\tgovernment project support development province national provincial program infrastructure fund work community people rural area economic provide improve assistance plan \n",
+ "2\t8.33333\tpeople government police land leader year time political good election medium concern nation call island interest group thing security decision \n",
+ "3\t8.33333\teconomy increase economic sector government budget growth market investment industry high financial resource water percent fishery export report local management \n",
+ "4\t8.33333\tcountry woman region opportunity development island economic include develop policy work regional address meeting issue challenge leader member trade important \n",
+ "5\t8.33333\tgovernment company public member pay officer parliament report process business payment money court office provincial yesterday case statement issue matter \n",
+ "\n",
+ "<200> LL/token: -8.07947\n",
+ "<210> LL/token: -8.07823\n",
+ "<220> LL/token: -8.07958\n",
+ "<230> LL/token: -8.07745\n",
+ "<240> LL/token: -8.07423\n",
+ "\n",
+ "0\t8.33333\tbusiness service work covid health tourism week time local provide people road include public worker month start response day number \n",
+ "1\t8.33333\tgovernment project development support province provincial national program infrastructure community work people fund rural area economic provide improve assistance plan \n",
+ "2\t8.33333\tpeople government police land leader year time good medium political election concern call decision nation thing island interest security group \n",
+ "3\t8.33333\teconomy increase economic sector budget growth government investment market industry high financial resource water percent report fishery export management local \n",
+ "4\t8.33333\tcountry woman opportunity region development island include economic develop regional address meeting issue policy leader challenge trade member work important \n",
+ "5\t8.33333\tgovernment company public member pay officer business process parliament report payment court money office yesterday statement provincial case issue matter \n",
+ "\n",
+ "<250> LL/token: -8.07631\n",
+ "<260> LL/token: -8.07599\n",
+ "<270> LL/token: -8.07561\n",
+ "<280> LL/token: -8.07229\n",
+ "<290> LL/token: -8.07187\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid work health tourism provide local time week people include road start day worker public number response operation \n",
+ "1\t8.33333\tgovernment project development support province national provincial program infrastructure work fund community rural people area economic provide improve assistance plan \n",
+ "2\t8.33333\tpeople government police year leader time medium political good land election nation concern decision call group thing continue interest parliament \n",
+ "3\t8.33333\teconomy increase economic sector budget growth government investment industry high market resource financial water percent fishery export report local impact \n",
+ "4\t8.33333\tcountry woman opportunity region island development economic include develop policy address regional meeting leader challenge issue work trade support member \n",
+ "5\t8.33333\tgovernment company public member officer pay business process report payment parliament money court statement office case issue yesterday matter provincial \n",
+ "\n",
+ "<300> LL/token: -8.07261\n",
+ "<310> LL/token: -8.07205\n",
+ "<320> LL/token: -8.07243\n",
+ "<330> LL/token: -8.07447\n",
+ "<340> LL/token: -8.07057\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid work health tourism time people local include week provide road day worker start family public number month \n",
+ "1\t8.33333\tgovernment project development support province provincial national program infrastructure work fund community rural people area plan economic provide improve assistance \n",
+ "2\t8.33333\tpeople government police year leader time medium political good election land nation decision call concern parliament interest group thing island \n",
+ "3\t8.33333\teconomy increase economic sector growth budget investment industry high government financial resource market percent fishery export report impact management local \n",
+ "4\t8.33333\tcountry woman opportunity region development include island economic develop regional policy issue meeting address leader work trade challenge support member \n",
+ "5\t8.33333\tcompany public government member business pay officer process payment report court money parliament office case yesterday issue matter statement bill \n",
+ "\n",
+ "<350> LL/token: -8.06951\n",
+ "<360> LL/token: -8.06798\n",
+ "<370> LL/token: -8.06979\n",
+ "<380> LL/token: -8.06877\n",
+ "<390> LL/token: -8.06851\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid work health tourism people local time provide week road include water family community worker day start response \n",
+ "1\t8.33333\tgovernment project development support province provincial national program infrastructure fund work rural people community area improve plan provide economic assistance \n",
+ "2\t8.33333\tpeople government police leader year time medium political nation good election decision land parliament call concern interest security group chinese \n",
+ "3\t8.33333\teconomy increase economic sector growth investment industry high budget government financial resource market percent fishery report export local management impact \n",
+ "4\t8.33333\tcountry woman opportunity region development island economic include develop regional work policy address support issue meeting trade challenge member leader \n",
+ "5\t8.33333\tpublic company government member business pay officer report process payment court money parliament office yesterday case issue statement matter receive \n",
+ "\n",
+ "<400> LL/token: -8.06967\n",
+ "<410> LL/token: -8.06953\n",
+ "<420> LL/token: -8.06904\n",
+ "<430> LL/token: -8.06866\n",
+ "<440> LL/token: -8.06977\n",
+ "\n",
+ "0\t8.33333\tbusiness service work covid health tourism people time local provide water week road include family day community worker start public \n",
+ "1\t8.33333\tgovernment project development support provincial province national program infrastructure fund work provide rural community people improve plan area economic assistance \n",
+ "2\t8.33333\tpeople government police year leader medium time political good parliament nation decision election call concern interest land group continue security \n",
+ "3\t8.33333\teconomy increase economic sector growth high investment government industry budget financial resource market percent report local fishery export impact cost \n",
+ "4\t8.33333\tcountry woman opportunity development island region economic include develop regional meeting work address leader trade support issue policy member challenge \n",
+ "5\t8.33333\tcompany public government member business officer pay process payment money court report office case issue statement parliament yesterday matter receive \n",
+ "\n",
+ "<450> LL/token: -8.06771\n",
+ "<460> LL/token: -8.06736\n",
+ "<470> LL/token: -8.06578\n",
+ "<480> LL/token: -8.06657\n",
+ "<490> LL/token: -8.06558\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid work health people tourism local time water community provide family road day week start worker include response \n",
+ "1\t8.33333\tgovernment project development support provincial province national program fund infrastructure work rural provide area improve plan community economic people assistance \n",
+ "2\t8.33333\tgovernment people police leader year medium time parliament political good interest decision election nation member concern call group continue add \n",
+ "3\t8.33333\teconomy economic increase sector growth investment high industry financial government resource percent market fishery export report local budget management impact \n",
+ "4\t8.33333\tcountry woman opportunity development region island include economic develop regional meeting work address policy issue trade support challenge important leader \n",
+ "5\t8.33333\tcompany public government business officer pay member report process payment money court office case issue yesterday matter receive statement bill \n",
+ "\n",
+ "<500> LL/token: -8.06751\n",
+ "<510> LL/token: -8.06718\n",
+ "<520> LL/token: -8.06533\n",
+ "<530> LL/token: -8.06485\n",
+ "<540> LL/token: -8.06419\n",
+ "\n",
+ "0\t8.33333\tbusiness service work covid people health tourism time local water community week road family include start provide day worker good \n",
+ "1\t8.33333\tgovernment project development support provincial national province program infrastructure fund work rural provide area improve community plan people policy economic \n",
+ "2\t8.33333\tgovernment people police leader year parliament medium time political decision good concern election nation member interest group call continue add \n",
+ "3\t8.33333\teconomy economic increase sector growth investment industry high financial resource percent government market local fishery report export management impact agriculture \n",
+ "4\t8.33333\tcountry woman opportunity region development island economic include develop regional meeting support work address challenge trade issue important role policy \n",
+ "5\t8.33333\tpublic company business officer government member pay report process payment money court office case issue yesterday receive matter statement bill \n",
+ "\n",
+ "<550> LL/token: -8.06274\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<310> LL/token: -8.0711\n",
- "<320> LL/token: -8.07226\n",
- "<330> LL/token: -8.0725\n",
- "<340> LL/token: -8.07168\n",
- "\n",
- "0\t8.33333\tissue company public land report business medium pay year money government add accord claim receive fund process give source cost \n",
- "1\t8.33333\tpolice officer court man case year yesterday public team charge rsipf accuse force time report allege incident arrest matter victim \n",
- "2\t8.33333\tsupport development project country woman work program provide training include opportunity economic improve develop sector community island policy region plan \n",
- "3\t8.33333\tpeople island year work visit good time event day local community family live country life market young start today speak \n",
- "4\t8.33333\tstudent school covid health community country service water week child people medical continue province year provide include work team number \n",
- "5\t8.33333\tgovernment provincial member people leader national province parliament election issue country meeting official add state group hold constituency statement decision \n",
- "\n",
- "<350> LL/token: -8.07126\n",
- "<360> LL/token: -8.07139\n",
- "<370> LL/token: -8.07099\n",
- "<380> LL/token: -8.07123\n",
- "<390> LL/token: -8.07145\n",
- "\n",
- "0\t8.33333\tissue company public land report business medium year pay money government add claim accord receive source fund give process cost \n",
- "1\t8.33333\tpolice officer court man case year public yesterday charge rsipf accuse team force time report allege incident arrest victim high \n",
- "2\t8.33333\tsupport development project country woman work program provide training include opportunity economic improve develop sector community policy island plan region \n",
- "3\t8.33333\tpeople island year visit work good time event day community local country live family young start life market today youth \n",
- "4\t8.33333\tstudent school covid health community country service water week child people continue medical year province include provide case number work \n",
- "5\t8.33333\tgovernment provincial member people leader national province parliament issue election country meeting official state group add hold statement constituency decision \n",
- "\n",
- "<400> LL/token: -8.07198\n",
- "<410> LL/token: -8.07161\n",
- "<420> LL/token: -8.07205\n",
- "<430> LL/token: -8.07227\n",
- "<440> LL/token: -8.07294\n",
- "\n",
- "0\t8.33333\tissue company public land report business medium year government pay money add claim accord receive fund source give process cost \n",
- "1\t8.33333\tpolice officer court man case year yesterday public charge rsipf accuse time force report allege incident matter arrest team victim \n",
- "2\t8.33333\tsupport development project country woman work program provide training include opportunity economic improve develop community sector island policy region plan \n",
- "3\t8.33333\tpeople year island visit work good time event day country local live community family start young life market youth today \n",
- "4\t8.33333\tstudent school covid health country community service water child week people continue medical include province provide year number work case \n",
- "5\t8.33333\tgovernment provincial member people leader national province issue parliament election country meeting official state add statement group decision constituency hold \n",
- "\n",
- "<450> LL/token: -8.07337\n",
- "<460> LL/token: -8.0731\n",
- "<470> LL/token: -8.07199\n",
- "<480> LL/token: -8.07222\n",
- "<490> LL/token: -8.07239\n",
- "\n",
- "0\t8.33333\tissue company land public business report medium year government pay money add claim accord receive source fund cost process give \n",
- "1\t8.33333\tpolice officer court case man year public yesterday charge rsipf accuse report force time allege incident arrest matter victim high \n",
- "2\t8.33333\tsupport development project country woman work program provide training include economic improve opportunity community develop sector policy island region plan \n",
- "3\t8.33333\tpeople year island visit good work time event team day local country community live family young start market life youth \n",
- "4\t8.33333\tstudent school covid health country community service water week people child continue medical year province include provide work number case \n",
- "5\t8.33333\tgovernment provincial member people leader national province parliament issue election country meeting official state add group statement constituency hold decision \n",
- "\n",
- "<500> LL/token: -8.07162\n",
- "<510> LL/token: -8.07184\n",
- "<520> LL/token: -8.07277\n",
- "<530> LL/token: -8.07235\n",
- "<540> LL/token: -8.07151\n",
- "\n",
- "0\t8.33333\tissue company land business public report medium year pay government money add claim accord give source cost fund process receive \n",
- "1\t8.33333\tpolice officer court man case public year yesterday charge rsipf accuse report force time allege incident matter arrest victim high \n",
- "2\t8.33333\tsupport development project country work woman program provide training include economic improve develop community opportunity sector island policy region plan \n",
- "3\t8.33333\tpeople year island visit good work team time event day local country young live family start community life market youth \n",
- "4\t8.33333\tstudent school covid health community country service people water child week continue medical province year provide work number case include \n",
- "5\t8.33333\tgovernment provincial member people leader national province parliament issue election country meeting official state add group statement constituency decision hold \n",
- "\n",
- "<550> LL/token: -8.07053\n",
- "<560> LL/token: -8.07092\n",
- "<570> LL/token: -8.07118\n",
- "<580> LL/token: -8.07125\n",
- "<590> LL/token: -8.07137\n",
- "\n",
- "0\t8.33333\tissue company land business public report year government medium pay add money claim accord fund source receive cost give log \n",
- "1\t8.33333\tpolice officer court case public man year yesterday charge rsipf accuse report force time allege incident matter arrest victim high \n",
- "2\t8.33333\tsupport development project country work program provide woman training include economic improve community develop opportunity sector island policy region plan \n",
- "3\t8.33333\tpeople year island visit team good work time event day local country live woman young family start life market today \n",
- "4\t8.33333\tstudent school covid health community country service people water week child continue medical province work provide include year case number \n",
- "5\t8.33333\tgovernment provincial member people leader national province issue parliament election country meeting official state add statement group decision hold constituency \n",
- "\n",
- "<600> LL/token: -8.07067\n",
- "<610> LL/token: -8.07168\n",
- "<620> LL/token: -8.07104\n",
- "<630> LL/token: -8.07098\n",
- "<640> LL/token: -8.07015\n",
- "\n",
- "0\t8.33333\tissue company land business public report year pay medium government add money accord claim fund cost receive source process local \n",
- "1\t8.33333\tpolice officer court case man public year yesterday charge rsipf accuse report force allege incident matter time high arrest victim \n",
- "2\t8.33333\tsupport development project country work program provide woman training include community economic improve develop sector opportunity island policy region plan \n",
- "3\t8.33333\tpeople year island visit team good work time event day local young woman country live start family today life play \n",
- "4\t8.33333\tstudent school covid health community country people service water child week continue medical province work year provide include case number \n",
- "5\t8.33333\tgovernment provincial member people leader national province issue parliament election country meeting official state add statement group decision constituency hold \n",
- "\n",
- "<650> LL/token: -8.07012\n",
- "<660> LL/token: -8.06942\n",
- "<670> LL/token: -8.06792\n",
- "<680> LL/token: -8.06853\n",
- "<690> LL/token: -8.06802\n",
- "\n",
- "0\t8.33333\tissue company land business report year public government pay add money medium claim accord fund cost source receive local give \n",
- "1\t8.33333\tpolice officer court public case man year yesterday charge rsipf report accuse force road matter allege incident arrest time victim \n",
- "2\t8.33333\tsupport development project country work program provide training woman include community economic improve develop island sector opportunity policy region plan \n",
- "3\t8.33333\tpeople year island visit team good time work event day woman country local young start live family life today youth \n",
- "4\t8.33333\tstudent school covid health community people country service water child week province medical continue work year include provide number staff \n",
- "5\t8.33333\tgovernment provincial member people leader national issue province parliament election country meeting official state statement add group decision constituency hold \n",
- "\n",
- "<700> LL/token: -8.06829\n"
+ "<560> LL/token: -8.06316\n",
+ "<570> LL/token: -8.06375\n",
+ "<580> LL/token: -8.06261\n",
+ "<590> LL/token: -8.06294\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid work people health local tourism time water community week provide family road day start include worker number \n",
+ "1\t8.33333\tgovernment project development support provincial national province program infrastructure fund work rural plan area improve provide people policy economic budget \n",
+ "2\t8.33333\tgovernment people police leader parliament year medium time good political decision member election nation interest concern state call group security \n",
+ "3\t8.33333\teconomy economic increase sector growth investment industry financial high percent resource report market fishery export local impact management agriculture product \n",
+ "4\t8.33333\tcountry woman opportunity development region island include economic develop support regional meeting issue challenge trade work address leader important role \n",
+ "5\t8.33333\tpublic company business officer government pay member process report payment money court office case issue matter receive yesterday bill claim \n",
+ "\n",
+ "<600> LL/token: -8.06177\n",
+ "<610> LL/token: -8.06177\n",
+ "<620> LL/token: -8.0627\n",
+ "<630> LL/token: -8.06217\n",
+ "<640> LL/token: -8.06155\n",
+ "\n",
+ "0\t8.33333\tbusiness service covid work people health tourism local community water time family week road provide start worker day include number \n",
+ "1\t8.33333\tgovernment project development support provincial province national program infrastructure fund work rural plan improve policy provide economic area budget community \n",
+ "2\t8.33333\tgovernment people police parliament leader medium time political year good member nation decision election concern interest call continue group add \n",
+ "3\t8.33333\teconomy increase economic sector growth investment industry high financial resource percent market fishery local export report impact government cost management \n",
+ "4\t8.33333\tcountry woman opportunity development region island include economic develop work support regional meeting address challenge trade issue leader important partnership \n",
+ "5\t8.33333\tpublic company business officer government pay member report process payment money court office case issue yesterday matter receive bill give \n",
+ "\n",
+ "<650> LL/token: -8.06112\n",
+ "<660> LL/token: -8.06201\n",
+ "<670> LL/token: -8.06204\n",
+ "<680> LL/token: -8.06113\n",
+ "<690> LL/token: -8.06044\n",
+ "\n",
+ "0\t8.33333\tbusiness service work covid people health time tourism water local community family week provide road day start worker include honiara \n",
+ "1\t8.33333\tgovernment project development support provincial province national program fund infrastructure work rural area plan provide budget improve policy economic community \n",
+ "2\t8.33333\tgovernment people police parliament leader medium year political time decision interest member good nation election concern group call statement continue \n",
+ "3\t8.33333\teconomy economic increase sector growth investment high industry financial percent local market resource report fishery export government impact management cost \n",
+ "4\t8.33333\tcountry woman opportunity development island region include economic support develop regional work meeting address challenge issue leader trade important role \n",
+ "5\t8.33333\tpublic company business officer government pay member money process payment report court case office receive matter yesterday issue order bill \n",
+ "\n",
+ "<700> LL/token: -8.06174\n",
+ "<710> LL/token: -8.06068\n",
+ "<720> LL/token: -8.05992\n",
+ "<730> LL/token: -8.0597\n",
+ "<740> LL/token: -8.0612\n",
+ "\n",
+ "0\t8.33333\tbusiness people service covid work health time community local water family tourism week day start road provide worker good number \n",
+ "1\t8.33333\tgovernment project development support provincial national province program fund infrastructure work rural budget plan provide area improve policy economic education \n",
+ "2\t8.33333\tgovernment people police parliament leader medium year political member decision time good concern interest election nation group state call statement \n",
+ "3\t8.33333\teconomy economic increase sector growth investment high industry financial market percent resource report local fishery export impact government management product \n",
+ "4\t8.33333\tcountry woman opportunity region development island include support economic develop work regional meeting challenge important address trade partnership issue role \n",
+ "5\t8.33333\tcompany public business officer pay government member process money payment report court office case issue receive matter yesterday bill order \n",
+ "\n",
+ "<750> LL/token: -8.05885\n",
+ "<760> LL/token: -8.05942\n",
+ "<770> LL/token: -8.05748\n",
+ "<780> LL/token: -8.0582\n",
+ "<790> LL/token: -8.05803\n",
+ "\n",
+ "0\t8.33333\tbusiness people service covid work health community time local water tourism family week start road day provide worker include good \n",
+ "1\t8.33333\tgovernment project development support provincial national province program fund infrastructure work budget policy rural plan provide area improve economic education \n",
+ "2\t8.33333\tgovernment people police parliament leader medium member year decision political time good interest nation election concern add state call statement \n",
+ "3\t8.33333\teconomy economic increase sector growth investment high industry market financial percent resource fishery export report local impact management cost island \n",
+ "4\t8.33333\tcountry woman opportunity development region island support include economic develop regional work meeting address issue challenge trade partnership important role \n",
+ "5\t8.33333\tpublic company business officer pay process report member money payment government court office case matter issue yesterday receive bill give \n",
+ "\n",
+ "<800> LL/token: -8.05622\n",
+ "<810> LL/token: -8.05427\n",
+ "<820> LL/token: -8.05492\n",
+ "<830> LL/token: -8.05542\n",
+ "<840> LL/token: -8.05532\n",
+ "\n",
+ "0\t8.33333\tbusiness people service covid work health community tourism time water local family week road day start provide worker good number \n",
+ "1\t8.33333\tgovernment project development support provincial national province fund program infrastructure budget work policy rural provide improve plan area economic ensure \n",
+ "2\t8.33333\tgovernment people police parliament leader member medium year political decision time interest good concern election add nation statement state continue \n",
+ "3\t8.33333\teconomy economic increase sector growth investment high industry financial market percent local report resource fishery export impact cost agriculture product \n",
+ "4\t8.33333\tcountry woman opportunity development region island support include economic develop work regional meeting address challenge trade important issue partnership role \n",
+ "5\t8.33333\tpublic company business officer pay process money payment member court report government office case issue land matter receive yesterday bill \n",
+ "\n",
+ "<850> LL/token: -8.05579\n",
+ "<860> LL/token: -8.05501\n",
+ "<870> LL/token: -8.05612\n",
+ "<880> LL/token: -8.05532\n",
+ "<890> LL/token: -8.05573\n",
+ "\n",
+ "0\t8.33333\tbusiness people service covid work health time community local water family tourism road start week day worker provide good area \n",
+ "1\t8.33333\tgovernment project development support provincial national province fund infrastructure budget work policy program rural plan provide improve area economic ensure \n",
+ "2\t8.33333\tgovernment people parliament police leader medium member year decision political interest time state good nation election concern add call group \n",
+ "3\t8.33333\teconomy economic increase sector growth investment industry high financial market resource percent impact report fishery export local management cost agriculture \n",
+ "4\t8.33333\tcountry woman opportunity island development support region include economic work develop regional meeting challenge partnership trade important issue share event \n",
+ "5\t8.33333\tpublic company business officer pay process money report payment member court office land case government issue receive matter order yesterday \n",
+ "\n",
+ "<900> LL/token: -8.05602\n",
+ "<910> LL/token: -8.0549\n",
+ "<920> LL/token: -8.05511\n",
+ "<930> LL/token: -8.05497\n",
+ "<940> LL/token: -8.0562\n",
+ "\n",
+ "0\t8.33333\tbusiness people service covid work health community time water local family week day road start tourism provide worker include number \n",
+ "1\t8.33333\tgovernment project development support provincial province national fund infrastructure budget policy rural work plan program area provide improve economic ensure \n",
+ "2\t8.33333\tgovernment people parliament police leader member medium time political interest decision year election state nation statement concern good call add \n",
+ "3\t8.33333\teconomy economic increase sector growth investment industry high financial market local percent resource fishery export impact report management cost agriculture \n",
+ "4\t8.33333\tcountry woman opportunity development island support region include work economic develop regional meeting partnership trade address challenge important issue partner \n",
+ "5\t8.33333\tpublic company business officer pay process money report payment court member land office case government receive matter issue bill order \n",
+ "\n",
+ "<950> LL/token: -8.05519\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<710> LL/token: -8.06815\n",
- "<720> LL/token: -8.06866\n",
- "<730> LL/token: -8.06828\n",
- "<740> LL/token: -8.06823\n",
- "\n",
- "0\t8.33333\tissue company land business year public report government pay add money accord claim cost fund receive source give local process \n",
- "1\t8.33333\tpolice officer court public case man year yesterday charge rsipf report accuse force matter allege incident time road arrest victim \n",
- "2\t8.33333\tsupport development project country work program provide training include woman community economic improve develop island sector opportunity policy region plan \n",
- "3\t8.33333\tpeople year island team visit good time work event woman day country local young start today live youth play family \n",
- "4\t8.33333\tstudent school covid people health community country service water child week continue work province medical provide number year include affect \n",
- "5\t8.33333\tgovernment provincial member people leader national issue province parliament election country meeting state official statement add decision group constituency hold \n",
- "\n",
- "<750> LL/token: -8.06869\n",
- "<760> LL/token: -8.0685\n",
- "<770> LL/token: -8.06838\n",
- "<780> LL/token: -8.06749\n",
- "<790> LL/token: -8.06724\n",
- "\n",
- "0\t8.33333\tissue company land business year report public pay government money add accord claim fund cost local source receive give process \n",
- "1\t8.33333\tpolice officer court public case man year yesterday charge report rsipf accuse force matter allege incident arrest victim time high \n",
- "2\t8.33333\tsupport development project country work program provide training include woman community economic improve island develop sector opportunity policy region plan \n",
- "3\t8.33333\tpeople year island team visit good time event work day woman country young local today start live family play youth \n",
- "4\t8.33333\tstudent school people covid health community country service water child week province continue medical work provide include number affect year \n",
- "5\t8.33333\tgovernment provincial member people leader national issue province parliament election country meeting state official add statement decision constituency group minister \n",
- "\n",
- "<800> LL/token: -8.06741\n",
- "<810> LL/token: -8.06754\n",
- "<820> LL/token: -8.06683\n",
- "<830> LL/token: -8.06593\n",
- "<840> LL/token: -8.06679\n",
- "\n",
- "0\t8.33333\tcompany issue land business year government public report pay add money market accord local claim cost fund source receive log \n",
- "1\t8.33333\tpolice officer court public case man year yesterday charge report rsipf accuse force matter allege incident time arrest high victim \n",
- "2\t8.33333\tsupport development project country work program provide training include community economic woman improve island develop sector policy opportunity government plan \n",
- "3\t8.33333\tpeople year island team visit good time work woman event day country young today start local youth play family live \n",
- "4\t8.33333\tstudent people school covid health community country service water child week province continue medical work include affect provide number staff \n",
- "5\t8.33333\tgovernment provincial member people leader issue national province parliament election country meeting state official statement add decision constituency group process \n",
- "\n",
- "<850> LL/token: -8.0664\n",
- "<860> LL/token: -8.06622\n",
- "<870> LL/token: -8.0658\n",
- "<880> LL/token: -8.06606\n",
- "<890> LL/token: -8.06555\n",
- "\n",
- "0\t8.33333\tcompany land business issue year report government pay public market add money accord cost fund claim local month source receive \n",
- "1\t8.33333\tpolice officer court public case man year report yesterday charge rsipf accuse force matter allege incident arrest time victim road \n",
- "2\t8.33333\tsupport development project country work program provide training include community economic woman improve island develop sector opportunity policy government plan \n",
- "3\t8.33333\tpeople year island team visit good time work woman event day country young today local start youth play family open \n",
- "4\t8.33333\tstudent people school community covid health country water service child week province continue medical work affect provide include number staff \n",
- "5\t8.33333\tgovernment provincial member people leader issue national province parliament election country meeting state statement official add decision constituency group process \n",
- "\n",
- "<900> LL/token: -8.06567\n",
- "<910> LL/token: -8.06585\n",
- "<920> LL/token: -8.06655\n",
- "<930> LL/token: -8.06646\n",
- "<940> LL/token: -8.0657\n",
- "\n",
- "0\t8.33333\tcompany business land year issue report government pay public market add money local cost accord claim fund source receive month \n",
- "1\t8.33333\tpolice officer court public case man year report yesterday charge rsipf accuse force matter allege incident arrest victim time medium \n",
- "2\t8.33333\tsupport development project country work program provide training community include economic improve island woman develop sector plan government policy opportunity \n",
- "3\t8.33333\tpeople year island team visit good woman time work event day country young today start local youth play family place \n",
- "4\t8.33333\tstudent people school covid health community country service water child week province continue medical work provide affect number include staff \n",
- "5\t8.33333\tgovernment provincial member people leader issue national parliament province election country meeting state statement official add decision constituency group process \n",
- "\n",
- "<950> LL/token: -8.0673\n",
- "<960> LL/token: -8.06787\n",
- "<970> LL/token: -8.06767\n",
- "<980> LL/token: -8.06797\n",
- "<990> LL/token: -8.06796\n",
- "\n",
- "0\t8.33333\tcompany business land year issue report government pay public market add money local fund cost claim accord source receive month \n",
- "1\t8.33333\tpolice officer court public case man year report yesterday charge rsipf accuse force matter allege incident medium arrest time victim \n",
- "2\t8.33333\tsupport development project country work program provide training include community economic improve island develop woman sector policy government opportunity plan \n",
- "3\t8.33333\tpeople year island team visit woman good time work event day country young today start local youth play family live \n",
- "4\t8.33333\tstudent people school community covid health country water service child week province medical continue work provide include affect staff number \n",
- "5\t8.33333\tgovernment provincial member people leader issue national parliament province election country meeting state statement official decision add group constituency process \n",
- "\n",
- "<1000> LL/token: -8.06728\n",
- "\n",
- "Total time: 1 minutes 28 seconds\n",
+ "<960> LL/token: -8.05733\n",
+ "<970> LL/token: -8.05852\n",
+ "<980> LL/token: -8.05762\n",
+ "<990> LL/token: -8.05697\n",
+ "\n",
+ "0\t8.33333\tbusiness people covid work service health community time water local family week road start day tourism worker visit provide live \n",
+ "1\t8.33333\tgovernment project development support provincial national province fund infrastructure policy budget work rural provide program plan area improve economic ensure \n",
+ "2\t8.33333\tgovernment people parliament police leader member medium decision political time interest state nation election concern statement good continue year call \n",
+ "3\t8.33333\teconomy economic increase sector growth investment industry high market financial resource percent impact report fishery export local management cost agriculture \n",
+ "4\t8.33333\tcountry woman opportunity development island region include support economic develop work meeting regional partnership challenge trade issue address event partner \n",
+ "5\t8.33333\tpublic company business officer pay money report payment process court land member case office receive issue matter yesterday government bill \n",
+ "\n",
+ "<1000> LL/token: -8.05557\n",
+ "\n",
+ "Total time: 41 seconds\n",
"Mallet LDA: 7 topics, 3 topic bits, 111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.5417\n",
- "<20> LL/token: -8.92543\n",
- "<30> LL/token: -8.47031\n",
- "<40> LL/token: -8.30926\n",
- "\n",
- "0\t7.14286\tsupport community woman work program training development country provide education opportunity child include programme youth important people region challenge island \n",
- "1\t7.14286\tgovernment provincial member parliament issue election land statement process national decision province company public executive people constituency office pay leader \n",
- "2\t7.14286\tproject government development business country economic fund year increase market support sector infrastructure policy rural include area provide improve local \n",
- "3\t7.14286\tyear team time good day event start today island local play people place week hold give game host leave end \n",
- "4\t7.14286\tcountry people work issue medium add visit continue member security service official leader state report include island meet good important \n",
- "5\t7.14286\tstudent school covid health people water week province medical service receive case number travel day situation western affect supply staff \n",
- "6\t7.14286\tpolice officer court public case man charge year report rsipf accuse yesterday allege incident matter arrest victim investigation high order \n",
- "\n",
- "<50> LL/token: -8.23388\n",
- "<60> LL/token: -8.194\n",
- "<70> LL/token: -8.17034\n",
- "<80> LL/token: -8.1539\n",
- "<90> LL/token: -8.14056\n",
- "\n",
- "0\t7.14286\tsupport community woman work development program training provide opportunity education include policy plan national programme develop youth important partner child \n",
- "1\t7.14286\tgovernment provincial member parliament election issue land province public process decision national statement office executive pay constituency claim company political \n",
- "2\t7.14286\tproject government business year development fund economic increase market area service local infrastructure sector country company rural provide benefit cost \n",
- "3\t7.14286\tyear team time day good event start today island local place play people week give host end game open group \n",
- "4\t7.14286\tpeople country government issue leader work visit continue member island medium add state official security meet important good meeting include \n",
- "5\t7.14286\tstudent school covid health water people week service province medical community receive child case travel number affect staff continue day \n",
- "6\t7.14286\tpolice officer court public case man report year charge rsipf accuse yesterday allege incident matter arrest victim high investigation order \n",
- "\n",
- "<100> LL/token: -8.13221\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.4144\n",
+ "<20> LL/token: -8.85092\n",
+ "<30> LL/token: -8.51788\n",
+ "<40> LL/token: -8.36006\n",
+ "\n",
+ "0\t7.14286\teconomic support sector economy development increase investment growth business improve infrastructure market provide tourism project industry opportunity work service include \n",
+ "1\t7.14286\tbusiness company police officer public pay money payment court law order log case matter claim yesterday charge operation tax receive \n",
+ "2\t7.14286\tgovernment provincial policy province national member parliament budget meeting financial add ministry issue minister process ensure finance development current public \n",
+ "3\t7.14286\tcommunity woman work support training education child people programme development family school role event youth challenge live opportunity young important \n",
+ "4\t7.14286\tcovid people health service water time situation government public good day response continue week affect medium measure risk border travel \n",
+ "5\t7.14286\tgovernment project development fund land assistance sign area plan support include work constituency funding agreement official complete year people provide \n",
+ "6\t7.14286\tpeople country leader island nation student year region visit good state political interest cooperation time regional open share relationship decision \n",
+ "\n",
+ "<50> LL/token: -8.27353\n",
+ "<60> LL/token: -8.22566\n",
+ "<70> LL/token: -8.19274\n",
+ "<80> LL/token: -8.1715\n",
+ "<90> LL/token: -8.15568\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase business investment growth market tourism industry service percent high fishery development road opportunity benefit island develop \n",
+ "1\t7.14286\tbusiness company police officer pay money public payment court law order case matter log claim charge yesterday receive give mining \n",
+ "2\t7.14286\tgovernment provincial national member policy province parliament budget public add finance financial process statement current report ministry ensure bill issue \n",
+ "3\t7.14286\tcommunity woman work support development people education training opportunity programme program child important role event youth social family partnership school \n",
+ "4\t7.14286\tpeople covid health service time water good situation report day worker week response travel affect continue food border number place \n",
+ "5\t7.14286\tproject government development support work fund land infrastructure provide assistance plan include area rural funding constituency sign build complete program \n",
+ "6\t7.14286\tpeople country leader island nation visit security region student year state official issue regional political meet interest cooperation meeting hold \n",
+ "\n",
+ "<100> LL/token: -8.14283\n",
+ "<110> LL/token: -8.13137\n",
+ "<120> LL/token: -8.12582\n",
+ "<130> LL/token: -8.12075\n",
+ "<140> LL/token: -8.11603\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase business investment growth market tourism industry service percent high island fishery road benefit export product resource \n",
+ "1\t7.14286\tbusiness company police officer pay money payment public court law case order receive operation claim yesterday matter charge log give \n",
+ "2\t7.14286\tgovernment provincial member national policy parliament budget public province report add statement finance process current financial ministry bill issue ensure \n",
+ "3\t7.14286\tcommunity woman work support opportunity development education training people programme program child event role important youth partnership achieve address challenge \n",
+ "4\t7.14286\tpeople covid health service time water day worker week good food situation place affect travel report border continue honiara number \n",
+ "5\t7.14286\tproject government development support work fund land infrastructure area provide plan assistance include rural people funding program constituency build complete \n",
+ "6\t7.14286\tpeople country leader island visit nation security region student official year regional state political issue meeting interest cooperation hold meet \n",
+ "\n",
+ "<150> LL/token: -8.11118\n",
+ "<160> LL/token: -8.10973\n",
+ "<170> LL/token: -8.10439\n",
+ "<180> LL/token: -8.10239\n",
+ "<190> LL/token: -8.09992\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase business investment growth market tourism industry high percent island service fishery resource export benefit product impact \n",
+ "1\t7.14286\tcompany business police officer pay money public payment court law order case receive claim matter operation charge yesterday give mining \n",
+ "2\t7.14286\tgovernment provincial member parliament national budget policy public province report add statement finance process current financial ministry bill decision ensure \n",
+ "3\t7.14286\tcommunity woman work support development opportunity education student training people programme program child role event partnership youth important social achieve \n",
+ "4\t7.14286\tpeople covid health service time water day good worker situation week affect food place travel border month continue family honiara \n",
+ "5\t7.14286\tproject government development support work land infrastructure fund area plan provide assistance rural include national build improve funding program constituency \n",
+ "6\t7.14286\tpeople country leader island nation visit security region official state regional year issue interest meeting political cooperation agreement meet hold \n",
+ "\n",
+ "<200> LL/token: -8.09582\n",
+ "<210> LL/token: -8.09507\n",
+ "<220> LL/token: -8.09252\n",
+ "<230> LL/token: -8.09276\n",
+ "<240> LL/token: -8.09028\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase business investment growth market tourism industry percent high island service fishery resource impact export product policy \n",
+ "1\t7.14286\tcompany business police officer pay money payment public court law case order receive operation claim charge matter office mining give \n",
+ "2\t7.14286\tgovernment provincial member parliament budget public national policy province report statement add finance process current financial ministry bill state decision \n",
+ "3\t7.14286\twoman community work support opportunity people development education student training program programme event role child youth partnership important achieve social \n",
+ "4\t7.14286\tpeople covid health service time water day worker good food week situation affect travel honiara continue border number month family \n",
+ "5\t7.14286\tproject development government support work land infrastructure fund area provide plan rural assistance include economic improve national funding constituency program \n",
+ "6\t7.14286\tcountry people leader island nation visit security region official regional meeting state issue year interest meet political cooperation include agreement \n",
+ "\n",
+ "<250> LL/token: -8.08888\n",
+ "<260> LL/token: -8.08908\n",
+ "<270> LL/token: -8.08974\n",
+ "<280> LL/token: -8.08787\n",
+ "<290> LL/token: -8.08655\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase business investment growth market tourism industry percent island high service resource fishery policy impact export product \n",
+ "1\t7.14286\tbusiness company police officer pay money payment public court order case law receive operation claim charge matter yesterday mining report \n",
+ "2\t7.14286\tgovernment provincial member parliament budget public national policy province report add statement finance process current financial bill decision ministry state \n",
+ "3\t7.14286\twoman community work support opportunity people development education student training programme program child role event partnership youth achieve important provide \n",
+ "4\t7.14286\tpeople covid health service time water day good worker food week affect situation continue travel place month border honiara family \n",
+ "5\t7.14286\tproject development government support work fund land infrastructure area provide plan rural assistance include province national economic improve funding program \n",
+ "6\t7.14286\tcountry leader people island visit nation security region regional official year meeting issue state meet interest agreement political cooperation include \n",
+ "\n",
+ "<300> LL/token: -8.088\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<110> LL/token: -8.12582\n",
- "<120> LL/token: -8.12084\n",
- "<130> LL/token: -8.11733\n",
- "<140> LL/token: -8.11459\n",
- "\n",
- "0\t7.14286\tsupport community woman development work program training provide opportunity policy include education plan develop important programme youth national partnership partner \n",
- "1\t7.14286\tgovernment provincial member parliament issue election land public province process decision statement office national pay executive constituency claim question political \n",
- "2\t7.14286\tproject business year government fund increase development area local market economic company infrastructure service country cost sector benefit rural percent \n",
- "3\t7.14286\tyear team time day good event start today island people local place play open week host group game give end \n",
- "4\t7.14286\tcountry people government leader issue member visit island continue state medium official add work security meet meeting assistance nation important \n",
- "5\t7.14286\tstudent school covid health people water service week province community medical child case travel receive number affect continue situation staff \n",
- "6\t7.14286\tpolice officer court public case man report year charge rsipf accuse yesterday allege incident arrest matter victim high investigation order \n",
- "\n",
- "<150> LL/token: -8.11155\n",
- "<160> LL/token: -8.10908\n",
- "<170> LL/token: -8.10701\n",
- "<180> LL/token: -8.10497\n",
- "<190> LL/token: -8.10467\n",
- "\n",
- "0\t7.14286\tsupport community woman development work program provide training policy opportunity include plan education develop important programme youth service national ensure \n",
- "1\t7.14286\tgovernment provincial parliament member issue election public land province process decision statement office pay executive constituency add national claim question \n",
- "2\t7.14286\tproject business year government fund increase local company market area development economic infrastructure country cost percent service tourism benefit economy \n",
- "3\t7.14286\tyear team time day good event start people today island place local play week host work family end open give \n",
- "4\t7.14286\tgovernment country people leader issue member island visit continue state medium security official national add meeting meet work support assistance \n",
- "5\t7.14286\tstudent school covid health people water service week province community child medical case travel receive affect number situation continue report \n",
- "6\t7.14286\tpolice officer court public case man year charge report rsipf accuse yesterday allege incident arrest victim matter high investigation order \n",
- "\n",
- "<200> LL/token: -8.10339\n",
- "<210> LL/token: -8.10198\n",
- "<220> LL/token: -8.10148\n",
- "<230> LL/token: -8.10067\n",
- "<240> LL/token: -8.09948\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide training policy opportunity include plan education develop service important programme youth improve national \n",
- "1\t7.14286\tgovernment provincial member issue parliament election public land province process decision statement office pay executive constituency claim national question report \n",
- "2\t7.14286\tproject business year company increase fund local government market area economic infrastructure development country cost percent include tourism economy financial \n",
- "3\t7.14286\tyear team time good day event start today island people place play local family host week hold give open life \n",
- "4\t7.14286\tgovernment country people leader issue member island visit continue state national medium official security add meet work support meeting assistance \n",
- "5\t7.14286\tstudent school covid health people water service week community province child medical case travel receive number affect continue situation report \n",
- "6\t7.14286\tpolice officer court public case man year charge report rsipf accuse yesterday allege incident arrest victim matter force investigation high \n",
- "\n",
- "<250> LL/token: -8.09967\n",
- "<260> LL/token: -8.0978\n",
- "<270> LL/token: -8.09754\n",
- "<280> LL/token: -8.09773\n",
- "<290> LL/token: -8.09633\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide training policy opportunity include plan education service develop important programme youth improve national \n",
- "1\t7.14286\tgovernment provincial member parliament election issue public province land process statement decision office pay constituency executive national claim question report \n",
- "2\t7.14286\tproject business year company increase local fund market area government economic infrastructure cost development country percent tourism economy work provide \n",
- "3\t7.14286\tyear team time good day event start today people island place play week local work host family give hold group \n",
- "4\t7.14286\tgovernment country people leader issue member island visit continue state national official add medium meet security meeting support work assistance \n",
- "5\t7.14286\tstudent school covid health people water service week community province child medical case travel receive continue number affect situation disaster \n",
- "6\t7.14286\tpolice officer court public case man year charge report rsipf accuse yesterday allege incident arrest victim matter order investigation force \n",
- "\n",
- "<300> LL/token: -8.09665\n",
- "<310> LL/token: -8.09796\n",
- "<320> LL/token: -8.09708\n",
- "<330> LL/token: -8.09607\n",
- "<340> LL/token: -8.09665\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide training policy opportunity include plan service education develop programme important youth ensure improve \n",
- "1\t7.14286\tgovernment provincial member parliament issue election public land province process office decision statement pay constituency executive claim report question national \n",
- "2\t7.14286\tproject business year company increase local market fund area infrastructure government economic cost country development percent tourism work economy benefit \n",
- "3\t7.14286\tyear team time good day event people start today island place play local work family week host open group life \n",
- "4\t7.14286\tgovernment country people leader issue member island visit continue state national add official meeting security meet medium support work assistance \n",
- "5\t7.14286\tstudent school covid health people water service week community province child medical case travel receive affect continue situation number supply \n",
- "6\t7.14286\tpolice officer court public case man year charge rsipf report accuse yesterday allege incident arrest victim matter force investigation high \n",
- "\n",
- "<350> LL/token: -8.09595\n",
- "<360> LL/token: -8.09545\n",
- "<370> LL/token: -8.09524\n",
- "<380> LL/token: -8.09449\n",
- "<390> LL/token: -8.09478\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide training policy opportunity include plan education service develop important programme improve youth national \n",
- "1\t7.14286\tgovernment provincial member parliament issue election public land process province decision statement office pay constituency executive national claim question report \n",
- "2\t7.14286\tproject business company year local increase market area infrastructure fund government economic cost percent tourism economy country development work high \n",
- "3\t7.14286\tyear team time good day event people today start island place play family week work local host church group hold \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state meet support official national security meeting add medium work assistance \n",
- "5\t7.14286\tstudent school covid health people water week service province community child medical case travel receive affect situation number continue report \n",
- "6\t7.14286\tpolice officer court public case man year charge rsipf report accuse yesterday allege incident arrest victim matter high force investigation \n",
- "\n",
- "<400> LL/token: -8.09469\n",
- "<410> LL/token: -8.09475\n",
- "<420> LL/token: -8.0939\n",
- "<430> LL/token: -8.09437\n",
- "<440> LL/token: -8.09502\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide training policy opportunity plan include service project education develop improve programme important national \n",
- "1\t7.14286\tgovernment provincial member parliament election issue public land process province office decision statement pay constituency executive question claim report act \n",
- "2\t7.14286\tproject business company year local increase market area infrastructure fund economic government cost percent country tourism economy high work financial \n",
- "3\t7.14286\tyear team time good day event people today start island play place work family week group local host church hold \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue national state support official security add meet meeting medium work assistance \n",
- "5\t7.14286\tstudent school covid health people water service week province community child medical case travel receive number continue situation affect staff \n",
- "6\t7.14286\tpolice officer court public case man year charge rsipf report accuse yesterday allege incident arrest victim matter force investigation law \n",
- "\n",
- "<450> LL/token: -8.09482\n"
+ "<310> LL/token: -8.08734\n",
+ "<320> LL/token: -8.08745\n",
+ "<330> LL/token: -8.08727\n",
+ "<340> LL/token: -8.0864\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase business investment growth market tourism industry resource percent high fishery service policy island export impact product \n",
+ "1\t7.14286\tbusiness company police officer pay money payment public court case order law receive claim operation charge yesterday matter mining give \n",
+ "2\t7.14286\tgovernment provincial member parliament public budget policy national province report statement finance add process current decision ministry bill financial service \n",
+ "3\t7.14286\twoman community work support opportunity people education student training development program programme event business child role provide partnership important youth \n",
+ "4\t7.14286\tpeople covid health time service water day food worker good week situation affect travel place honiara community border continue response \n",
+ "5\t7.14286\tproject development government support work land infrastructure fund area plan provide rural assistance include national improve economic province funding constituency \n",
+ "6\t7.14286\tcountry leader people island visit nation security region regional official state meeting issue year agreement interest include meet cooperation australian \n",
+ "\n",
+ "<350> LL/token: -8.08698\n",
+ "<360> LL/token: -8.08661\n",
+ "<370> LL/token: -8.08638\n",
+ "<380> LL/token: -8.08669\n",
+ "<390> LL/token: -8.08462\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth market tourism business industry resource percent service high fishery policy island impact export local \n",
+ "1\t7.14286\tcompany business police officer pay money public payment court case order law operation receive yesterday claim charge matter mining give \n",
+ "2\t7.14286\tgovernment provincial member parliament budget public national policy province report add statement finance process current decision bill financial ministry issue \n",
+ "3\t7.14286\twoman community work opportunity people support education student training business program programme development event role child important youth partnership school \n",
+ "4\t7.14286\tpeople covid health time service water food good day worker situation week travel community honiara affect place border month continue \n",
+ "5\t7.14286\tdevelopment project government support work land infrastructure fund area provide plan rural include national province improve economic assistance funding constituency \n",
+ "6\t7.14286\tcountry leader island people visit nation security region regional official state meeting issue meet agreement political interest year cooperation include \n",
+ "\n",
+ "<400> LL/token: -8.08585\n",
+ "<410> LL/token: -8.08694\n",
+ "<420> LL/token: -8.08643\n",
+ "<430> LL/token: -8.08643\n",
+ "<440> LL/token: -8.084\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth market tourism business industry resource percent high fishery service impact policy export agriculture product \n",
+ "1\t7.14286\tcompany business police officer pay money payment public court case order law receive operation claim charge matter yesterday mining office \n",
+ "2\t7.14286\tgovernment provincial member parliament public budget national policy province statement add finance report decision process current bill financial ministry state \n",
+ "3\t7.14286\twoman community work opportunity people support education student training business development programme program event child role important youth social school \n",
+ "4\t7.14286\tpeople covid health service time water food good day worker week situation honiara community travel continue month affect family place \n",
+ "5\t7.14286\tdevelopment project government support work land infrastructure fund plan area provide rural include national province improve economic assistance funding program \n",
+ "6\t7.14286\tcountry leader island people visit nation security region regional official state meeting issue year agreement meet australian cooperation include interest \n",
+ "\n",
+ "<450> LL/token: -8.08347\n",
+ "<460> LL/token: -8.08368\n",
+ "<470> LL/token: -8.08444\n",
+ "<480> LL/token: -8.08296\n",
+ "<490> LL/token: -8.08302\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth market tourism industry resource percent policy high business fishery service impact export island agriculture \n",
+ "1\t7.14286\tbusiness company police officer pay money payment court public case order receive law operation claim charge report office mining matter \n",
+ "2\t7.14286\tgovernment provincial member public parliament budget national policy province statement add finance process decision current report state bill financial ministry \n",
+ "3\t7.14286\twoman community work people opportunity support business education student training program programme event development role child important youth school social \n",
+ "4\t7.14286\tpeople covid health service time water food day good worker week community place situation travel honiara affect month family local \n",
+ "5\t7.14286\tdevelopment project government support work infrastructure land area fund provide plan rural include national economic improve province funding assistance build \n",
+ "6\t7.14286\tcountry leader island people visit region nation security regional official meeting issue state meet year include australian cooperation agreement interest \n",
+ "\n",
+ "<500> LL/token: -8.08357\n",
+ "<510> LL/token: -8.08394\n",
+ "<520> LL/token: -8.08248\n",
+ "<530> LL/token: -8.08319\n",
+ "<540> LL/token: -8.08301\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth market tourism industry resource percent policy fishery high impact export sustainable agriculture product business \n",
+ "1\t7.14286\tcompany business police officer pay money payment court public case order law operation receive claim yesterday charge matter mining report \n",
+ "2\t7.14286\tgovernment provincial member parliament public budget national policy province statement add finance decision report process current medium bill election service \n",
+ "3\t7.14286\twoman community work people opportunity business support education student training programme program event role provide development important child youth school \n",
+ "4\t7.14286\tpeople covid health service time water food good day worker week community situation place travel continue affect honiara local month \n",
+ "5\t7.14286\tdevelopment project government support work infrastructure fund plan provide area rural include land national improve economic province program funding constituency \n",
+ "6\t7.14286\tcountry leader island people visit region nation security regional official meeting state agreement issue meet year australian include cooperation trade \n",
+ "\n",
+ "<550> LL/token: -8.08152\n",
+ "<560> LL/token: -8.0825\n",
+ "<570> LL/token: -8.08256\n",
+ "<580> LL/token: -8.08286\n",
+ "<590> LL/token: -8.08255\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth market tourism resource industry percent high policy fishery impact export sustainable island agriculture product \n",
+ "1\t7.14286\tcompany business police officer pay money payment court public order case operation receive law claim charge land yesterday mining matter \n",
+ "2\t7.14286\tgovernment provincial member public parliament budget national policy province statement add finance decision current report process bill election service financial \n",
+ "3\t7.14286\twoman community work people business opportunity support education student training program event role important child school youth provide development social \n",
+ "4\t7.14286\tpeople covid health service time water good day worker week situation continue travel honiara community month place affect food number \n",
+ "5\t7.14286\tdevelopment project government support work infrastructure fund area provide plan rural include national economic improve land province funding program constituency \n",
+ "6\t7.14286\tcountry leader island people visit region security nation regional official state meeting issue meet agreement trade cooperation include australian year \n",
+ "\n",
+ "<600> LL/token: -8.08447\n",
+ "<610> LL/token: -8.08286\n",
+ "<620> LL/token: -8.08197\n",
+ "<630> LL/token: -8.08092\n",
+ "<640> LL/token: -8.08003\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth market tourism resource industry policy percent high fishery impact service sustainable export agriculture product \n",
+ "1\t7.14286\tbusiness company police officer pay money payment court public case law order receive operation land claim charge report mining matter \n",
+ "2\t7.14286\tgovernment provincial member public parliament budget national province policy add statement decision finance current election bill process report medium financial \n",
+ "3\t7.14286\twoman community work people business opportunity support education student training event program role child important youth school islander social encourage \n",
+ "4\t7.14286\tpeople covid health service time water day good worker week situation honiara place travel community affect continue month work start \n",
+ "5\t7.14286\tdevelopment project government support provide work infrastructure fund plan area include rural national economic improve program land province priority funding \n",
+ "6\t7.14286\tcountry island leader people visit region security nation regional meeting official state issue meet include agreement trade australian cooperation year \n",
+ "\n",
+ "<650> LL/token: -8.08025\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<460> LL/token: -8.09409\n",
- "<470> LL/token: -8.09511\n",
- "<480> LL/token: -8.09559\n",
- "<490> LL/token: -8.09562\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide training policy project opportunity include plan service education develop improve important programme ensure \n",
- "1\t7.14286\tgovernment provincial member issue parliament election public province process land statement decision office constituency pay executive national claim report question \n",
- "2\t7.14286\tproject business company year local increase market area infrastructure government economic fund cost country percent tourism economy work high road \n",
- "3\t7.14286\tyear team time good day event people start today island place play week family work young group church open hold \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state national meet security support official meeting medium work add nation \n",
- "5\t7.14286\tstudent school covid health people water service week child province community medical case travel number affect situation receive continue western \n",
- "6\t7.14286\tpolice officer court public case man charge year rsipf report accuse yesterday allege incident arrest victim matter order force investigation \n",
- "\n",
- "<500> LL/token: -8.09547\n",
- "<510> LL/token: -8.09509\n",
- "<520> LL/token: -8.09617\n",
- "<530> LL/token: -8.09496\n",
- "<540> LL/token: -8.09567\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide training policy project opportunity include service plan education develop improve important programme national \n",
- "1\t7.14286\tgovernment provincial member parliament issue election public process province land statement office decision constituency pay executive national question claim report \n",
- "2\t7.14286\tproject business company year increase local market area infrastructure cost economic percent fund government tourism high economy work road country \n",
- "3\t7.14286\tyear team time good day event people start today island play place week family work young life host local church \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state support meet meeting security add national official medium work nation \n",
- "5\t7.14286\tstudent school people covid health water service week community province child medical case travel receive continue situation number affect staff \n",
- "6\t7.14286\tpolice officer court public case man year charge rsipf report accuse yesterday allege incident arrest victim matter force investigation order \n",
- "\n",
- "<550> LL/token: -8.09519\n",
- "<560> LL/token: -8.09536\n",
- "<570> LL/token: -8.09512\n",
- "<580> LL/token: -8.09497\n",
- "<590> LL/token: -8.09451\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide project training policy opportunity include service plan education develop improve programme important ensure \n",
- "1\t7.14286\tgovernment provincial member parliament issue election public process province land statement office decision pay constituency executive national add question claim \n",
- "2\t7.14286\tproject business company year local increase market area infrastructure cost percent economic tourism economy high work road country government food \n",
- "3\t7.14286\tyear team time good day event people start today island play work week place family young host church hold open \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state national support meeting meet security official medium work add important \n",
- "5\t7.14286\tstudent school covid health people water service week child province community medical case travel receive continue situation number affect western \n",
- "6\t7.14286\tpolice officer court public case man charge report year rsipf accuse yesterday allege incident arrest victim matter law order force \n",
- "\n",
- "<600> LL/token: -8.09499\n",
- "<610> LL/token: -8.09517\n",
- "<620> LL/token: -8.09392\n",
- "<630> LL/token: -8.09422\n",
- "<640> LL/token: -8.09408\n",
- "\n",
- "0\t7.14286\tsupport development woman community work program provide project training policy service opportunity include plan education develop improve important programme national \n",
- "1\t7.14286\tgovernment provincial member parliament election issue public province process statement office decision land pay constituency executive national claim question report \n",
- "2\t7.14286\tbusiness project company year local increase market area infrastructure cost percent country tourism economy economic high road food investment log \n",
- "3\t7.14286\tyear team time good day event people today start work play place family young week island group host church open \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state meet meeting national add security official support medium work nation \n",
- "5\t7.14286\tstudent school covid health people water service child week community province medical case travel receive number situation continue affect response \n",
- "6\t7.14286\tpolice officer court public case man year charge rsipf report accuse yesterday allege incident arrest matter victim force order high \n",
- "\n",
- "<650> LL/token: -8.09352\n",
- "<660> LL/token: -8.09411\n",
- "<670> LL/token: -8.09465\n",
- "<680> LL/token: -8.09499\n",
- "<690> LL/token: -8.09431\n",
- "\n",
- "0\t7.14286\tsupport development woman community work project program provide training policy service include plan opportunity improve develop education programme important ensure \n",
- "1\t7.14286\tgovernment provincial member parliament election public issue process province office statement decision pay land constituency executive national question claim add \n",
- "2\t7.14286\tbusiness company project year local increase market area infrastructure cost country percent high tourism economy road island economic land food \n",
- "3\t7.14286\tyear team time good day event people today start work play young week island place family host group church open \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state meeting security national meet support official medium add work address \n",
- "5\t7.14286\tstudent school covid people health water service child week province community medical case travel receive continue situation number affect supply \n",
- "6\t7.14286\tpolice officer court public case man year charge report rsipf accuse yesterday allege incident arrest victim matter force order law \n",
- "\n",
- "<700> LL/token: -8.09481\n",
- "<710> LL/token: -8.09478\n",
- "<720> LL/token: -8.094\n",
- "<730> LL/token: -8.09523\n",
- "<740> LL/token: -8.09389\n",
- "\n",
- "0\t7.14286\tsupport development woman community work project program provide training policy service include plan opportunity improve develop education programme important rural \n",
- "1\t7.14286\tgovernment provincial member parliament election public issue process province office statement decision constituency executive pay national land claim question add \n",
- "2\t7.14286\tbusiness company year local project increase market area infrastructure cost land island percent country high tourism road economy food log \n",
- "3\t7.14286\tyear team time good day event people start today work young play family island week place group host open hold \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state national meeting meet security support official add medium address important \n",
- "5\t7.14286\tstudent school covid health people water service week community province child medical case travel receive situation number affect continue staff \n",
- "6\t7.14286\tpolice officer court public case man year charge report rsipf accuse yesterday allege incident arrest victim matter force order law \n",
- "\n",
- "<750> LL/token: -8.09433\n",
- "<760> LL/token: -8.09408\n",
- "<770> LL/token: -8.09371\n",
- "<780> LL/token: -8.09362\n",
- "<790> LL/token: -8.09181\n",
- "\n",
- "0\t7.14286\tsupport development woman community work project program provide training policy service plan include opportunity improve develop education programme important rural \n",
- "1\t7.14286\tgovernment provincial member parliament election issue public process province office statement decision constituency executive national add report question land budget \n",
- "2\t7.14286\tbusiness company year local increase project market area infrastructure land cost high percent tourism food economy road island log country \n",
- "3\t7.14286\tyear team time day good event people start today work young play family place island week host group hold church \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state meeting security meet support national official important medium add address \n",
- "5\t7.14286\tstudent school covid people health water service week province community child medical case travel receive continue situation number affect western \n",
- "6\t7.14286\tpolice officer court public case man year charge rsipf report accuse yesterday allege incident arrest matter victim force order law \n",
- "\n",
- "<800> LL/token: -8.09171\n"
+ "<660> LL/token: -8.08042\n",
+ "<670> LL/token: -8.07795\n",
+ "<680> LL/token: -8.07833\n",
+ "<690> LL/token: -8.07841\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth resource market tourism industry policy percent fishery high impact export sustainable local service agriculture \n",
+ "1\t7.14286\tcompany business police officer pay money payment court public case land order operation law receive report claim charge mining yesterday \n",
+ "2\t7.14286\tgovernment provincial member public parliament budget national policy province add statement decision finance current election bill report process medium state \n",
+ "3\t7.14286\twoman work community people business opportunity education support student training program event child role school youth islander important provide social \n",
+ "4\t7.14286\tpeople covid health service time water worker day week community good situation place travel honiara month continue affect number family \n",
+ "5\t7.14286\tdevelopment project government support work infrastructure provide plan fund area rural include national economic improve ensure province priority funding program \n",
+ "6\t7.14286\tcountry island leader people visit region security nation regional official state issue meeting agreement meet include trade cooperation economic interest \n",
+ "\n",
+ "<700> LL/token: -8.07821\n",
+ "<710> LL/token: -8.07803\n",
+ "<720> LL/token: -8.0794\n",
+ "<730> LL/token: -8.07825\n",
+ "<740> LL/token: -8.0763\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth tourism resource market industry policy percent high fishery impact sustainable export service agriculture product \n",
+ "1\t7.14286\tcompany business police officer pay money payment court land public order case law receive operation claim charge matter give yesterday \n",
+ "2\t7.14286\tgovernment provincial member parliament public budget province national policy add statement finance decision election report medium current bill process financial \n",
+ "3\t7.14286\twoman work people community business opportunity support education student training event role program child important youth islander school provide social \n",
+ "4\t7.14286\tpeople covid health service time water day week worker good honiara situation travel place affect month continue community home number \n",
+ "5\t7.14286\tdevelopment project government support work infrastructure provide fund plan area include rural national economic improve program priority ensure funding constituency \n",
+ "6\t7.14286\tcountry island leader people visit region security nation regional meeting official state issue meet agreement australian trade include cooperation economic \n",
+ "\n",
+ "<750> LL/token: -8.0768\n",
+ "<760> LL/token: -8.07714\n",
+ "<770> LL/token: -8.07686\n",
+ "<780> LL/token: -8.0765\n",
+ "<790> LL/token: -8.07732\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth resource tourism market industry policy percent high fishery impact sustainable export strategy agriculture local \n",
+ "1\t7.14286\tcompany business police officer pay money public payment court land case law receive order operation claim report charge mining matter \n",
+ "2\t7.14286\tgovernment provincial member parliament budget public national province policy add statement election decision current finance bill report financial medium process \n",
+ "3\t7.14286\twoman work people business community opportunity education student training support event program role child school youth islander social important family \n",
+ "4\t7.14286\tpeople covid health time service water day worker week good honiara situation place travel month continue area affect leave family \n",
+ "5\t7.14286\tdevelopment project government support work provide infrastructure fund plan area rural include national economic improve ensure program funding service priority \n",
+ "6\t7.14286\tcountry island leader visit region people security nation regional official meeting meet issue state include agreement trade australian cooperation economic \n",
+ "\n",
+ "<800> LL/token: -8.07644\n",
+ "<810> LL/token: -8.07778\n",
+ "<820> LL/token: -8.07896\n",
+ "<830> LL/token: -8.07768\n",
+ "<840> LL/token: -8.07849\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth resource tourism market industry policy percent fishery high impact sustainable export local strategy agriculture \n",
+ "1\t7.14286\tcompany business police officer pay money land payment court public case order receive operation law claim report charge matter mining \n",
+ "2\t7.14286\tgovernment provincial member parliament public budget national province policy statement add decision finance election current medium bill financial report process \n",
+ "3\t7.14286\twoman work people business community opportunity education student training support event program role child school islander youth important social family \n",
+ "4\t7.14286\tpeople covid health time water service day week worker good honiara situation travel place affect continue month area food family \n",
+ "5\t7.14286\tdevelopment project government support provide work infrastructure fund plan area service national rural include improve economic ensure implement program funding \n",
+ "6\t7.14286\tcountry island leader visit region people security nation regional official meeting issue include state meet agreement trade australian cooperation economic \n",
+ "\n",
+ "<850> LL/token: -8.07867\n",
+ "<860> LL/token: -8.07825\n",
+ "<870> LL/token: -8.07804\n",
+ "<880> LL/token: -8.07665\n",
+ "<890> LL/token: -8.07625\n",
+ "\n",
+ "0\t7.14286\teconomic sector economy increase investment growth tourism market resource policy industry percent high impact fishery sustainable export strategy agriculture product \n",
+ "1\t7.14286\tcompany business police officer pay money payment land court public case operation order receive law claim charge report matter mining \n",
+ "2\t7.14286\tgovernment provincial member parliament public budget province national policy statement decision add medium election finance current bill time report financial \n",
+ "3\t7.14286\tpeople woman work business community opportunity support education student training event program child role school youth islander important family social \n",
+ "4\t7.14286\tpeople covid health time water service good day worker week honiara situation continue travel place month affect local area start \n",
+ "5\t7.14286\tdevelopment government project support work provide infrastructure fund plan service area rural include national improve economic ensure program priority funding \n",
+ "6\t7.14286\tcountry island leader visit region security nation people regional official issue meeting state meet agreement trade include australian economic cooperation \n",
+ "\n",
+ "<900> LL/token: -8.07462\n",
+ "<910> LL/token: -8.07537\n",
+ "<920> LL/token: -8.07626\n",
+ "<930> LL/token: -8.07649\n",
+ "<940> LL/token: -8.07702\n",
+ "\n",
+ "0\t7.14286\teconomic economy sector increase investment growth tourism resource market industry percent fishery high impact policy sustainable export local agriculture product \n",
+ "1\t7.14286\tcompany business police officer pay land money payment public court case receive operation law order claim report charge mining matter \n",
+ "2\t7.14286\tgovernment provincial member parliament budget public province national statement policy decision add medium election current bill finance report state yesterday \n",
+ "3\t7.14286\twoman people work business community opportunity education support student training event role program child school family youth provide islander important \n",
+ "4\t7.14286\tpeople covid health time water service day week good honiara situation travel place continue month affect worker community area home \n",
+ "5\t7.14286\tdevelopment government project support provide work infrastructure service plan fund area national rural include improve economic ensure program implement funding \n",
+ "6\t7.14286\tcountry island leader visit region security nation people regional official meeting issue include state agreement meet economic trade australian cooperation \n",
+ "\n",
+ "<950> LL/token: -8.07686\n",
+ "<960> LL/token: -8.07708\n",
+ "<970> LL/token: -8.07748\n",
+ "<980> LL/token: -8.07509\n",
+ "<990> LL/token: -8.07565\n",
+ "\n",
+ "0\t7.14286\teconomic economy increase sector investment growth resource tourism market industry percent high fishery impact sustainable export local financial cost product \n",
+ "1\t7.14286\tcompany business police officer pay money land payment court case public operation receive order law claim charge report matter yesterday \n",
+ "2\t7.14286\tgovernment provincial member public parliament budget province national statement add decision medium election current bill finance state policy time good \n",
+ "3\t7.14286\tpeople woman work business community opportunity support education student training event role program child school youth family islander social leadership \n",
+ "4\t7.14286\tpeople covid health time water service day honiara week situation good travel place area affect continue month community leave medical \n",
+ "5\t7.14286\tdevelopment government project support provide work infrastructure fund plan area service national rural include improve economic policy ensure program implement \n",
+ "6\t7.14286\tcountry island leader visit region security nation regional official include people meeting issue trade meet agreement state australian economic cooperation \n",
+ "\n",
+ "<1000> LL/token: -8.07575\n",
+ "\n",
+ "Total time: 47 seconds\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<810> LL/token: -8.0913\n",
- "<820> LL/token: -8.09173\n",
- "<830> LL/token: -8.09136\n",
- "<840> LL/token: -8.09178\n",
- "\n",
- "0\t7.14286\tsupport development woman project community work program provide training policy service plan include improve opportunity develop education ensure rural programme \n",
- "1\t7.14286\tgovernment provincial member parliament election public issue province process statement office decision constituency executive national budget question add claim land \n",
- "2\t7.14286\tbusiness company year local increase market area project infrastructure land cost island percent high tourism road food economy country log \n",
- "3\t7.14286\tyear team time good day event people today start work play young family place week group hold host island church \n",
- "4\t7.14286\tgovernment country people leader issue island member continue visit state national meeting security support meet add official important medium address \n",
- "5\t7.14286\tstudent school covid health people water service week community province child medical case travel receive continue situation number western affect \n",
- "6\t7.14286\tpolice officer court public case man charge year rsipf report accuse yesterday allege incident arrest matter victim force law order \n",
- "\n",
- "<850> LL/token: -8.09163\n",
- "<860> LL/token: -8.09115\n",
- "<870> LL/token: -8.09161\n",
- "<880> LL/token: -8.09174\n",
- "<890> LL/token: -8.09123\n",
- "\n",
- "0\t7.14286\tsupport development project woman work community program provide training service policy include plan improve opportunity develop education important programme rural \n",
- "1\t7.14286\tgovernment provincial member parliament election public issue province process statement office decision constituency executive budget national question claim add report \n",
- "2\t7.14286\tbusiness company year local increase area market land project cost island percent high road tourism food economy country log investment \n",
- "3\t7.14286\tyear team time good day people event today start work young family play place week group hold host life church \n",
- "4\t7.14286\tgovernment country people leader issue island member continue visit state national meeting meet security official support add medium important address \n",
- "5\t7.14286\tstudent school covid health people water service week community province child medical case travel receive continue situation number affect staff \n",
- "6\t7.14286\tpolice officer court public case man year charge rsipf accuse report yesterday allege incident arrest victim matter force order law \n",
- "\n",
- "<900> LL/token: -8.09177\n",
- "<910> LL/token: -8.09141\n",
- "<920> LL/token: -8.09128\n",
- "<930> LL/token: -8.09062\n",
- "<940> LL/token: -8.09059\n",
- "\n",
- "0\t7.14286\tdevelopment support project woman work community provide program training service policy include plan improve opportunity develop education rural fund ensure \n",
- "1\t7.14286\tgovernment provincial member parliament election public issue province process office statement decision constituency executive budget national add question claim pay \n",
- "2\t7.14286\tbusiness company year local increase market area land island high cost percent food tourism road economy log country investment small \n",
- "3\t7.14286\tyear team time good people day event today start work young family play place week hold group open life church \n",
- "4\t7.14286\tgovernment country people leader issue island member state continue visit national support meeting security meet official add important address medium \n",
- "5\t7.14286\tstudent school covid people health water service week community province child medical case travel receive continue situation number staff affect \n",
- "6\t7.14286\tpolice officer court public case man charge year rsipf report accuse yesterday allege incident arrest victim matter force order law \n",
- "\n",
- "<950> LL/token: -8.09176\n",
- "<960> LL/token: -8.09051\n",
- "<970> LL/token: -8.09101\n",
- "<980> LL/token: -8.09118\n",
- "<990> LL/token: -8.0908\n",
- "\n",
- "0\t7.14286\tsupport development project woman work community provide program training service policy include plan improve opportunity develop fund education rural important \n",
- "1\t7.14286\tgovernment provincial member parliament election public issue process province office statement decision constituency executive budget national add question pay claim \n",
- "2\t7.14286\tbusiness company year local increase area market land island cost high percent road food tourism economy country log small industry \n",
- "3\t7.14286\tyear team time good day people event today young work start family play week place group hold life live open \n",
- "4\t7.14286\tgovernment country people leader issue island member visit continue state national meeting security support meet official add medium address important \n",
- "5\t7.14286\tstudent school covid people health water service week community province child medical case travel receive situation number continue staff country \n",
- "6\t7.14286\tpolice officer court case public man charge rsipf year report accuse yesterday allege incident arrest matter victim force order investigation \n",
- "\n",
- "<1000> LL/token: -8.09149\n",
- "\n",
- "Total time: 1 minutes 27 seconds\n",
"Mallet LDA: 8 topics, 3 topic bits, 111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.6536\n",
- "<20> LL/token: -9.04022\n",
- "<30> LL/token: -8.53231\n",
- "<40> LL/token: -8.34399\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge accuse report year allege matter incident arrest victim yesterday law investigation rsipf vehicle \n",
- "1\t6.25\tproject development support country provide economic work improve develop include sector policy plan resource infrastructure rural area region ensure government \n",
- "2\t6.25\twoman people country community work visit support island program event family important australian include security training continue nation church service \n",
- "3\t6.25\tcompany election business public market road office add process pay general log month day money week accord candidate time vote \n",
- "4\t6.25\tgovernment provincial issue people leader member land province national meeting state decision statement group minister executive interest political concern hold \n",
- "5\t6.25\tteam school child year time good start week young work day play training today place home game youth yesterday leave \n",
- "6\t6.25\tcovid health people water community country medical area service food travel island province supply case risk disaster hospital response include \n",
- "7\t6.25\tgovernment year student report fund parliament education country budget add public increase percent number current study cost high system receive \n",
- "\n",
- "<50> LL/token: -8.26363\n",
- "<60> LL/token: -8.22146\n",
- "<70> LL/token: -8.19564\n",
- "<80> LL/token: -8.17757\n",
- "<90> LL/token: -8.16475\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year allege incident matter force arrest victim yesterday investigation vehicle \n",
- "1\t6.25\tdevelopment project support country provide economic work improve develop sector plan government policy include resource area region rural infrastructure ensure \n",
- "2\t6.25\tpeople woman community country work support visit training program event island youth important family include australian opportunity encourage role church \n",
- "3\t6.25\tcompany election business market constituency public road process office work local general add operation log confirm day week chief follow \n",
- "4\t6.25\tgovernment provincial issue member people leader province land national parliament meeting state decision statement executive interest minister group add political \n",
- "5\t6.25\tschool team year time child good start week today day play place work yesterday leave game teacher home big late \n",
- "6\t6.25\tpeople covid health water community country medical province area service travel food case island supply risk response disaster hospital include \n",
- "7\t6.25\tyear student government report service public fund education high country increase budget add cost receive number total percent system pay \n",
- "\n",
- "<100> LL/token: -8.15614\n",
- "<110> LL/token: -8.15117\n",
- "<120> LL/token: -8.14465\n",
- "<130> LL/token: -8.1425\n",
- "<140> LL/token: -8.1386\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report force year allege incident matter arrest victim yesterday investigation vehicle \n",
- "1\t6.25\tdevelopment project support country economic provide improve government develop work sector policy plan include resource region rural infrastructure island ensure \n",
- "2\t6.25\tpeople community woman work country support visit training program event youth important family island opportunity include young australian attend encourage \n",
- "3\t6.25\tcompany election business constituency public market office road work process operation issue local add general log week chief confirm day \n",
- "4\t6.25\tgovernment provincial issue member people leader province parliament land national state decision meeting statement executive minister group interest add political \n",
- "5\t6.25\tschool team year time good start child week today place play day yesterday leave teacher late work big game island \n",
- "6\t6.25\tpeople covid health water community country medical province area travel service food case supply island risk continue response disaster hospital \n",
- "7\t6.25\tyear student government service report fund public education increase high budget country number pay add cost receive percent total expect \n",
- "\n",
- "<150> LL/token: -8.13652\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.52995\n",
+ "<20> LL/token: -8.94496\n",
+ "<30> LL/token: -8.52165\n",
+ "<40> LL/token: -8.35427\n",
+ "\n",
+ "0\t6.25\tgovernment development project economic policy support budget infrastructure sector national investment economy growth ensure priority improve plan resource reform area \n",
+ "1\t6.25\tgovernment provincial province fund land service project financial provide finance system road people ministry payment western funding national receive report \n",
+ "2\t6.25\tgovernment member parliament people decision student medium statement leader political public election interest bill issue add group call corruption question \n",
+ "3\t6.25\tpeople community covid health water increase impact food affect good high tax time risk situation report live day percent measure \n",
+ "4\t6.25\tcountry island people visit region security leader regional nation australian trade assistance include agreement support official meeting cooperation sign meet \n",
+ "5\t6.25\twoman support community opportunity program work education training market access economic industry provide develop agriculture improve child programme sector youth \n",
+ "6\t6.25\tbusiness work service week team month start member local worker number include time covid staff public provide travel add complete \n",
+ "7\t6.25\tcompany police officer case court order log money business pay law operation public charge mining high find matter yesterday accuse \n",
+ "\n",
+ "<50> LL/token: -8.2745\n",
+ "<60> LL/token: -8.22885\n",
+ "<70> LL/token: -8.20509\n",
+ "<80> LL/token: -8.18751\n",
+ "<90> LL/token: -8.17377\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector support budget economy national investment growth ensure plan project resource key improve priority infrastructure reform \n",
+ "1\t6.25\tgovernment project provincial province fund service land provide finance constituency ministry road people funding infrastructure western system payment financial total \n",
+ "2\t6.25\tgovernment member parliament people decision statement public medium political leader interest election state bill time national add call issue concern \n",
+ "3\t6.25\tpeople covid health increase water impact percent high food report island affect community risk pandemic global live time population price \n",
+ "4\t6.25\tcountry island region people visit leader security regional trade assistance meeting include nation official agreement australian year meet cooperation sign \n",
+ "5\t6.25\twoman community support opportunity work program education training market access provide child people improve agriculture programme school family youth product \n",
+ "6\t6.25\tbusiness work tourism week service time start team local month worker number include member staff good travel expect day continue \n",
+ "7\t6.25\tcompany police officer case court order money log business pay public law operation charge mining high find matter export report \n",
+ "\n",
+ "<100> LL/token: -8.16463\n",
+ "<110> LL/token: -8.15806\n",
+ "<120> LL/token: -8.15191\n",
+ "<130> LL/token: -8.14604\n",
+ "<140> LL/token: -8.1421\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy national support growth ensure investment resource plan key priority improve strategy reform financial \n",
+ "1\t6.25\tgovernment project provincial province fund land service infrastructure support provide people finance funding constituency road work ministry total western system \n",
+ "2\t6.25\tgovernment member people parliament decision statement public medium leader political interest election add state bill issue concern call time question \n",
+ "3\t6.25\tpeople covid health increase water report percent impact high island food affect fishery risk global pandemic population measure price rate \n",
+ "4\t6.25\tcountry island region visit security leader people regional trade meeting assistance include nation agreement official australian meet support cooperation year \n",
+ "5\t6.25\tcommunity woman support work opportunity program people education training student market child provide improve access school family agriculture programme local \n",
+ "6\t6.25\tbusiness work tourism week service time local number start worker team month include covid staff place travel member day continue \n",
+ "7\t6.25\tcompany police officer case court money pay order public business log law operation charge mining payment matter yesterday export accuse \n",
+ "\n",
+ "<150> LL/token: -8.14089\n",
+ "<160> LL/token: -8.1375\n",
+ "<170> LL/token: -8.13508\n",
+ "<180> LL/token: -8.13064\n",
+ "<190> LL/token: -8.1294\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy national ensure growth investment support resource key plan financial priority improve strategy reform \n",
+ "1\t6.25\tgovernment project provincial province fund support land infrastructure service work provide funding constituency road people include ministry western finance area \n",
+ "2\t6.25\tgovernment member people parliament public decision statement medium political interest election leader add bill state issue call time concern national \n",
+ "3\t6.25\tpeople health increase water report covid percent high impact island food fishery affect risk pandemic global population community reduce rate \n",
+ "4\t6.25\tcountry island region leader visit security people regional trade nation meeting assistance official agreement include support australian year cooperation meet \n",
+ "5\t6.25\tcommunity woman support work opportunity program people education student training child provide market family school improve agriculture access youth local \n",
+ "6\t6.25\tbusiness work tourism week service time local start month covid number day worker member staff continue travel place team good \n",
+ "7\t6.25\tcompany police officer pay money court case order log public business law payment operation charge mining yesterday matter report accuse \n",
+ "\n",
+ "<200> LL/token: -8.12681\n",
+ "<210> LL/token: -8.1254\n",
+ "<220> LL/token: -8.12566\n",
+ "<230> LL/token: -8.12515\n",
+ "<240> LL/token: -8.12241\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy national growth investment ensure financial support resource key improve priority management strategy plan \n",
+ "1\t6.25\tgovernment project provincial province fund support infrastructure land service provide work people funding area constituency road rural national western include \n",
+ "2\t6.25\tgovernment people member parliament decision public statement medium political leader election state interest issue call bill add concern time national \n",
+ "3\t6.25\tpeople increase water percent health covid report impact island high food fishery affect export risk global population economy community pandemic \n",
+ "4\t6.25\tcountry island region security leader visit regional trade meeting assistance nation people official agreement include support meet economic australian cooperation \n",
+ "5\t6.25\twoman community support work opportunity program people education student training child family market school improve access agriculture provide youth programme \n",
+ "6\t6.25\tbusiness work tourism week time service local number covid day worker member start month good continue include staff travel open \n",
+ "7\t6.25\tcompany police officer pay money court case payment public business order log operation law charge mining report matter tax yesterday \n",
+ "\n",
+ "<250> LL/token: -8.12238\n",
+ "<260> LL/token: -8.12247\n",
+ "<270> LL/token: -8.12232\n",
+ "<280> LL/token: -8.12161\n",
+ "<290> LL/token: -8.12143\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy growth ensure national investment financial resource support improve key management priority strategy system \n",
+ "1\t6.25\tgovernment project provincial province fund support infrastructure land development people service work rural provide area funding national constituency road western \n",
+ "2\t6.25\tgovernment member people parliament decision public statement medium leader political interest election add state bill call issue concern report national \n",
+ "3\t6.25\tpeople increase water percent high health report impact covid island fishery food affect export global risk population economy pandemic price \n",
+ "4\t6.25\tcountry island region security leader visit regional trade include nation meeting assistance official people agreement support meet economic issue australian \n",
+ "5\t6.25\twoman community support work opportunity people program education student training child family school market agriculture improve provide youth access local \n",
+ "6\t6.25\tbusiness work service tourism week time covid number local day worker member month good continue place start open travel include \n",
+ "7\t6.25\tcompany police officer pay money payment case court public order business log law operation charge mining report tax matter accuse \n",
+ "\n",
+ "<300> LL/token: -8.12088\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<160> LL/token: -8.13445\n",
- "<170> LL/token: -8.13305\n",
- "<180> LL/token: -8.13149\n",
- "<190> LL/token: -8.13057\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter arrest victim yesterday investigation vehicle \n",
- "1\t6.25\tdevelopment project support country government economic provide improve develop policy sector plan work include region resource island rural infrastructure ensure \n",
- "2\t6.25\tpeople community woman work country support visit training program event important family youth opportunity island young include australian attend child \n",
- "3\t6.25\tcompany election business constituency market public road office process issue work add operation local general log week chief confirm day \n",
- "4\t6.25\tgovernment provincial issue member people leader province parliament land national decision state meeting statement executive minister interest group add political \n",
- "5\t6.25\tschool team year time good start week place today play day child leave yesterday big teacher game island late thing \n",
- "6\t6.25\tpeople covid health water community country province medical food area service case travel supply island response risk disaster continue hospital \n",
- "7\t6.25\tyear student service government report fund public education high increase pay receive budget number cost add expect total percent system \n",
- "\n",
- "<200> LL/token: -8.12931\n",
- "<210> LL/token: -8.12929\n",
- "<220> LL/token: -8.12898\n",
- "<230> LL/token: -8.12945\n",
- "<240> LL/token: -8.12856\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report force year allege incident matter arrest victim yesterday investigation vehicle \n",
- "1\t6.25\tdevelopment project support country government economic provide improve plan sector develop policy include island work region resource rural infrastructure ensure \n",
- "2\t6.25\tpeople community woman work country support visit training program event important family youth child opportunity young australian include speak attend \n",
- "3\t6.25\tcompany election business constituency market issue public road process office operation add work general local log week chief officer day \n",
- "4\t6.25\tgovernment provincial issue member people leader province parliament land national decision state statement meeting executive interest minister country add group \n",
- "5\t6.25\tschool team year time good start week today place play leave island day yesterday big teacher late game lead thing \n",
- "6\t6.25\tpeople covid health water community country medical province area service food case travel supply risk island disaster response continue hospital \n",
- "7\t6.25\tyear student government service report fund education public increase high pay budget receive cost number add expect percent total financial \n",
- "\n",
- "<250> LL/token: -8.12823\n",
- "<260> LL/token: -8.12783\n",
- "<270> LL/token: -8.12779\n",
- "<280> LL/token: -8.12752\n",
- "<290> LL/token: -8.1268\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident yesterday arrest victim matter investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide develop sector policy plan island include region resource work rural infrastructure ensure \n",
- "2\t6.25\tpeople community woman work country support visit training program event child family important youth opportunity young australian speak attend include \n",
- "3\t6.25\tcompany election business constituency market issue road public add process office operation general week log local work chief day officer \n",
- "4\t6.25\tgovernment provincial issue member people leader province parliament land national decision state meeting statement executive minister interest country group add \n",
- "5\t6.25\tschool team time year good start week today place play island leave day yesterday late teacher big game thing lead \n",
- "6\t6.25\tpeople covid health water community country province medical food case service travel area supply risk response affect disaster island continue \n",
- "7\t6.25\tyear student service government fund report education public high increase pay receive budget cost expect number percent total add financial \n",
- "\n",
- "<300> LL/token: -8.12514\n",
- "<310> LL/token: -8.12491\n",
- "<320> LL/token: -8.12464\n",
- "<330> LL/token: -8.12501\n",
- "<340> LL/token: -8.12413\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter yesterday arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic provide improve sector develop policy plan island include region resource work rural ensure infrastructure \n",
- "2\t6.25\tpeople community woman work country support visit training program child event family youth important opportunity young attend include encourage australian \n",
- "3\t6.25\tcompany election business issue constituency market road public operation process office general work add log local week chief officer day \n",
- "4\t6.25\tgovernment provincial issue member people leader parliament land province national decision state statement meeting executive minister interest country add group \n",
- "5\t6.25\tschool team time year good start week today place island day play leave yesterday big teacher game late thing lead \n",
- "6\t6.25\tpeople covid health water community country province medical area service case food travel supply risk island response continue disaster affect \n",
- "7\t6.25\tyear student service government fund report education public increase pay high budget receive cost add number percent expect total ministry \n",
- "\n",
- "<350> LL/token: -8.12412\n",
- "<360> LL/token: -8.12399\n",
- "<370> LL/token: -8.1244\n",
- "<380> LL/token: -8.12308\n",
- "<390> LL/token: -8.12272\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter yesterday arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic provide improve sector policy island develop plan include region resource rural infrastructure work ensure \n",
- "2\t6.25\tpeople community woman work support country visit training program child family event important youth opportunity young attend include speak australian \n",
- "3\t6.25\tcompany election land business issue constituency market road process people operation public add general local office log chief work candidate \n",
- "4\t6.25\tgovernment provincial member issue people leader parliament province national decision state statement meeting executive country interest minister group add political \n",
- "5\t6.25\tschool team time year good start week today place island play day leave yesterday big teacher game late thing open \n",
- "6\t6.25\tpeople covid health water community country province medical service case food travel supply area risk response island disaster affect hospital \n",
- "7\t6.25\tyear student service government fund report education public receive increase high pay budget add number cost expect total percent provide \n",
- "\n",
- "<400> LL/token: -8.12198\n",
- "<410> LL/token: -8.12208\n",
- "<420> LL/token: -8.12254\n",
- "<430> LL/token: -8.12102\n",
- "<440> LL/token: -8.12187\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter arrest yesterday victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic provide improve policy sector develop island plan include region resource rural infrastructure ensure area \n",
- "2\t6.25\tpeople community woman work support country visit training program child important family event youth opportunity young include speak attend encourage \n",
- "3\t6.25\tcompany election land business issue constituency people market road process operation add general work log office local chief public candidate \n",
- "4\t6.25\tgovernment provincial member issue people leader parliament national province decision state statement meeting country executive interest minister add medium political \n",
- "5\t6.25\tschool team time year good start week today day island place play leave yesterday big teacher game late local thing \n",
- "6\t6.25\tpeople covid health water country community province medical service case food supply area travel risk continue response island disaster affect \n",
- "7\t6.25\tyear student service government fund report education public receive increase high pay budget cost expect number total add percent ministry \n",
- "\n",
- "<450> LL/token: -8.12126\n",
- "<460> LL/token: -8.12198\n",
- "<470> LL/token: -8.12096\n",
- "<480> LL/token: -8.12148\n"
+ "<310> LL/token: -8.12015\n",
+ "<320> LL/token: -8.11947\n",
+ "<330> LL/token: -8.1199\n",
+ "<340> LL/token: -8.1201\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy ensure growth investment national financial improve key resource priority management strategy system sustainable \n",
+ "1\t6.25\tgovernment project provincial province fund support infrastructure land people development work service area rural provide national funding constituency road include \n",
+ "2\t6.25\tgovernment people member parliament decision statement public medium leader political election interest state bill call add issue concern good time \n",
+ "3\t6.25\tincrease report water percent impact people high fishery food health island export affect population global risk reduce price rate market \n",
+ "4\t6.25\tcountry island region security leader visit regional trade meeting assistance nation official economic include agreement support meet people australian cooperation \n",
+ "5\t6.25\twoman community support work opportunity people program education student training child family school agriculture market improve youth programme role local \n",
+ "6\t6.25\tbusiness covid tourism service week time work number member local day worker start continue month travel good include place open \n",
+ "7\t6.25\tcompany police officer pay money payment case court public order business law operation charge mining report log yesterday tax matter \n",
+ "\n",
+ "<350> LL/token: -8.12013\n",
+ "<360> LL/token: -8.118\n",
+ "<370> LL/token: -8.11679\n",
+ "<380> LL/token: -8.11545\n",
+ "<390> LL/token: -8.11698\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy ensure growth financial national investment key improve support resource management priority system strategy \n",
+ "1\t6.25\tgovernment project provincial province fund support infrastructure people land development work service rural area provide national funding constituency road health \n",
+ "2\t6.25\tgovernment member people parliament decision statement public medium leader political election add interest state bill call time issue concern question \n",
+ "3\t6.25\tincrease report water percent high people impact island fishery food export health affect economy population market global price rate risk \n",
+ "4\t6.25\tcountry island region security visit leader regional trade meeting include nation assistance official support agreement economic australian meet cooperation issue \n",
+ "5\t6.25\twoman community work support opportunity people program education student training child family school agriculture youth improve programme market local young \n",
+ "6\t6.25\tbusiness covid service tourism time week work number local worker continue day month member good include travel start provide place \n",
+ "7\t6.25\tcompany police officer pay money case payment business public court order law charge operation mining matter receive report office yesterday \n",
+ "\n",
+ "<400> LL/token: -8.117\n",
+ "<410> LL/token: -8.11512\n",
+ "<420> LL/token: -8.11423\n",
+ "<430> LL/token: -8.11553\n",
+ "<440> LL/token: -8.11343\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy ensure growth financial national investment improve management key system support resource strategy sustainable \n",
+ "1\t6.25\tgovernment project provincial province fund support infrastructure land development work people rural area national service provide funding constituency road health \n",
+ "2\t6.25\tgovernment member people parliament decision statement medium public leader political election state interest bill add time concern call report issue \n",
+ "3\t6.25\tincrease water report high percent impact food fishery people export island market affect health economy population industry global price rate \n",
+ "4\t6.25\tcountry island region visit security leader regional trade meeting official assistance nation include agreement support meet australian economic issue cooperation \n",
+ "5\t6.25\twoman community work support people opportunity program education student training child family school agriculture youth improve programme local islander young \n",
+ "6\t6.25\tbusiness covid service tourism time week work day number worker month local provide continue good member start include travel place \n",
+ "7\t6.25\tcompany police officer pay money case business payment public court order law charge operation mining report matter office tax receive \n",
+ "\n",
+ "<450> LL/token: -8.11334\n",
+ "<460> LL/token: -8.11385\n",
+ "<470> LL/token: -8.11303\n",
+ "<480> LL/token: -8.11014\n",
+ "<490> LL/token: -8.10955\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy growth financial ensure national investment improve key management system resource support strategy sustainable \n",
+ "1\t6.25\tgovernment project provincial province fund support infrastructure development land people work rural area service health national provide funding constituency road \n",
+ "2\t6.25\tgovernment member people parliament decision statement medium public leader political election interest call add bill state time issue good group \n",
+ "3\t6.25\tincrease report water high percent impact food fishery export people market island affect economy population industry product local price rate \n",
+ "4\t6.25\tcountry island region visit security leader regional trade meeting include assistance support nation official economic agreement meet australian cooperation issue \n",
+ "5\t6.25\twoman community work support people opportunity program education student training child family school agriculture youth programme event young live improve \n",
+ "6\t6.25\tbusiness covid service tourism time week work number day worker month people continue local include good member travel provide place \n",
+ "7\t6.25\tcompany police officer pay money case business payment public court order law charge operation report mining receive tax office matter \n",
+ "\n",
+ "<500> LL/token: -8.11035\n",
+ "<510> LL/token: -8.10983\n",
+ "<520> LL/token: -8.1069\n",
+ "<530> LL/token: -8.10757\n",
+ "<540> LL/token: -8.10844\n",
+ "\n",
+ "0\t6.25\tgovernment development economic policy sector budget economy growth financial ensure national investment improve system management support resource key strategy finance \n",
+ "1\t6.25\tgovernment project provincial province fund support development infrastructure people land work rural area national health service provide funding constituency road \n",
+ "2\t6.25\tgovernment member parliament people decision statement medium public leader political election add interest bill call time state concern issue question \n",
+ "3\t6.25\tincrease water report percent high market fishery food impact export island people industry product affect economy local population price rate \n",
+ "4\t6.25\tcountry island region visit security leader regional include trade meeting assistance economic nation official agreement support meet australian issue cooperation \n",
+ "5\t6.25\twoman community work people support opportunity program education student training child family school agriculture youth programme event improve islander young \n",
+ "6\t6.25\tbusiness covid service tourism time week work number month day worker continue people travel good pandemic include local provide member \n",
+ "7\t6.25\tcompany police officer pay money business payment public court case order law operation charge mining report receive tax matter yesterday \n",
+ "\n",
+ "<550> LL/token: -8.10832\n",
+ "<560> LL/token: -8.10581\n",
+ "<570> LL/token: -8.10577\n",
+ "<580> LL/token: -8.10672\n",
+ "<590> LL/token: -8.1065\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth financial ensure national investment improve system key management support resource strategy reform \n",
+ "1\t6.25\tgovernment project provincial province fund support development infrastructure land people work rural area national funding constituency road service health provide \n",
+ "2\t6.25\tgovernment member people parliament decision statement medium leader public political election call interest add time state bill good concern group \n",
+ "3\t6.25\tincrease report market water high percent food fishery island export impact people industry product affect local economy population cost global \n",
+ "4\t6.25\tcountry island region security visit leader regional include trade meeting assistance official economic support nation meet agreement australian issue sign \n",
+ "5\t6.25\twoman community work people opportunity support program education student training child family school agriculture youth event live programme young role \n",
+ "6\t6.25\tbusiness covid service tourism week time work day continue number people worker month local provide travel start good pandemic open \n",
+ "7\t6.25\tcompany police officer business pay money payment court public order case law charge operation mining report receive office tax matter \n",
+ "\n",
+ "<600> LL/token: -8.10625\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<490> LL/token: -8.12179\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter arrest yesterday victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide develop sector policy include island plan region rural resource infrastructure ensure work \n",
- "2\t6.25\tpeople community woman work support country training program visit child family important youth event opportunity young include attend speak encourage \n",
- "3\t6.25\tcompany election land business issue people constituency market road process add operation general log local chief work office accord candidate \n",
- "4\t6.25\tgovernment provincial member issue leader people parliament national province decision state statement meeting country executive interest minister add group medium \n",
- "5\t6.25\tschool team time year good start week today island day place play leave yesterday big teacher game late local thing \n",
- "6\t6.25\tpeople covid health water country community province medical case service supply food area travel response risk continue island disaster affect \n",
- "7\t6.25\tyear student service government fund report education public high receive increase pay budget number cost expect total percent financial month \n",
- "\n",
- "<500> LL/token: -8.12184\n",
- "<510> LL/token: -8.12114\n",
- "<520> LL/token: -8.12132\n",
- "<530> LL/token: -8.12212\n",
- "<540> LL/token: -8.12232\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident yesterday matter arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island sector develop policy include region plan rural resource infrastructure ensure work \n",
- "2\t6.25\tpeople community woman work support country training program visit child family important event youth opportunity young attend speak encourage include \n",
- "3\t6.25\tcompany election land business issue people constituency market road process add operation general work chief local log office area candidate \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province decision state statement meeting country executive medium minister interest add group \n",
- "5\t6.25\tschool team time year good start week today island day place play leave yesterday teacher big game late local thing \n",
- "6\t6.25\tpeople covid health water country community province medical case area food service supply travel risk response affect disaster continue hospital \n",
- "7\t6.25\tyear student service government fund education report public receive pay increase high budget cost number expect add total percent month \n",
- "\n",
- "<550> LL/token: -8.12185\n",
- "<560> LL/token: -8.12148\n",
- "<570> LL/token: -8.12163\n",
- "<580> LL/token: -8.12174\n",
- "<590> LL/token: -8.12197\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter arrest yesterday victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide sector island develop policy include plan region rural infrastructure resource ensure partner \n",
- "2\t6.25\tpeople community woman work support country program training visit child family important youth event young opportunity speak encourage include attend \n",
- "3\t6.25\tcompany election land business issue people constituency road market process add operation general log chief work office local area candidate \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province decision state statement meeting country executive interest medium minister add group \n",
- "5\t6.25\tschool team time year good start week island today place play day leave local big teacher game late yesterday lead \n",
- "6\t6.25\tpeople covid health water country community province medical case service supply food travel area response risk disaster continue affect western \n",
- "7\t6.25\tyear student service government fund education report receive public pay increase high budget cost expect add month total number percent \n",
- "\n",
- "<600> LL/token: -8.12259\n",
- "<610> LL/token: -8.12251\n",
- "<620> LL/token: -8.12235\n",
- "<630> LL/token: -8.12292\n",
- "<640> LL/token: -8.12314\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report force year allege incident matter arrest yesterday victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island include sector policy develop plan region rural infrastructure resource ensure work \n",
- "2\t6.25\tpeople community woman work support country training program child visit family important youth event opportunity young speak encourage attend member \n",
- "3\t6.25\tcompany election land business issue people constituency road market add process operation work log general chief local area office place \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province decision state statement meeting country executive medium minister interest group add \n",
- "5\t6.25\tschool team time year good start week island today place day play leave local yesterday big teacher game late lead \n",
- "6\t6.25\tpeople covid health water country community province medical case service supply food travel area response risk continue affect disaster hospital \n",
- "7\t6.25\tyear student service government fund report education receive public pay increase high budget cost expect total number percent month add \n",
- "\n",
- "<650> LL/token: -8.1228\n",
- "<660> LL/token: -8.12371\n",
- "<670> LL/token: -8.12319\n",
- "<680> LL/token: -8.12271\n",
- "<690> LL/token: -8.12248\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter yesterday arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island sector develop policy include region plan rural infrastructure resource ensure partner \n",
- "2\t6.25\tpeople community woman work support country program training child visit family important youth opportunity event young speak encourage attend include \n",
- "3\t6.25\tcompany election land business issue people constituency road market process add operation area general local log chief work office candidate \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province state decision statement meeting country medium executive minister interest add political \n",
- "5\t6.25\tschool team time year good start island week today place day play leave local teacher big game yesterday visit late \n",
- "6\t6.25\tpeople covid health water country community province medical case travel supply service food area response continue risk disaster affect hospital \n",
- "7\t6.25\tyear student service government fund education report public receive pay increase high budget cost expect number month percent total ministry \n",
- "\n",
- "<700> LL/token: -8.12234\n",
- "<710> LL/token: -8.12259\n",
- "<720> LL/token: -8.12235\n",
- "<730> LL/token: -8.12245\n",
- "<740> LL/token: -8.12256\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force yesterday allege incident matter arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve island provide sector policy develop plan include region rural infrastructure resource ensure partner \n",
- "2\t6.25\tpeople community work woman support country program training child visit family important youth opportunity young event speak encourage attend learn \n",
- "3\t6.25\tcompany election land business issue people constituency market road add process work operation area general log local chief office candidate \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province decision state statement meeting country medium executive interest minister political add \n",
- "5\t6.25\tschool team time year good start island week today day place play leave local big yesterday teacher visit game late \n",
- "6\t6.25\tpeople covid health water country community province medical case service food travel supply area risk response affect disaster continue hospital \n",
- "7\t6.25\tyear student service government fund report education receive pay public high increase budget month cost number total expect percent add \n",
- "\n",
- "<750> LL/token: -8.12279\n",
- "<760> LL/token: -8.12205\n",
- "<770> LL/token: -8.12213\n",
- "<780> LL/token: -8.12212\n",
- "<790> LL/token: -8.12212\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident matter arrest victim yesterday investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island sector develop policy plan include region rural infrastructure resource ensure partner \n",
- "2\t6.25\tpeople community work woman support country program training child visit family important youth young opportunity event encourage speak attend learn \n",
- "3\t6.25\tcompany election land business people issue constituency road market add process operation area work local log general chief office accord \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national province people decision state statement meeting country medium executive minister interest political add \n",
- "5\t6.25\tschool team time year good start island week today place day play leave local yesterday teacher big game late visit \n",
- "6\t6.25\tpeople covid health water country community province medical case service supply travel food continue risk response affect disaster area hospital \n",
- "7\t6.25\tyear student service government fund report education receive public pay high increase budget number cost expect percent month total provide \n",
- "\n",
- "<800> LL/token: -8.12068\n"
+ "<610> LL/token: -8.10611\n",
+ "<620> LL/token: -8.10715\n",
+ "<630> LL/token: -8.10731\n",
+ "<640> LL/token: -8.10922\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth financial ensure national investment key management system resource strategy provide finance reform \n",
+ "1\t6.25\tgovernment project provincial province fund support development infrastructure land people work rural area national funding constituency road provide community complete \n",
+ "2\t6.25\tgovernment member parliament people decision statement medium public leader political election add call interest state time bill concern issue question \n",
+ "3\t6.25\tincrease report market water percent high food fishery export impact people island product industry local affect population economy environment price \n",
+ "4\t6.25\tcountry island region visit security leader regional include trade meeting support assistance official australian economic nation meet agreement cooperation state \n",
+ "5\t6.25\twoman work community people opportunity support program education student training child family school event youth role programme young live important \n",
+ "6\t6.25\tbusiness covid service health tourism time week day work continue worker number month people local good pandemic travel start place \n",
+ "7\t6.25\tcompany police officer business pay money payment public court case order law operation charge report mining yesterday receive office issue \n",
+ "\n",
+ "<650> LL/token: -8.10797\n",
+ "<660> LL/token: -8.10931\n",
+ "<670> LL/token: -8.10916\n",
+ "<680> LL/token: -8.10953\n",
+ "<690> LL/token: -8.10958\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth financial national ensure investment key support resource system management strategy finance reform \n",
+ "1\t6.25\tgovernment project provincial province fund support development infrastructure land work people rural area national funding constituency road provide complete western \n",
+ "2\t6.25\tgovernment member people parliament decision statement medium leader public political election interest add state call bill time issue good concern \n",
+ "3\t6.25\tincrease market high water report percent food export fishery island industry impact local product people affect year population cost economy \n",
+ "4\t6.25\tcountry island region visit security regional leader economic trade include meeting assistance nation official agreement support australian meet issue cooperation \n",
+ "5\t6.25\twoman work community people opportunity support program education student training child family school event youth role live young programme important \n",
+ "6\t6.25\tbusiness covid service health tourism time week day people work continue worker month number include travel provide good place pandemic \n",
+ "7\t6.25\tcompany police business officer pay money payment public court case order law operation charge report mining receive office yesterday process \n",
+ "\n",
+ "<700> LL/token: -8.10984\n",
+ "<710> LL/token: -8.10885\n",
+ "<720> LL/token: -8.11065\n",
+ "<730> LL/token: -8.11007\n",
+ "<740> LL/token: -8.11086\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth financial ensure investment national support management system key finance strategy resource improve \n",
+ "1\t6.25\tgovernment project provincial province fund development support infrastructure people land work rural area national funding constituency road provide western community \n",
+ "2\t6.25\tgovernment member parliament people decision statement medium leader public political election add interest state bill call time concern question issue \n",
+ "3\t6.25\tincrease market high water percent report fishery export food impact island industry local product people affect cost economy population resource \n",
+ "4\t6.25\tcountry island region visit security leader regional trade include meeting economic assistance support nation australian official agreement meet cooperation issue \n",
+ "5\t6.25\twoman work community people opportunity support program education student training child family event school youth business role important live islander \n",
+ "6\t6.25\tbusiness covid service health tourism time week work day continue worker month number people provide travel good include pandemic place \n",
+ "7\t6.25\tcompany police business officer pay money public payment court case order report law operation charge mining yesterday office receive claim \n",
+ "\n",
+ "<750> LL/token: -8.11035\n",
+ "<760> LL/token: -8.109\n",
+ "<770> LL/token: -8.10858\n",
+ "<780> LL/token: -8.10926\n",
+ "<790> LL/token: -8.10696\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth financial ensure investment national system management support key strategy resource reform improve \n",
+ "1\t6.25\tgovernment project provincial province fund support development infrastructure land people work rural area national funding constituency road provide community western \n",
+ "2\t6.25\tgovernment member parliament people decision statement medium public leader political election interest add state bill call concern time good issue \n",
+ "3\t6.25\tincrease market water percent high report fishery export food industry impact local product island people affect economy cost environment small \n",
+ "4\t6.25\tcountry island region visit security leader include economic regional trade meeting assistance support meet nation official agreement australian issue cooperation \n",
+ "5\t6.25\twoman work people community opportunity support program education student training child business family school event youth live role young islander \n",
+ "6\t6.25\tbusiness covid service health tourism time week people work continue worker day number include month provide travel good response pandemic \n",
+ "7\t6.25\tcompany police business officer pay money payment court public order case report operation law charge mining office receive matter give \n",
+ "\n",
+ "<800> LL/token: -8.1083\n",
+ "<810> LL/token: -8.10818\n",
+ "<820> LL/token: -8.10872\n",
+ "<830> LL/token: -8.1089\n",
+ "<840> LL/token: -8.10811\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth ensure financial national investment support system management key resource strategy finance improve \n",
+ "1\t6.25\tgovernment project provincial province fund support development infrastructure land people work rural area national community funding constituency road complete western \n",
+ "2\t6.25\tgovernment member people parliament decision statement medium public leader political add election interest bill call state time concern issue question \n",
+ "3\t6.25\tincrease market high water percent report fishery export food industry island local impact product affect economy cost people small log \n",
+ "4\t6.25\tcountry island region visit security leader regional trade economic include meeting support official assistance nation agreement meet australian issue state \n",
+ "5\t6.25\twoman people work community opportunity support program education student business training family child event school youth role young experience live \n",
+ "6\t6.25\tbusiness covid service health tourism week time work people provide month continue number worker include travel day pandemic response situation \n",
+ "7\t6.25\tcompany police business officer pay money payment public court order case law operation charge report mining office receive tax matter \n",
+ "\n",
+ "<850> LL/token: -8.10884\n",
+ "<860> LL/token: -8.10919\n",
+ "<870> LL/token: -8.10837\n",
+ "<880> LL/token: -8.10806\n",
+ "<890> LL/token: -8.10577\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth ensure financial investment national support system key management resource strategy finance provide \n",
+ "1\t6.25\tgovernment project provincial province support fund development infrastructure land people work rural area community national funding constituency road western provide \n",
+ "2\t6.25\tgovernment member parliament people decision statement medium public leader political election interest state add bill time call concern issue national \n",
+ "3\t6.25\tincrease market water high percent report fishery industry export food local island impact product cost economy price environment people resource \n",
+ "4\t6.25\tcountry island region visit security include leader regional trade meeting economic official nation assistance meet support agreement australian issue state \n",
+ "5\t6.25\twoman people work community opportunity support program education business student training child family event school youth role live young islander \n",
+ "6\t6.25\tbusiness covid service health tourism time week people work continue include worker number month provide day travel response pandemic good \n",
+ "7\t6.25\tcompany police business officer pay money payment court public case order law report operation charge mining matter receive office yesterday \n",
+ "\n",
+ "<900> LL/token: -8.10697\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<810> LL/token: -8.12265\n",
- "<820> LL/token: -8.12249\n",
- "<830> LL/token: -8.12301\n",
- "<840> LL/token: -8.12312\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident yesterday matter arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island policy sector develop include region plan rural infrastructure resource ensure regional \n",
- "2\t6.25\tpeople community woman work support country training program child visit family important youth young opportunity event speak encourage attend australian \n",
- "3\t6.25\tcompany election land business issue people constituency market road add process operation work area general log chief local candidate office \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province decision state statement meeting country medium executive interest minister group political \n",
- "5\t6.25\tschool team time year good start island week today place play day local leave visit big teacher game late yesterday \n",
- "6\t6.25\tpeople covid health water country community medical province case service travel supply food response risk continue affect area western disaster \n",
- "7\t6.25\tyear student service government fund education report public receive pay high increase budget cost number expect total percent month add \n",
- "\n",
- "<850> LL/token: -8.12263\n",
- "<860> LL/token: -8.12263\n",
- "<870> LL/token: -8.12298\n",
- "<880> LL/token: -8.12354\n",
- "<890> LL/token: -8.12304\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident yesterday matter arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island sector policy include develop plan region rural infrastructure resource ensure partner \n",
- "2\t6.25\tpeople community work woman support country program training child family visit important youth opportunity young speak event encourage attend member \n",
- "3\t6.25\tcompany election land business issue people constituency market road add operation process area work general log chief local candidate accord \n",
- "4\t6.25\tgovernment provincial member issue parliament leader national people province decision state statement meeting country medium executive interest minister political add \n",
- "5\t6.25\tschool team time year good start island week today day visit place local play leave yesterday teacher big game late \n",
- "6\t6.25\tpeople covid health water country community province medical case service supply travel food continue response risk affect area disaster hospital \n",
- "7\t6.25\tyear student service government fund report education public receive pay increase budget high cost month expect number percent total money \n",
- "\n",
- "<900> LL/token: -8.12456\n",
- "<910> LL/token: -8.12299\n",
- "<920> LL/token: -8.12223\n",
- "<930> LL/token: -8.12273\n",
- "<940> LL/token: -8.12236\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident yesterday matter arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island policy sector develop include plan region rural infrastructure resource ensure regional \n",
- "2\t6.25\tpeople community work woman support country program training child family important visit youth opportunity young speak event encourage attend learn \n",
- "3\t6.25\tcompany election land business issue people constituency market road work add operation process area general log local chief candidate carry \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province decision state statement meeting country medium executive minister interest political group \n",
- "5\t6.25\tschool team time year good start island week today visit place day play local leave teacher big game yesterday lead \n",
- "6\t6.25\tpeople covid health water country community medical province case service supply food travel area response risk continue affect disaster include \n",
- "7\t6.25\tyear student service government fund education report receive public pay high increase budget cost add total month expect percent number \n",
- "\n",
- "<950> LL/token: -8.1229\n",
- "<960> LL/token: -8.12248\n",
- "<970> LL/token: -8.12223\n",
- "<980> LL/token: -8.123\n",
- "<990> LL/token: -8.12336\n",
- "\n",
- "0\t6.25\tpolice officer court case man public charge rsipf accuse report year force allege incident yesterday matter arrest victim investigation vehicle \n",
- "1\t6.25\tdevelopment project country support government economic improve provide island policy sector develop include plan region rural infrastructure resource ensure regional \n",
- "2\t6.25\tpeople community work woman support country program training child family important visit youth opportunity young speak encourage attend event include \n",
- "3\t6.25\tcompany election land business people issue constituency market add road operation work area process general log chief local candidate place \n",
- "4\t6.25\tgovernment provincial member issue leader parliament national people province decision state statement meeting country medium executive minister interest political group \n",
- "5\t6.25\tschool team time year good start island week visit today day local place play leave big teacher game yesterday lead \n",
- "6\t6.25\tpeople covid health water country community medical province case service travel supply food response affect risk area continue include disaster \n",
- "7\t6.25\tyear student service government fund education public receive report pay increase high budget expect cost month number percent total money \n",
- "\n",
- "<1000> LL/token: -8.12377\n",
- "\n",
- "Total time: 1 minutes 27 seconds\n",
+ "<910> LL/token: -8.10668\n",
+ "<920> LL/token: -8.10607\n",
+ "<930> LL/token: -8.10621\n",
+ "<940> LL/token: -8.10577\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth financial ensure investment national support key management system strategy finance resource reform \n",
+ "1\t6.25\tgovernment project provincial province support fund development infrastructure land people work rural area national community funding constituency road provide plan \n",
+ "2\t6.25\tgovernment member parliament people decision statement medium leader public political election interest add state bill call concern time national good \n",
+ "3\t6.25\tincrease market water percent high report fishery industry export island food local impact product cost people economy population year resource \n",
+ "4\t6.25\tcountry island region visit security regional include meeting leader trade economic official assistance meet support australian nation agreement issue state \n",
+ "5\t6.25\twoman people work community opportunity program business support education student training child family event school youth role live young important \n",
+ "6\t6.25\tbusiness covid service health tourism time week work people continue worker include provide number month day travel situation response pandemic \n",
+ "7\t6.25\tcompany police business officer pay money payment public court case order report law charge operation mining office matter issue receive \n",
+ "\n",
+ "<950> LL/token: -8.1058\n",
+ "<960> LL/token: -8.10717\n",
+ "<970> LL/token: -8.10654\n",
+ "<980> LL/token: -8.1067\n",
+ "<990> LL/token: -8.10712\n",
+ "\n",
+ "0\t6.25\tgovernment economic development policy sector budget economy growth financial ensure investment national support system management key strategy finance resource improve \n",
+ "1\t6.25\tgovernment project provincial province fund support development infrastructure land people work rural area national funding community constituency road complete provide \n",
+ "2\t6.25\tgovernment member parliament people decision statement medium leader public political add election state interest bill call time concern issue good \n",
+ "3\t6.25\tincrease market high water percent fishery local industry export report food island impact product small economy cost resource price log \n",
+ "4\t6.25\tcountry island region visit security leader regional include economic trade meeting support assistance official nation australian meet agreement issue cooperation \n",
+ "5\t6.25\twoman people work community opportunity program support business education student training child family event school youth role live young islander \n",
+ "6\t6.25\tbusiness covid service health tourism week time people work worker continue number provide day month include travel response good pandemic \n",
+ "7\t6.25\tcompany police business officer pay money public payment court case order report charge operation law mining yesterday receive office give \n",
+ "\n",
+ "<1000> LL/token: -8.10838\n",
+ "\n",
+ "Total time: 48 seconds\n",
"Mallet LDA: 9 topics, 4 topic bits, 1111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.75199\n",
- "<20> LL/token: -9.00051\n",
- "<30> LL/token: -8.53481\n",
- "<40> LL/token: -8.35855\n",
- "\n",
- "0\t5.55556\tsupport community development woman program training provide economic education develop improve sector country rural programme work opportunity include project region \n",
- "1\t5.55556\tyear student people country school island local good work time food study islander start culture high ramsi product add form \n",
- "2\t5.55556\tgovernment provincial issue national land province leader country people meeting development policy state member minister interest statement executive address add \n",
- "3\t5.55556\tproject work visit business island area infrastructure include market provide support complete assistance service build road local tourism australian site \n",
- "4\t5.55556\tpolice officer man rsipf case accuse public charge force report community incident arrest victim allege investigation year vehicle person operation \n",
- "5\t5.55556\tpeople water issue call report child time add school problem week live medium concern affect situation accord family area leave \n",
- "6\t5.55556\tcourt election parliament public company member order constituency office law pay high claim matter process case money act log bill \n",
- "7\t5.55556\tcovid health country service increase medical year percent total public include case supply risk worker number continue provide report hospital \n",
- "8\t5.55556\tteam today event member day country good hold year woman group play leader lead time week host attend church yesterday \n",
- "\n",
- "<50> LL/token: -8.2799\n",
- "<60> LL/token: -8.23596\n",
- "<70> LL/token: -8.20886\n",
- "<80> LL/token: -8.19165\n",
- "<90> LL/token: -8.18021\n",
- "\n",
- "0\t5.55556\tsupport development woman community country program training economic develop sector provide region include improve resource opportunity work programme partner regional \n",
- "1\t5.55556\tyear student school local work education child country good island high study food teacher time young form family product learn \n",
- "2\t5.55556\tgovernment provincial leader national issue country province people land meeting member state policy minister add budget development meet statement interest \n",
- "3\t5.55556\tproject work service business support provide fund assistance infrastructure include build complete operation plan road visit australian building tourism area \n",
- "4\t5.55556\tpolice officer man court charge case rsipf public accuse year force allege incident arrest victim investigation yesterday vehicle report matter \n",
- "5\t5.55556\tpeople community water report area call issue live medium family add affect problem time village child home concern situation place \n",
- "6\t5.55556\telection parliament public member company pay office process claim constituency law order give act statement issue log question bill money \n",
- "7\t5.55556\tcountry covid health service case increase medical number percent total continue include public risk week worker report response year hospital \n",
- "8\t5.55556\tteam today event day year good time hold member play group country yesterday week open lead host church game island \n",
- "\n",
- "<100> LL/token: -8.17131\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.61426\n",
+ "<20> LL/token: -8.96221\n",
+ "<30> LL/token: -8.57788\n",
+ "<40> LL/token: -8.3933\n",
+ "\n",
+ "0\t5.55556\tgovernment economic sector policy development economy budget support investment growth rural service improve financial business reform ensure agriculture provide key \n",
+ "1\t5.55556\tpolice public officer order law case court medium business charge matter yesterday report force accuse high follow vehicle person call \n",
+ "2\t5.55556\tmarket increase local high fishery industry percent cost export island food report product impact large price small reduce accord rate \n",
+ "3\t5.55556\tpeople government time good family work year child thing live service add situation change problem call lot life long islander \n",
+ "4\t5.55556\twoman community support development opportunity work program develop training partnership programme sustainable provide youth promote partner role country include education \n",
+ "5\t5.55556\tgovernment leader country people island minister meeting member political state security nation interest issue national development official agreement region cooperation \n",
+ "6\t5.55556\tgovernment project provincial province fund national infrastructure work plan development include road funding provide area ministry western water system management \n",
+ "7\t5.55556\tcompany business member parliament land government pay payment process election receive bill operation mining give constituency explain office claim log \n",
+ "8\t5.55556\tcovid health support visit tourism student week include australian work school continue service team travel staff provide border event open \n",
+ "\n",
+ "<50> LL/token: -8.3057\n",
+ "<60> LL/token: -8.25812\n",
+ "<70> LL/token: -8.22947\n",
+ "<80> LL/token: -8.2109\n",
+ "<90> LL/token: -8.19622\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy sector development economy budget investment growth rural financial service ensure support reform improve add business national strategy \n",
+ "1\t5.55556\tpublic police officer law order court case medium business report charge corruption matter high yesterday accuse office force vehicle follow \n",
+ "2\t5.55556\tincrease market local industry high percent fishery report export food cost island product water impact price farmer small log rate \n",
+ "3\t5.55556\tpeople time government year good family add work live day thing child leave call speak change problem lot long situation \n",
+ "4\t5.55556\twoman community support development opportunity work develop program training programme partnership sustainable role provide youth education promote include access important \n",
+ "5\t5.55556\tleader country island government meeting security region state minister political member official nation agreement trade regional issue visit economic interest \n",
+ "6\t5.55556\tgovernment project provincial province fund development infrastructure work national support plan area provide funding include road land ministry western complete \n",
+ "7\t5.55556\tgovernment company member parliament business pay payment process land receive bill election mining decision explain statement issue give accord claim \n",
+ "8\t5.55556\tcovid health tourism support service student week work worker include business provide continue school team staff travel visit response australian \n",
+ "\n",
+ "<100> LL/token: -8.18467\n",
+ "<110> LL/token: -8.17732\n",
+ "<120> LL/token: -8.1712\n",
+ "<130> LL/token: -8.16825\n",
+ "<140> LL/token: -8.16494\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy development sector economy budget investment growth rural financial service ensure national reform finance revenue key resource public \n",
+ "1\t5.55556\tpublic police officer business order law court case medium charge report corruption yesterday matter high office accuse vehicle follow money \n",
+ "2\t5.55556\tincrease market local industry high percent report water fishery export island food cost product impact log price resource small farmer \n",
+ "3\t5.55556\tpeople government time good year family add live day thing call child work change leave lot speak problem situation islander \n",
+ "4\t5.55556\twoman support opportunity community development work program develop training programme role provide sustainable partnership education promote youth access important include \n",
+ "5\t5.55556\tcountry leader island region security meeting state regional agreement trade visit political official issue minister nation meet government assistance member \n",
+ "6\t5.55556\tgovernment project provincial province development support infrastructure work fund national area plan land community provide road funding include western build \n",
+ "7\t5.55556\tgovernment company member parliament business pay process payment statement bill election land decision receive mining explain report issue give claim \n",
+ "8\t5.55556\tcovid health tourism service student support week business work provide worker continue school include staff travel number response border team \n",
+ "\n",
+ "<150> LL/token: -8.16135\n",
+ "<160> LL/token: -8.15635\n",
+ "<170> LL/token: -8.15386\n",
+ "<180> LL/token: -8.15196\n",
+ "<190> LL/token: -8.15199\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy development sector economy budget investment growth financial service ensure rural national reform finance public key resource revenue \n",
+ "1\t5.55556\tpublic police business officer order law court case medium charge yesterday corruption report office high matter accuse follow vehicle call \n",
+ "2\t5.55556\tincrease market local industry high water fishery export percent food report island product cost agriculture impact log price small resource \n",
+ "3\t5.55556\tpeople government time good year family add day call thing live child speak work lot long leave change problem islander \n",
+ "4\t5.55556\twoman support opportunity community development work program training develop provide business role programme sustainable partnership education promote youth access stakeholder \n",
+ "5\t5.55556\tcountry leader island region meeting security visit regional official trade state agreement economic issue minister assistance include member cooperation interest \n",
+ "6\t5.55556\tgovernment project provincial province support development work infrastructure fund national area land community people plan provide road funding include western \n",
+ "7\t5.55556\tgovernment company member parliament pay process business payment statement bill election decision report mining issue explain receive accord land claim \n",
+ "8\t5.55556\tcovid health tourism service student week business support work worker school provide continue include staff response travel time border team \n",
+ "\n",
+ "<200> LL/token: -8.15017\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<110> LL/token: -8.16318\n",
- "<120> LL/token: -8.15742\n",
- "<130> LL/token: -8.15253\n",
- "<140> LL/token: -8.14757\n",
- "\n",
- "0\t5.55556\tsupport woman development country training economic community program develop sector region provide include island resource opportunity partner regional key policy \n",
- "1\t5.55556\tyear student school child work local education good market young family study country teacher learn program high food add form \n",
- "2\t5.55556\tgovernment provincial leader national issue people country province land meeting member state minister add budget policy meet statement interest executive \n",
- "3\t5.55556\tproject work service support fund business provide include infrastructure assistance complete plan build operation road building tourism australian local development \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf accuse year force allege incident arrest victim investigation vehicle yesterday report matter \n",
- "5\t5.55556\tpeople community water area call live island report issue affect problem time village add home family medium situation happen concern \n",
- "6\t5.55556\telection parliament public member company pay process office claim issue law statement question act log give bill order medium payment \n",
- "7\t5.55556\tcovid country health case medical increase service number report percent continue week risk total public response include hospital remain border \n",
- "8\t5.55556\tteam today event year time day visit good hold member play yesterday group week country lead host island open church \n",
- "\n",
- "<150> LL/token: -8.14355\n",
- "<160> LL/token: -8.14097\n",
- "<170> LL/token: -8.13903\n",
- "<180> LL/token: -8.13738\n",
- "<190> LL/token: -8.13597\n",
- "\n",
- "0\t5.55556\twoman country development support training economic develop program sector community region island resource include provide opportunity partner regional policy key \n",
- "1\t5.55556\tyear student school child work local education market good young program high study family teacher learn add product form culture \n",
- "2\t5.55556\tgovernment provincial leader people issue national province country land meeting member state minister budget add meet policy interest executive premier \n",
- "3\t5.55556\tproject work service support fund provide business include assistance infrastructure complete build development plan road operation building tourism cost australian \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year force allege incident arrest victim investigation yesterday vehicle matter report \n",
- "5\t5.55556\tpeople community water area island live call report issue affect problem village family time home add place life find situation \n",
- "6\t5.55556\telection parliament public member company process pay medium issue office claim question report statement law act order bill give log \n",
- "7\t5.55556\tcountry covid health case medical increase number week service continue percent report include risk response public total hospital border remain \n",
- "8\t5.55556\tteam today event visit day year time good hold country play member yesterday island group host week church lead open \n",
- "\n",
- "<200> LL/token: -8.13334\n",
- "<210> LL/token: -8.133\n",
- "<220> LL/token: -8.13226\n",
- "<230> LL/token: -8.13082\n",
- "<240> LL/token: -8.12998\n",
- "\n",
- "0\t5.55556\twoman country support development economic training develop program sector island region community include resource policy provide partner regional opportunity key \n",
- "1\t5.55556\tyear student school child work local education market good young program study family teacher high learn add product form job \n",
- "2\t5.55556\tgovernment provincial leader people issue national province country land member meeting state add budget minister meet executive premier policy interest \n",
- "3\t5.55556\tproject work service support fund provide business development infrastructure assistance include year government complete build road plan building operation tourism \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year force allege incident arrest victim yesterday investigation vehicle matter report \n",
- "5\t5.55556\tpeople community water area island live call report affect village problem issue time disaster family home add find boat place \n",
- "6\t5.55556\telection public parliament company member medium process pay issue office claim statement question law report act give bill decision payment \n",
- "7\t5.55556\tcovid country health case medical increase week number report continue response include percent risk service public total hospital remain border \n",
- "8\t5.55556\tteam today event visit day time year good country hold play yesterday member island host lead group church week game \n",
- "\n",
- "<250> LL/token: -8.12874\n",
- "<260> LL/token: -8.12802\n",
- "<270> LL/token: -8.12709\n",
- "<280> LL/token: -8.12796\n",
- "<290> LL/token: -8.12761\n",
- "\n",
- "0\t5.55556\tcountry woman support development economic training develop island sector region program community include resource policy provide partner opportunity regional key \n",
- "1\t5.55556\tyear student school child work local education market program good young high study family add teacher learn form week job \n",
- "2\t5.55556\tgovernment provincial people leader issue national province country member land meeting state budget minister add meet executive premier interest statement \n",
- "3\t5.55556\tproject work service support fund provide business development government assistance include infrastructure year complete build plan road building rural tourism \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf accuse year force allege incident arrest victim yesterday investigation matter vehicle report \n",
- "5\t5.55556\tpeople community water area island live call affect village problem report family disaster home time issue find boat happen add \n",
- "6\t5.55556\telection parliament public company member medium issue process pay office claim report question law statement act give bill decision payment \n",
- "7\t5.55556\tcountry covid health case medical increase week number report percent response include continue risk public service hospital total border measure \n",
- "8\t5.55556\tteam today event visit day time year good hold play country yesterday member host island church lead group open game \n",
- "\n",
- "<300> LL/token: -8.12628\n",
- "<310> LL/token: -8.12589\n",
- "<320> LL/token: -8.12571\n",
- "<330> LL/token: -8.12581\n",
- "<340> LL/token: -8.12394\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic training develop island region sector community include policy resource program partner opportunity provide regional key \n",
- "1\t5.55556\tyear student school child work local education market program good young family high add study learn teacher week form product \n",
- "2\t5.55556\tgovernment provincial people leader issue national province member land country meeting state budget minister add meet interest premier executive address \n",
- "3\t5.55556\tproject service work support fund provide business development government year include infrastructure assistance complete build plan building road rural tourism \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf accuse year force allege incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live call village report problem affect disaster family home issue time food find boat travel \n",
- "6\t5.55556\telection parliament public company medium member issue process pay office claim report statement question law act decision bill give payment \n",
- "7\t5.55556\tcountry covid health case medical increase week number response continue percent include report risk public service hospital remain people total \n",
- "8\t5.55556\tteam today event visit day time year good hold play yesterday country island member host church lead week group open \n",
- "\n",
- "<350> LL/token: -8.12487\n",
- "<360> LL/token: -8.12425\n",
- "<370> LL/token: -8.12452\n",
- "<380> LL/token: -8.12369\n",
- "<390> LL/token: -8.12466\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic training develop island region include sector resource policy program community partner regional opportunity key provide \n",
- "1\t5.55556\tyear student school child work local education program market good young family high study learn add teacher week form job \n",
- "2\t5.55556\tgovernment provincial people leader issue national province member country meeting land state add budget minister meet executive premier statement interest \n",
- "3\t5.55556\tproject work service support fund business provide government development year assistance infrastructure include build plan complete rural building road ministry \n",
- "4\t5.55556\tpolice officer court man case public charge rsipf accuse year allege force incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community water area island live report village affect problem call disaster home time family find food boat issue add \n",
- "6\t5.55556\telection parliament public company medium member process issue pay claim office report question statement law give decision act bill payment \n",
- "7\t5.55556\tcovid country health case medical increase week number response continue percent include risk public report people service hospital total border \n",
- "8\t5.55556\tteam today event day visit time year good hold play yesterday country island member host church lead group game open \n",
- "\n",
- "<400> LL/token: -8.1243\n"
+ "<210> LL/token: -8.14859\n",
+ "<220> LL/token: -8.14668\n",
+ "<230> LL/token: -8.14453\n",
+ "<240> LL/token: -8.14259\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy sector economy budget development investment growth financial ensure national service reform finance public revenue system resource key \n",
+ "1\t5.55556\tpublic police business officer order law court case charge yesterday corruption medium report matter high accuse office person vehicle money \n",
+ "2\t5.55556\tmarket increase industry local high water fishery export food report island product percent cost agriculture resource impact log small price \n",
+ "3\t5.55556\tpeople government time good year family add day work thing call live change leave lot speak child long give problem \n",
+ "4\t5.55556\twoman support opportunity development community work program business training develop provide programme role education sustainable partnership promote youth achieve access \n",
+ "5\t5.55556\tcountry leader island region security meeting visit regional state trade official economic agreement include meet assistance minister issue nation cooperation \n",
+ "6\t5.55556\tgovernment project provincial province support development infrastructure work fund area national rural land community people plan provide road western funding \n",
+ "7\t5.55556\tgovernment company member parliament pay process payment statement business election report bill decision receive mining issue accord constituency explain give \n",
+ "8\t5.55556\tcovid health tourism service student week business school worker include work support response provide continue time staff number travel team \n",
+ "\n",
+ "<250> LL/token: -8.14181\n",
+ "<260> LL/token: -8.14215\n",
+ "<270> LL/token: -8.14132\n",
+ "<280> LL/token: -8.13897\n",
+ "<290> LL/token: -8.1383\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth development financial investment national ensure finance reform service system revenue strategy key public \n",
+ "1\t5.55556\tpublic police business officer order law court case charge corruption yesterday report high matter money office accuse person operation vehicle \n",
+ "2\t5.55556\tmarket increase local industry water high fishery export food island report product percent agriculture cost impact log resource area price \n",
+ "3\t5.55556\tpeople government time year good family add day thing call live child long leave lot change speak islander medium problem \n",
+ "4\t5.55556\twoman opportunity support community work development program business training develop programme role education provide sustainable promote partnership youth event important \n",
+ "5\t5.55556\tcountry leader island region security visit meeting regional state agreement economic official trade include meet assistance nation minister cooperation issue \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure work fund rural area national community land people provide plan road funding western \n",
+ "7\t5.55556\tgovernment company member parliament process pay payment statement decision election report bill issue business mining explain receive question interest accord \n",
+ "8\t5.55556\tcovid health tourism service student week work school support worker business provide include response staff travel number team border time \n",
+ "\n",
+ "<300> LL/token: -8.13589\n",
+ "<310> LL/token: -8.13381\n",
+ "<320> LL/token: -8.13418\n",
+ "<330> LL/token: -8.13516\n",
+ "<340> LL/token: -8.13438\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth financial investment development national ensure finance reform service system public revenue increase strategy \n",
+ "1\t5.55556\tbusiness police public officer order law court case charge corruption yesterday high report follow matter office accuse money person involve \n",
+ "2\t5.55556\tmarket local industry increase water high fishery export food report island product agriculture percent log cost impact resource price small \n",
+ "3\t5.55556\tpeople government time year good family day call add thing live child leave medium change lot speak long problem islander \n",
+ "4\t5.55556\twoman support opportunity community work development program business training develop role programme provide education sustainable promote economic youth partnership event \n",
+ "5\t5.55556\tcountry leader island region visit security meeting regional official economic trade state include agreement assistance meet nation cooperation issue australian \n",
+ "6\t5.55556\tproject government provincial development province support infrastructure fund work rural area national people land community plan constituency road provide funding \n",
+ "7\t5.55556\tgovernment company member parliament process pay payment statement decision election report bill issue mining give claim interest explain accord question \n",
+ "8\t5.55556\tcovid health tourism service student work week school worker provide business support response number time include staff travel team month \n",
+ "\n",
+ "<350> LL/token: -8.13043\n",
+ "<360> LL/token: -8.13077\n",
+ "<370> LL/token: -8.13211\n",
+ "<380> LL/token: -8.13289\n",
+ "<390> LL/token: -8.13424\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth financial investment development national ensure finance reform service system revenue key resource public \n",
+ "1\t5.55556\tbusiness public police officer law order court case charge corruption yesterday office high money matter accuse person report act follow \n",
+ "2\t5.55556\tmarket increase industry local water fishery export high food report island product agriculture percent log cost resource impact area price \n",
+ "3\t5.55556\tpeople government time year good family day add call thing medium live child speak leave change lot long islander work \n",
+ "4\t5.55556\twoman support opportunity community work development business program training develop provide role programme education event promote partnership youth important achieve \n",
+ "5\t5.55556\tcountry leader island region visit security regional meeting economic include trade agreement state official assistance meet issue cooperation minister nation \n",
+ "6\t5.55556\tproject government provincial development province support infrastructure work fund rural national area community people land provide constituency plan road funding \n",
+ "7\t5.55556\tgovernment company member parliament process pay statement payment report decision election bill issue mining explain claim interest question land accord \n",
+ "8\t5.55556\tcovid health tourism service student work week school worker provide support number staff response include travel time month border continue \n",
+ "\n",
+ "<400> LL/token: -8.13354\n",
+ "<410> LL/token: -8.13243\n",
+ "<420> LL/token: -8.13187\n",
+ "<430> LL/token: -8.13358\n",
+ "<440> LL/token: -8.1321\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth financial development investment national ensure finance reform system revenue service public key management \n",
+ "1\t5.55556\tbusiness police public officer order law court case charge corruption yesterday high money matter office accuse person report follow operation \n",
+ "2\t5.55556\tmarket increase local industry water fishery export high food report island product agriculture resource percent log cost impact small price \n",
+ "3\t5.55556\tpeople government time good year leader family add call thing day medium live child nation change political lot speak long \n",
+ "4\t5.55556\twoman support opportunity community work business development program training provide role programme education develop event promote youth important economic partnership \n",
+ "5\t5.55556\tcountry island region leader visit security regional meeting economic trade official agreement include state assistance meet issue australian cooperation sign \n",
+ "6\t5.55556\tproject government provincial development province support infrastructure fund work rural national area people land community provide constituency road plan western \n",
+ "7\t5.55556\tgovernment company member parliament process pay statement payment decision report election bill issue mining accord claim interest question explain state \n",
+ "8\t5.55556\tcovid health tourism service student week work worker school include support number provide time month staff travel response border team \n",
+ "\n",
+ "<450> LL/token: -8.13272\n",
+ "<460> LL/token: -8.13314\n",
+ "<470> LL/token: -8.13335\n",
+ "<480> LL/token: -8.13504\n",
+ "<490> LL/token: -8.13397\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth financial development investment ensure national finance system service reform revenue resource management key \n",
+ "1\t5.55556\tbusiness police public officer order law court case charge corruption yesterday money office matter high accuse person involve operation follow \n",
+ "2\t5.55556\tmarket increase local water industry high fishery export food report island product agriculture log percent resource impact cost small area \n",
+ "3\t5.55556\tpeople government time good year leader family add medium call day thing nation live leave speak change give political lot \n",
+ "4\t5.55556\twoman support opportunity community work business program development training provide role education event programme develop promote youth important partnership access \n",
+ "5\t5.55556\tcountry island region leader visit security economic regional meeting include official trade agreement assistance state meet development australian cooperation minister \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure work fund rural national area people land community plan constituency road western provide \n",
+ "7\t5.55556\tgovernment company member parliament process pay statement report payment decision election bill interest mining issue explain claim question opposition accord \n",
+ "8\t5.55556\tcovid health tourism service student week work provide school worker time number include staff month response support travel team continue \n",
+ "\n",
+ "<500> LL/token: -8.13251\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<410> LL/token: -8.12437\n",
- "<420> LL/token: -8.12403\n",
- "<430> LL/token: -8.12539\n",
- "<440> LL/token: -8.12572\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic training develop island region sector include resource policy program community partner regional provide key opportunity \n",
- "1\t5.55556\tyear student school child work local education market program good young family study learn week add high teacher form product \n",
- "2\t5.55556\tgovernment provincial people leader issue national province member country meeting state add budget minister meet land executive statement premier interest \n",
- "3\t5.55556\tproject service work support fund business provide government development year infrastructure assistance include build plan complete rural ministry building cost \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf accuse year force allege incident arrest victim yesterday matter investigation vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live report village affect problem call disaster find food family home time boat issue operation \n",
- "6\t5.55556\telection public parliament company medium issue member process pay claim report office question statement law act decision bill give payment \n",
- "7\t5.55556\tcountry covid health case medical week increase number response include percent people continue report public risk hospital service border confirm \n",
- "8\t5.55556\tteam today event time visit year day good hold play yesterday island host church country lead game member open group \n",
- "\n",
- "<450> LL/token: -8.12595\n",
- "<460> LL/token: -8.1259\n",
- "<470> LL/token: -8.12673\n",
- "<480> LL/token: -8.12649\n",
- "<490> LL/token: -8.12538\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic training develop island region include sector resource policy program partner regional community opportunity challenge key \n",
- "1\t5.55556\tyear student school child work education local program market good young family add high study learn week teacher form product \n",
- "2\t5.55556\tgovernment provincial people leader issue national province member country meeting state add budget minister meet land premier group executive interest \n",
- "3\t5.55556\tproject work service support fund business provide government development year assistance infrastructure include rural build plan complete ministry building road \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year allege force incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live affect village problem report call disaster food find family boat home time issue ship \n",
- "6\t5.55556\telection public parliament company medium issue process member pay report claim office question law statement decision act bill payment legal \n",
- "7\t5.55556\tcovid health country case medical week number increase response percent continue include people report public hospital service risk border situation \n",
- "8\t5.55556\tteam today event visit year time day good hold play island country host church yesterday lead open game group place \n",
- "\n",
- "<500> LL/token: -8.12469\n",
- "<510> LL/token: -8.12502\n",
- "<520> LL/token: -8.12387\n",
- "<530> LL/token: -8.1239\n",
- "<540> LL/token: -8.12471\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic training develop island region include policy sector resource partner regional key program challenge opportunity community \n",
- "1\t5.55556\tstudent year school work child education program local market good young youth family learn study add high teacher week people \n",
- "2\t5.55556\tgovernment provincial people leader issue member national province meeting country state add minister budget meet executive group premier interest land \n",
- "3\t5.55556\tproject service support work fund government provide business development year assistance infrastructure include rural plan ministry build complete building cost \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year force allege incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live village report affect problem disaster food call find time family boat home issue ship \n",
- "6\t5.55556\telection public parliament company medium issue process pay report member claim office question statement law act give bill decision payment \n",
- "7\t5.55556\tcovid health country case medical week increase continue number response percent include people public service report hospital situation risk border \n",
- "8\t5.55556\tteam today event year visit day time good hold play country island yesterday host church open game lead week group \n",
- "\n",
- "<550> LL/token: -8.12524\n",
- "<560> LL/token: -8.12504\n",
- "<570> LL/token: -8.12413\n",
- "<580> LL/token: -8.12442\n",
- "<590> LL/token: -8.12482\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic training develop island policy region include sector resource partner regional key challenge opportunity community partnership \n",
- "1\t5.55556\tyear student school work child program education local market youth good young family add learn week study people teacher high \n",
- "2\t5.55556\tgovernment provincial people leader issue member national province country meeting state add minister meet group executive interest statement premier official \n",
- "3\t5.55556\tproject service support government work fund business provide development year infrastructure assistance include rural ministry plan complete build cost building \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf accuse year allege force incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live report affect village problem food disaster call find time boat home family issue ship \n",
- "6\t5.55556\telection public parliament company medium issue process pay claim report member office question law statement give land act bill payment \n",
- "7\t5.55556\tcovid health country case medical week increase number response include continue percent people service public hospital report situation risk travel \n",
- "8\t5.55556\tteam today event visit time year day good hold play island country host church yesterday lead open game place week \n",
- "\n",
- "<600> LL/token: -8.1243\n",
- "<610> LL/token: -8.12382\n",
- "<620> LL/token: -8.12438\n",
- "<630> LL/token: -8.12318\n",
- "<640> LL/token: -8.12151\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic develop island policy region include sector resource partner regional key provide challenge partnership opportunity community \n",
- "1\t5.55556\tstudent year school work child training program education market local good youth young family week learn study add high teacher \n",
- "2\t5.55556\tgovernment provincial people leader issue member national province country meeting state add group minister meet statement executive premier interest political \n",
- "3\t5.55556\tproject government service support work fund business development year provide infrastructure include plan assistance ministry rural budget build cost building \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year allege force incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live report village affect problem food disaster time find call boat home family local activity \n",
- "6\t5.55556\telection public parliament company medium issue process pay report claim member question office law land statement give bill act payment \n",
- "7\t5.55556\tcovid health country case medical week increase people number response percent include continue public service situation hospital report confirm travel \n",
- "8\t5.55556\tteam today event time year day visit good hold play island country host church open yesterday game lead place ramsi \n",
- "\n",
- "<650> LL/token: -8.1211\n",
- "<660> LL/token: -8.12024\n",
- "<670> LL/token: -8.12059\n",
- "<680> LL/token: -8.12075\n",
- "<690> LL/token: -8.12177\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic develop policy island region include resource sector partner regional key challenge partnership ensure provide level \n",
- "1\t5.55556\tstudent year school work child training program education market local young youth good family week add learn study teacher high \n",
- "2\t5.55556\tgovernment provincial people leader member issue national province meeting country state add minister group meet executive statement political interest premier \n",
- "3\t5.55556\tproject government service support work fund year development business provide infrastructure include assistance ministry plan rural budget build cost building \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf year accuse allege force incident arrest victim yesterday investigation vehicle matter prosecution \n",
- "5\t5.55556\tpeople community area water island live affect food report village problem disaster find call boat local home time activity ship \n",
- "6\t5.55556\telection public parliament company medium issue process pay report claim question office land member law statement act give bill payment \n",
- "7\t5.55556\tcovid health country case medical week people number continue include response percent increase service public situation hospital report confirm border \n",
- "8\t5.55556\tteam today event year time visit day good hold play island country host church yesterday game lead open place ramsi \n",
- "\n",
- "<700> LL/token: -8.12236\n"
+ "<510> LL/token: -8.13266\n",
+ "<520> LL/token: -8.13073\n",
+ "<530> LL/token: -8.13052\n",
+ "<540> LL/token: -8.13052\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth financial development investment national ensure finance reform system service strategy public increase revenue \n",
+ "1\t5.55556\tbusiness police public officer order law court case charge corruption money office yesterday operation high accuse matter person follow operate \n",
+ "2\t5.55556\tmarket increase water local industry high fishery export food report island product agriculture log resource percent impact small price cost \n",
+ "3\t5.55556\tpeople government time year good leader family day medium call thing add change leave nation live long speak lot political \n",
+ "4\t5.55556\twoman business opportunity work support community program development training provide education role programme event promote youth develop partnership encourage economic \n",
+ "5\t5.55556\tcountry island region visit security regional leader meeting economic trade assistance official agreement include development state meet issue sign australian \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure fund work rural area people national land community constituency plan road provide funding \n",
+ "7\t5.55556\tgovernment company member parliament process report pay statement decision payment election bill mining interest claim issue question accord explain opposition \n",
+ "8\t5.55556\tcovid health service tourism student week work school worker provide number time month include staff travel response team border support \n",
+ "\n",
+ "<550> LL/token: -8.1313\n",
+ "<560> LL/token: -8.13081\n",
+ "<570> LL/token: -8.13063\n",
+ "<580> LL/token: -8.13047\n",
+ "<590> LL/token: -8.12954\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth development financial investment national ensure finance system reform service strategy resource revenue public \n",
+ "1\t5.55556\tbusiness police public officer law order court case charge corruption money yesterday high operation matter accuse office person operate follow \n",
+ "2\t5.55556\tmarket increase local water high fishery industry export food report product island agriculture log percent resource impact small cost price \n",
+ "3\t5.55556\tpeople government time year good leader family medium day thing add call nation leave speak political live long change lot \n",
+ "4\t5.55556\twoman opportunity support work business community program training development education role provide event programme promote youth important develop partnership launch \n",
+ "5\t5.55556\tcountry island region economic visit security regional meeting leader trade include assistance official agreement development meet state issue australian cooperation \n",
+ "6\t5.55556\tproject government provincial development province support infrastructure work fund rural land area community people national plan provide constituency road funding \n",
+ "7\t5.55556\tgovernment company member parliament process statement pay report decision payment election bill interest mining issue question claim state explain accord \n",
+ "8\t5.55556\tcovid health service tourism student work week school worker month continue time provide staff number include travel team response support \n",
+ "\n",
+ "<600> LL/token: -8.1296\n",
+ "<610> LL/token: -8.12978\n",
+ "<620> LL/token: -8.1316\n",
+ "<630> LL/token: -8.12795\n",
+ "<640> LL/token: -8.12913\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget development growth financial investment national ensure system finance reform service resource revenue strategy public \n",
+ "1\t5.55556\tbusiness police public officer order law court case charge corruption money operation yesterday high matter accuse office person operate company \n",
+ "2\t5.55556\tmarket increase water local industry fishery export food high report island log product agriculture percent resource impact environment small cost \n",
+ "3\t5.55556\tpeople government time year good leader family medium call nation thing add day leave long live speak political lot change \n",
+ "4\t5.55556\twoman work opportunity community support business program training education provide role development event programme promote youth important encourage information launch \n",
+ "5\t5.55556\tcountry island region visit security economic regional leader meeting include development trade agreement official assistance meet state issue support develop \n",
+ "6\t5.55556\tproject government provincial development province support infrastructure fund rural work land people community area national constituency plan road provide funding \n",
+ "7\t5.55556\tgovernment member company parliament statement process report decision pay election payment bill interest mining question state explain accord claim issue \n",
+ "8\t5.55556\tcovid health tourism service student week work school worker provide time number month include staff response travel team border continue \n",
+ "\n",
+ "<650> LL/token: -8.13092\n",
+ "<660> LL/token: -8.1286\n",
+ "<670> LL/token: -8.12929\n",
+ "<680> LL/token: -8.12724\n",
+ "<690> LL/token: -8.12741\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget development growth financial investment national ensure system finance reform service strategy increase resource revenue \n",
+ "1\t5.55556\tbusiness police public officer order law court case money charge corruption yesterday operation company matter high accuse operate office person \n",
+ "2\t5.55556\tmarket increase water local high fishery industry export food report log product agriculture island percent resource impact area price small \n",
+ "3\t5.55556\tpeople government time good year leader add call family medium thing nation leave day change long speak live political lot \n",
+ "4\t5.55556\twoman work opportunity business support community program training education role provide event programme development promote youth important encourage child young \n",
+ "5\t5.55556\tcountry island region visit security regional economic leader trade meeting include assistance agreement development official state meet issue australian cooperation \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure work fund rural land people national community area plan constituency road funding western \n",
+ "7\t5.55556\tgovernment member parliament company statement process report decision election payment pay bill issue interest mining question explain accord state claim \n",
+ "8\t5.55556\tcovid health service tourism student week work provide worker time school number month include response staff travel continue border team \n",
+ "\n",
+ "<700> LL/token: -8.12643\n",
+ "<710> LL/token: -8.12813\n",
+ "<720> LL/token: -8.12841\n",
+ "<730> LL/token: -8.12809\n",
+ "<740> LL/token: -8.12749\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget development growth financial investment national ensure system finance service reform increase strategy revenue management \n",
+ "1\t5.55556\tbusiness police public officer order law court case company money charge corruption operation yesterday high accuse operate matter office director \n",
+ "2\t5.55556\tmarket local water increase fishery export high industry food report island product agriculture log resource impact percent area management environment \n",
+ "3\t5.55556\tpeople government good time year leader family call nation add medium thing day leave political live speak long continue change \n",
+ "4\t5.55556\twoman work business opportunity community support program training education provide role event development programme promote youth encourage important child access \n",
+ "5\t5.55556\tcountry island region visit economic security regional development meeting include trade leader agreement assistance official meet support issue state develop \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure work fund rural land people national community area constituency provide road plan funding \n",
+ "7\t5.55556\tgovernment member parliament statement process company report decision election payment pay bill interest question mining state explain issue medium public \n",
+ "8\t5.55556\tcovid health tourism service student week work worker include school time provide number response month staff travel continue team border \n",
+ "\n",
+ "<750> LL/token: -8.12798\n",
+ "<760> LL/token: -8.12804\n",
+ "<770> LL/token: -8.12661\n",
+ "<780> LL/token: -8.12769\n",
+ "<790> LL/token: -8.12788\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget development growth financial investment national ensure system finance reform strategy revenue resource management service \n",
+ "1\t5.55556\tbusiness police public officer company law order court case money charge operation corruption yesterday high matter accuse operate follow office \n",
+ "2\t5.55556\tmarket increase local water fishery industry export high food report agriculture product island resource log percent impact area price cost \n",
+ "3\t5.55556\tpeople good government time year leader family nation day medium thing add call leave live speak change long political lot \n",
+ "4\t5.55556\twoman work opportunity community business support program education training role event provide programme development promote youth encourage important child information \n",
+ "5\t5.55556\tcountry island region visit include security economic regional development leader trade meeting agreement assistance official support state meet issue cooperation \n",
+ "6\t5.55556\tproject government provincial development province support infrastructure work fund land rural people national area community plan provide constituency road western \n",
+ "7\t5.55556\tgovernment member parliament process statement decision report election payment bill company pay interest question state public accord yesterday medium explain \n",
+ "8\t5.55556\tcovid health service tourism student week work worker provide time month number staff response school travel include continue team border \n",
+ "\n",
+ "<800> LL/token: -8.12747\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<710> LL/token: -8.12129\n",
- "<720> LL/token: -8.12322\n",
- "<730> LL/token: -8.12299\n",
- "<740> LL/token: -8.12238\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic develop policy island include region sector resource partner regional challenge opportunity key partnership level increase \n",
- "1\t5.55556\tstudent school year work child training program education local market youth young good week family learn study add teacher high \n",
- "2\t5.55556\tgovernment provincial people leader member issue national province meeting country state add minister group meet executive interest political statement premier \n",
- "3\t5.55556\tproject government service support work fund year provide development business infrastructure assistance include ministry plan rural budget build cost building \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf year accuse allege force incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live food report affect village problem disaster find boat time call local home family ship \n",
- "6\t5.55556\telection public parliament company medium issue process pay report land claim question law office statement give member act decision bill \n",
- "7\t5.55556\tcovid health country case medical week people number include continue response percent increase service public situation hospital confirm travel report \n",
- "8\t5.55556\tteam today year event time visit day good hold play country island host church yesterday open game lead place group \n",
- "\n",
- "<750> LL/token: -8.123\n",
- "<760> LL/token: -8.12312\n",
- "<770> LL/token: -8.12338\n",
- "<780> LL/token: -8.12454\n",
- "<790> LL/token: -8.12409\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic policy island develop region include resource sector partner regional challenge key partnership opportunity level provide \n",
- "1\t5.55556\tstudent year school work child training program education local youth good young week family learn study add staff teacher opportunity \n",
- "2\t5.55556\tgovernment provincial people member leader issue province national meeting country state add minister group meet executive statement political interest official \n",
- "3\t5.55556\tproject government support service work fund year development provide business infrastructure assistance include ministry plan rural budget cost building build \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year force allege incident arrest yesterday victim investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live food report village problem affect disaster find local market call boat home time operation \n",
- "6\t5.55556\telection public company parliament issue medium process land pay report claim question office law statement give act bill member payment \n",
- "7\t5.55556\tcovid health country case medical week people number continue include percent response increase service public situation hospital confirm border report \n",
- "8\t5.55556\tteam today event year time day visit good play hold island country host church yesterday open game lead place group \n",
- "\n",
- "<800> LL/token: -8.12256\n",
- "<810> LL/token: -8.12373\n",
- "<820> LL/token: -8.124\n",
- "<830> LL/token: -8.12525\n",
- "<840> LL/token: -8.12318\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic policy island include develop region resource sector partner regional challenge partnership key opportunity ensure increase \n",
- "1\t5.55556\tstudent year work school training program child education local youth young good week family learn add study staff teacher train \n",
- "2\t5.55556\tgovernment provincial people member leader issue province national meeting country state add group minister executive meet statement political interest premier \n",
- "3\t5.55556\tproject government support service work fund development year provide business infrastructure assistance rural ministry include plan budget cost building build \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year force allege incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live food market report affect village find disaster problem local boat call home sell time \n",
- "6\t5.55556\telection public company parliament issue medium process land pay report claim question law office statement give act bill accord payment \n",
- "7\t5.55556\tcovid health country case medical week people include response number percent continue service increase public situation hospital travel border confirm \n",
- "8\t5.55556\tteam today event time year visit day good play hold country island host church yesterday game place open lead ramsi \n",
- "\n",
- "<850> LL/token: -8.12466\n",
- "<860> LL/token: -8.12422\n",
- "<870> LL/token: -8.12457\n",
- "<880> LL/token: -8.12449\n",
- "<890> LL/token: -8.1246\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic policy island develop region include resource sector partner regional challenge increase partnership key level opportunity \n",
- "1\t5.55556\tstudent year work school program child training education youth local young week good add learn study staff family teacher opportunity \n",
- "2\t5.55556\tgovernment provincial people member leader issue national province meeting country state group minister executive parliament meet statement political interest add \n",
- "3\t5.55556\tproject government service support work fund year development provide business infrastructure assistance ministry plan include rural budget cost building complete \n",
- "4\t5.55556\tpolice officer court man case charge public rsipf accuse year force allege incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island live food market village affect report find disaster local problem boat time family sell home \n",
- "6\t5.55556\telection public company issue land medium process report pay claim parliament question law office give act statement bill payment legal \n",
- "7\t5.55556\tcovid health country case medical week people include response number continue service increase situation hospital public confirm province percent travel \n",
- "8\t5.55556\tteam today event year time visit day good country play island hold host church game open yesterday place ramsi lead \n",
- "\n",
- "<900> LL/token: -8.12377\n",
- "<910> LL/token: -8.12355\n",
- "<920> LL/token: -8.1237\n",
- "<930> LL/token: -8.12534\n",
- "<940> LL/token: -8.12519\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic policy island develop region include resource sector partner regional challenge partnership ensure increase key level \n",
- "1\t5.55556\tstudent work year school program child training education youth local young week good add family learn study staff teacher encourage \n",
- "2\t5.55556\tgovernment provincial people member leader issue province national meeting state country parliament group minister executive add meet political statement interest \n",
- "3\t5.55556\tproject government support service work fund year development provide business infrastructure plan include assistance ministry rural budget cost building build \n",
- "4\t5.55556\tpolice officer court man case charge rsipf year public accuse force allege incident arrest yesterday victim investigation matter vehicle report \n",
- "5\t5.55556\tpeople community area water island food market live affect village report local find disaster problem boat home call sell time \n",
- "6\t5.55556\telection public company land issue medium process report pay claim question law office give statement bill act parliament accord payment \n",
- "7\t5.55556\tcovid health country case medical week people response number include continue service increase public hospital percent travel province border confirm \n",
- "8\t5.55556\tteam event time year today day visit good country play island hold host church game open place yesterday lead ramsi \n",
- "\n",
- "<950> LL/token: -8.12605\n",
- "<960> LL/token: -8.12573\n",
- "<970> LL/token: -8.12665\n",
- "<980> LL/token: -8.12649\n",
- "<990> LL/token: -8.12482\n",
- "\n",
- "0\t5.55556\tcountry woman development support economic policy island develop region include resource sector partner regional challenge key partnership ensure increase level \n",
- "1\t5.55556\twork student school year community program child training education youth young week local good family people learn study staff opportunity \n",
- "2\t5.55556\tgovernment provincial people member leader issue national province meeting parliament state country group minister add executive statement meet political interest \n",
- "3\t5.55556\tproject government service support work year fund development provide business infrastructure include assistance plan ministry rural budget cost building improve \n",
- "4\t5.55556\tpolice officer court man case charge rsipf public accuse year force allege incident arrest victim yesterday investigation matter vehicle prosecution \n",
- "5\t5.55556\tpeople community area water island market food live report affect village local find disaster problem boat sell home time small \n",
- "6\t5.55556\telection public company issue land medium process pay report claim question law office give act accord bill parliament statement payment \n",
- "7\t5.55556\tcovid health country case medical week people response include number continue service increase travel public hospital percent confirm province border \n",
- "8\t5.55556\tteam year event time visit today day good country play island hold host church game place open yesterday lead ramsi \n",
- "\n",
- "<1000> LL/token: -8.12492\n",
- "\n",
- "Total time: 1 minutes 27 seconds\n"
+ "<810> LL/token: -8.12898\n",
+ "<820> LL/token: -8.12891\n",
+ "<830> LL/token: -8.12812\n",
+ "<840> LL/token: -8.12843\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget growth financial development investment ensure national system finance reform service strategy increase key resource \n",
+ "1\t5.55556\tbusiness police company public officer order law court case operation money charge corruption operate yesterday pay accuse high matter person \n",
+ "2\t5.55556\tmarket increase local water high fishery export industry food agriculture product island report resource log percent impact area management cost \n",
+ "3\t5.55556\tpeople government time good year leader call nation thing day add medium family leave speak lot long political change place \n",
+ "4\t5.55556\twoman business work opportunity community support program education training role provide event programme important promote youth child development encourage information \n",
+ "5\t5.55556\tcountry island region economic development security visit include regional leader trade meeting agreement assistance support official state meet cooperation sign \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure work land fund rural people community area national provide constituency road plan western \n",
+ "7\t5.55556\tgovernment member parliament statement decision process report election payment bill public interest pay question medium explain issue yesterday state claim \n",
+ "8\t5.55556\tcovid health service tourism student week work worker month provide include time response staff continue travel number team support pandemic \n",
+ "\n",
+ "<850> LL/token: -8.12818\n",
+ "<860> LL/token: -8.12802\n",
+ "<870> LL/token: -8.12954\n",
+ "<880> LL/token: -8.12876\n",
+ "<890> LL/token: -8.12878\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget development growth financial national investment ensure system reform finance increase strategy resource service revenue \n",
+ "1\t5.55556\tbusiness police company public officer law order court case money operation charge corruption high yesterday operate pay director matter accuse \n",
+ "2\t5.55556\tmarket increase water local industry fishery export high food report agriculture product island log resource percent impact area environment management \n",
+ "3\t5.55556\tpeople government time year good leader call thing nation add medium day leave family speak long continue lot political give \n",
+ "4\t5.55556\twoman business work opportunity community support program education training role provide programme promote event youth child important development encourage include \n",
+ "5\t5.55556\tcountry island region economic visit security regional development leader support trade include assistance meeting agreement official meet sign issue state \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure fund land work people rural community area national constituency road provide plan funding \n",
+ "7\t5.55556\tgovernment member parliament statement process decision report public election payment bill interest pay question medium issue explain state yesterday raise \n",
+ "8\t5.55556\tcovid health service tourism student week work worker month provide time number include response staff continue travel team school support \n",
+ "\n",
+ "<900> LL/token: -8.12768\n",
+ "<910> LL/token: -8.12591\n",
+ "<920> LL/token: -8.12576\n",
+ "<930> LL/token: -8.12634\n",
+ "<940> LL/token: -8.12783\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget development growth financial national investment ensure system finance reform strategy service increase revenue management \n",
+ "1\t5.55556\tbusiness police company officer public law order court case money operation charge pay high matter operate accuse corruption yesterday office \n",
+ "2\t5.55556\tmarket local increase water industry fishery export food high agriculture product report resource island log area impact environment percent price \n",
+ "3\t5.55556\tpeople government time year good leader nation call thing add leave medium day family continue speak long lot chinese life \n",
+ "4\t5.55556\twoman work business opportunity community support program education training provide role event promote programme youth child encourage important young development \n",
+ "5\t5.55556\tcountry island region economic visit security development regional include trade leader meeting agreement assistance support official meet issue develop cooperation \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure land work fund rural people community national area plan constituency road western improve \n",
+ "7\t5.55556\tgovernment member parliament statement process decision report public election interest bill payment question state medium issue pay yesterday add opposition \n",
+ "8\t5.55556\tcovid health service tourism student week work provide worker time month response staff include number continue travel pandemic school team \n",
+ "\n",
+ "<950> LL/token: -8.12768\n",
+ "<960> LL/token: -8.13027\n",
+ "<970> LL/token: -8.12887\n",
+ "<980> LL/token: -8.12968\n",
+ "<990> LL/token: -8.12866\n",
+ "\n",
+ "0\t5.55556\tgovernment economic policy economy sector budget development growth financial investment national ensure system finance reform increase strategy revenue resource key \n",
+ "1\t5.55556\tbusiness police company officer public law order court case money operation charge pay operate high yesterday matter accuse director person \n",
+ "2\t5.55556\tmarket local water increase fishery export high food industry agriculture product report island resource log area mining percent impact small \n",
+ "3\t5.55556\tpeople year time good government leader call nation thing day family leave add long change continue medium chinese speak lot \n",
+ "4\t5.55556\twoman work business opportunity support community program education training provide role programme event promote youth child important encourage development information \n",
+ "5\t5.55556\tcountry island region economic visit security include development regional trade assistance leader meeting agreement support official meet state issue cooperation \n",
+ "6\t5.55556\tgovernment project provincial development province support infrastructure work fund land rural people national area community constituency road plan provide improve \n",
+ "7\t5.55556\tgovernment member parliament statement decision report public process election bill medium interest question state payment issue pay yesterday raise opposition \n",
+ "8\t5.55556\tcovid health service tourism student week work provide month worker time include response continue staff travel number pandemic day border \n",
+ "\n",
+ "<1000> LL/token: -8.12833\n",
+ "\n",
+ "Total time: 48 seconds\n",
+ "Mallet LDA: 10 topics, 4 topic bits, 1111 topic mask\n",
+ "Data loaded.\n",
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.68793\n",
+ "<20> LL/token: -8.95959\n",
+ "<30> LL/token: -8.57917\n",
+ "<40> LL/token: -8.41741\n",
+ "\n",
+ "0\t5\tdevelopment economic sector policy support growth investment opportunity improve program training market economy key rural agriculture strategy programme education develop \n",
+ "1\t5\tproject infrastructure fund support work service development community provide constituency road funding area complete people build facility government rural include \n",
+ "2\t5\tcovid health economy government percent increase continue revenue expect worker service pandemic total month measure remain response cost economic price \n",
+ "3\t5\tleader member people interest political minister election meeting state group decision government parliament foreign chinese party nation statement hold opposition \n",
+ "4\t5\tgovernment year time student child school family people add thing week ramsi aid good nation leave live high call situation \n",
+ "5\t5\tpolice business company pay officer court money case order claim charge payment matter receive yesterday office public law accuse give \n",
+ "6\t5\ttourism island water community local food fishery resource impact industry management environment area export country log world develop global small \n",
+ "7\t5\tgovernment public business process report member ministry parliament budget financial bill finance system information tax include service explain conduct statement \n",
+ "8\t5\tgovernment provincial woman people province land national work issue company medium western add business guadalcanal mining executive premier landowner investor \n",
+ "9\t5\tsupport country development work visit island include trade regional economic event partner region opportunity partnership community cooperation people acknowledge youth \n",
+ "\n",
+ "<50> LL/token: -8.3329\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "Mallet LDA: 10 topics, 4 topic bits, 1111 topic mask\n",
- "Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.84686\n",
- "<20> LL/token: -9.09163\n",
- "<30> LL/token: -8.55305\n",
- "<40> LL/token: -8.37971\n",
- "\n",
- "0\t5\twater year market local increase food business road area percent cost good high supply product expect start sell month small \n",
- "1\t5\tgovernment provincial issue company land province process executive premier log claim sign business add guadalcanal statement concern deal agreement pay \n",
- "2\t5\tpeople report island country live disaster affect year add child life state area time accord continue call community recent action \n",
- "3\t5\tcovid health service country week medical case province response public travel continue number include work hospital staff worker provide border \n",
- "4\t5\tcourt year public case man charge accuse matter allege high victim yesterday money time order prosecution face hear month allegedly \n",
- "5\t5\twoman work community training program support child opportunity young youth people important country role learn encourage family train programme include \n",
- "6\t5\tpolice officer election rsipf force medium member vehicle public operation incident people constituency community security law report continue suspect candidate \n",
- "7\t5\tgovernment student school member leader parliament national issue decision minister meeting year political add education state statement bill teacher people \n",
- "8\t5\tproject development support government country provide economic fund improve sector policy plan include rural infrastructure management develop resource ensure assistance \n",
- "9\t5\tcountry team visit year event island time official good today play hold host open tourism game lead mission culture ceremony \n",
- "\n",
- "<50> LL/token: -8.30431\n",
- "<60> LL/token: -8.26528\n",
- "<70> LL/token: -8.23958\n",
- "<80> LL/token: -8.22226\n",
- "<90> LL/token: -8.21062\n",
- "\n",
- "0\t5\twater year local business market increase area food work road percent cost good high expect product supply site building month \n",
- "1\t5\tgovernment provincial issue province company land executive process pay claim premier log statement sign add payment guadalcanal office concern explain \n",
- "2\t5\tpeople island country report live affect family time disaster call life area issue home problem state find village recent world \n",
- "3\t5\tcovid health service country medical week case include travel provide province response continue hospital public receive number border worker staff \n",
- "4\t5\tcourt year case man public charge accuse matter high allege victim yesterday time money order prosecution face month hear allegedly \n",
- "5\t5\tcommunity work woman support program training child young youth opportunity people important encourage learn role church family education provide train \n",
- "6\t5\tpolice officer election rsipf medium force member public operation report vehicle continue constituency security information law incident suspect commissioner candidate \n",
- "7\t5\tgovernment student member school leader parliament national year minister decision issue meeting add state political statement bill group teacher current \n",
- "8\t5\tdevelopment project government support country economic fund policy provide sector include plan rural develop infrastructure improve national ensure resource management \n",
- "9\t5\tteam visit year event country time today good official island day play hold host open game week start lead culture \n",
- "\n",
- "<100> LL/token: -8.20261\n",
- "<110> LL/token: -8.19677\n",
- "<120> LL/token: -8.19346\n",
- "<130> LL/token: -8.18932\n",
- "<140> LL/token: -8.18654\n",
- "\n",
- "0\t5\twater year local business market increase work food area road percent cost high good site expect product build building supply \n",
- "1\t5\tgovernment provincial issue company province land pay process executive claim premier statement log payment sign office add guadalcanal receive fund \n",
- "2\t5\tpeople island country report live family affect time call issue area disaster life problem village home find thing community world \n",
- "3\t5\tcovid health service country medical case week include province travel response provide hospital continue receive number border public ensure emergency \n",
- "4\t5\tcourt year case man charge public accuse matter high allege yesterday victim time money face prosecution order hear month allegedly \n",
- "5\t5\twork community woman program support training child youth young opportunity important people education encourage provide learn church role australian family \n",
- "6\t5\tpolice officer election medium rsipf member force public report operation continue vehicle constituency information law security suspect candidate commissioner chief \n",
- "7\t5\tgovernment student member school leader parliament national year minister decision meeting issue state political add public bill current group teacher \n",
- "8\t5\tdevelopment project government support country economic policy sector fund provide include plan rural develop infrastructure national ensure improve resource region \n",
- "9\t5\tteam visit year event country today time good play official day hold island host open game start lead culture week \n",
- "\n",
- "<150> LL/token: -8.18483\n",
- "<160> LL/token: -8.18344\n",
- "<170> LL/token: -8.1825\n",
- "<180> LL/token: -8.18164\n",
- "<190> LL/token: -8.18059\n",
- "\n",
- "0\t5\tyear water business local market increase work food road area percent cost high good expect site product complete build industry \n",
- "1\t5\tgovernment provincial issue company province land pay process executive claim premier log statement payment office sign fund receive add report \n",
- "2\t5\tpeople island country live report time affect area family issue call disaster life village problem find home thing world community \n",
- "3\t5\tcovid health service country medical week case include travel province provide response hospital number continue border receive emergency test vaccine \n",
- "4\t5\tcourt year man case charge accuse public matter allege high yesterday victim time prosecution face money order hear arrest allegedly \n",
- "5\t5\tcommunity work woman support program training child school education youth young opportunity important encourage people learn provide family church role \n",
- "6\t5\tpolice officer election medium rsipf public force report member operation continue constituency vehicle information law security conduct suspect commissioner act \n",
- "7\t5\tgovernment student member leader parliament school national year issue decision meeting minister state political add public statement bill current teacher \n",
- "8\t5\tdevelopment project government country support economic policy sector include provide fund develop rural plan infrastructure national ensure region resource partner \n",
- "9\t5\tteam visit year event country time today good day play official hold island host open game start culture week lead \n",
- "\n",
- "<200> LL/token: -8.17901\n",
- "<210> LL/token: -8.17795\n",
- "<220> LL/token: -8.17641\n",
- "<230> LL/token: -8.17329\n",
- "<240> LL/token: -8.17256\n",
- "\n",
- "0\t5\tyear water business local market increase work food road percent cost area high expect good product site industry build add \n",
- "1\t5\tgovernment provincial issue company land province pay process executive claim premier log statement payment office report receive sign fund guadalcanal \n",
- "2\t5\tpeople island country live area report affect family community time village problem call life disaster issue find home world thing \n",
- "3\t5\tcovid health service country medical case week include travel provide province response hospital continue border number receive emergency test ensure \n",
- "4\t5\tcourt year man case charge accuse public matter allege high yesterday victim time prosecution face order arrest money hear allegedly \n",
- "5\t5\twoman community work school support program training child education youth young opportunity year important encourage learn provide church family programme \n",
- "6\t5\tpolice officer election medium rsipf public force member report operation continue constituency vehicle information security law conduct suspect act chief \n",
- "7\t5\tgovernment student member leader parliament national issue decision meeting state minister year public political add statement country group current bill \n",
- "8\t5\tdevelopment project support government country economic policy sector include provide develop infrastructure plan fund national ensure region partner regional resource \n",
- "9\t5\tteam visit year event country time good today hold day play official host open island game week culture start place \n",
- "\n",
- "<250> LL/token: -8.17155\n"
+ "<60> LL/token: -8.27954\n",
+ "<70> LL/token: -8.24704\n",
+ "<80> LL/token: -8.22566\n",
+ "<90> LL/token: -8.21044\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support opportunity investment growth program training improve business key economy strategy programme develop national agriculture achieve \n",
+ "1\t5\tproject support infrastructure development work fund service community provide government constituency rural area road funding build complete include improve facility \n",
+ "2\t5\tcovid health economy percent increase government worker revenue continue service remain pandemic expect economic cost response measure total impact month \n",
+ "3\t5\tmember leader interest government political state decision parliament election people statement group foreign minister nation deal chinese party concern corruption \n",
+ "4\t5\tpeople time year family student good work child school live thing start week life leave add home ramsi long number \n",
+ "5\t5\tbusiness police company pay officer court case order money public charge claim law operation matter payment receive yesterday office accuse \n",
+ "6\t5\ttourism local market water island fishery export food industry community resource product high log impact environment management area small report \n",
+ "7\t5\tgovernment public budget process report ministry finance financial member parliament information system fund bill tax include service add explain review \n",
+ "8\t5\tgovernment provincial woman people province land national issue work western add medium guadalcanal business mining company executive continue community premier \n",
+ "9\t5\tcountry island support visit region include regional trade event development economic meeting agreement security cooperation partner work official assistance meet \n",
+ "\n",
+ "<100> LL/token: -8.19851\n",
+ "<110> LL/token: -8.18746\n",
+ "<120> LL/token: -8.17941\n",
+ "<130> LL/token: -8.17239\n",
+ "<140> LL/token: -8.16968\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support opportunity investment business growth program training improve economy key strategy programme develop national agriculture achieve \n",
+ "1\t5\tproject support infrastructure work development fund service government community provide rural constituency road area funding build include complete improve plan \n",
+ "2\t5\tcovid health economy percent increase government continue service worker revenue remain pandemic economic cost expect measure response impact month total \n",
+ "3\t5\tmember leader government interest political decision parliament election statement state foreign group deal minister chinese concern nation party call opposition \n",
+ "4\t5\tpeople year time work family good student child school start live thing day life week home leave education ramsi number \n",
+ "5\t5\tbusiness police company officer pay court case order money public charge law claim operation matter receive yesterday accuse operate office \n",
+ "6\t5\ttourism local market water industry fishery export food island product community resource log area management environment high small impact increase \n",
+ "7\t5\tgovernment public budget report process ministry finance financial member parliament fund information bill system tax include explain review payment service \n",
+ "8\t5\tgovernment provincial people woman province land national issue community western add work guadalcanal mining executive address continue premier landowner hold \n",
+ "9\t5\tcountry island region visit support include regional trade event economic meeting security agreement development official cooperation meet assistance partner sign \n",
+ "\n",
+ "<150> LL/token: -8.16684\n",
+ "<160> LL/token: -8.16174\n",
+ "<170> LL/token: -8.1583\n",
+ "<180> LL/token: -8.15803\n",
+ "<190> LL/token: -8.15514\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business opportunity investment growth program training improve key economy programme strategy develop achieve national launch \n",
+ "1\t5\tproject support infrastructure development work service fund provide government community rural constituency road include build improve plan funding complete area \n",
+ "2\t5\tcovid health economy increase percent service worker government revenue continue remain pandemic economic expect impact response measure cost rate medical \n",
+ "3\t5\tgovernment member leader interest political decision statement parliament medium election foreign state deal concern chinese minister party nation group corruption \n",
+ "4\t5\tpeople year work time family student good child school week start live education thing day life home number leave islander \n",
+ "5\t5\tbusiness police company officer pay court case money public order charge law claim matter operation yesterday office operate receive accuse \n",
+ "6\t5\ttourism local market water fishery industry export food island product community log area resource environment high management small farmer impact \n",
+ "7\t5\tgovernment public budget report process finance ministry financial fund parliament member information system bill tax include payment service explain review \n",
+ "8\t5\tgovernment people provincial woman province land national community issue add western work guadalcanal continue mining address executive premier landowner leadership \n",
+ "9\t5\tcountry island visit region include regional trade support security event meeting official agreement economic meet development cooperation assistance hold leader \n",
+ "\n",
+ "<200> LL/token: -8.15197\n",
+ "<210> LL/token: -8.15056\n",
+ "<220> LL/token: -8.14662\n",
+ "<230> LL/token: -8.14544\n",
+ "<240> LL/token: -8.14482\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business opportunity investment program growth training improve key programme strategy economy develop achieve national provide \n",
+ "1\t5\tproject support infrastructure development work fund provide service government rural community include constituency road area build funding complete plan assistance \n",
+ "2\t5\tcovid health economy increase percent service worker revenue continue remain pandemic economic response measure expect cost government impact high medical \n",
+ "3\t5\tgovernment member leader medium political interest decision statement election parliament concern deal foreign group state chinese party minister law nation \n",
+ "4\t5\tpeople work time year family student child good school start thing education live week day life islander home ramsi number \n",
+ "5\t5\tbusiness company police officer pay court case order public money charge operation law matter yesterday claim receive operate accuse office \n",
+ "6\t5\ttourism market local water industry fishery export food island product community resource log area management environment high increase small farmer \n",
+ "7\t5\tgovernment public budget report process finance financial ministry parliament member fund bill tax information system payment include service explain review \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add western address continue work guadalcanal mining executive development premier leadership \n",
+ "9\t5\tcountry island region visit regional include trade meeting security event official economic agreement support meet cooperation leader hold assistance sign \n",
+ "\n",
+ "<250> LL/token: -8.14405\n",
+ "<260> LL/token: -8.14294\n",
+ "<270> LL/token: -8.14084\n",
+ "<280> LL/token: -8.14294\n",
+ "<290> LL/token: -8.14161\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business opportunity investment program growth training key strategy programme improve achieve economy develop ensure provide \n",
+ "1\t5\tproject support infrastructure development work service fund provide rural government constituency road area improve include community build funding plan complete \n",
+ "2\t5\tcovid health economy percent increase worker continue revenue service remain pandemic impact response expect economic government measure rate cost medical \n",
+ "3\t5\tgovernment member medium decision leader interest political statement election parliament concern deal foreign group state chinese party minister corruption power \n",
+ "4\t5\tpeople work time year family student child good school start week education thing live day life home islander ramsi leave \n",
+ "5\t5\tbusiness company police officer pay court case public order money charge operation law matter claim operate receive yesterday office accuse \n",
+ "6\t5\ttourism market local water industry fishery export food island product resource community area high log increase environment management small farmer \n",
+ "7\t5\tgovernment public budget report process finance ministry financial parliament member fund bill tax information system payment service include add explain \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add western work address guadalcanal continue mining executive development premier landowner \n",
+ "9\t5\tcountry island region include visit regional trade meeting security event agreement official economic meet support leader cooperation development assistance sign \n",
+ "\n",
+ "<300> LL/token: -8.14109\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<260> LL/token: -8.17021\n",
- "<270> LL/token: -8.17019\n",
- "<280> LL/token: -8.16804\n",
- "<290> LL/token: -8.16696\n",
- "\n",
- "0\t5\tyear water business local market increase work food road percent cost area high expect site good product service project build \n",
- "1\t5\tgovernment provincial issue company land province pay claim process executive premier office log payment receive report fund sign statement add \n",
- "2\t5\tpeople island country live area report community affect time family village disaster life problem home issue call find world thing \n",
- "3\t5\tcovid health service country medical case week include province travel response hospital provide border number receive continue emergency test risk \n",
- "4\t5\tcourt year man case charge accuse public allege matter yesterday high victim time arrest face prosecution incident police order hear \n",
- "5\t5\twoman community work school program training support child education year youth young opportunity encourage learn church important family provide study \n",
- "6\t5\tpolice officer election medium rsipf public member force report constituency operation continue vehicle information law security conduct chief community commissioner \n",
- "7\t5\tgovernment student member leader parliament national issue decision meeting state minister statement public add political country group current interest bill \n",
- "8\t5\tdevelopment project support country government economic policy sector include provide develop infrastructure national plan ensure region fund regional partner resource \n",
- "9\t5\tteam visit event year country time today good play hold day host open official island game culture place start week \n",
- "\n",
- "<300> LL/token: -8.1669\n",
- "<310> LL/token: -8.1659\n",
- "<320> LL/token: -8.16611\n",
- "<330> LL/token: -8.16606\n",
- "<340> LL/token: -8.16496\n",
- "\n",
- "0\t5\tyear water business local project market work increase food road percent cost area high service expect site good product build \n",
- "1\t5\tgovernment provincial issue company land province pay claim process premier executive log receive office payment report fund sign statement add \n",
- "2\t5\tpeople island live area country community report family affect time village problem disaster life call find home issue world thing \n",
- "3\t5\tcovid health service country medical case week include travel province response hospital provide number border continue receive emergency test ensure \n",
- "4\t5\tcourt year man case charge accuse police public allege matter high victim arrest yesterday incident time face prosecution investigation suspect \n",
- "5\t5\twoman community work school program training child support education year youth young opportunity encourage learn church study important family teacher \n",
- "6\t5\tpolice officer election medium rsipf public member force operation constituency continue report vehicle information people security conduct law week chief \n",
- "7\t5\tgovernment student member leader parliament national issue decision state meeting minister country statement public group political add current interest bill \n",
- "8\t5\tdevelopment country support government project economic policy sector provide include develop infrastructure plan national ensure region partner regional resource assistance \n",
- "9\t5\tteam visit year event country time good today play hold day host open island official game culture week start lead \n",
- "\n",
- "<350> LL/token: -8.16459\n",
- "<360> LL/token: -8.16391\n",
- "<370> LL/token: -8.16368\n",
- "<380> LL/token: -8.16259\n",
- "<390> LL/token: -8.16185\n",
- "\n",
- "0\t5\tyear project business water local market work increase food road percent cost area high service good expect site product complete \n",
- "1\t5\tgovernment provincial company issue land province pay claim process premier log receive executive report fund payment office sign accord add \n",
- "2\t5\tpeople island area live report country community affect time village problem family disaster find life call home issue world thing \n",
- "3\t5\tcovid health country service medical case week travel province include response hospital number continue provide border risk receive emergency test \n",
- "4\t5\tcourt year man case charge police accuse public allege matter arrest incident victim yesterday high investigation time prosecution face suspect \n",
- "5\t5\twoman community work school program training child support year education youth young encourage opportunity family learn study church important teacher \n",
- "6\t5\tpolice officer election medium rsipf member public force constituency operation continue information people report vehicle work week security conduct chief \n",
- "7\t5\tgovernment student member leader parliament issue national decision state meeting country minister statement public add group political current bill interest \n",
- "8\t5\tdevelopment country support government project economic policy sector include provide develop plan infrastructure ensure national region partner island regional assistance \n",
- "9\t5\tteam visit year event country time good today play day hold host open island official game culture week lead start \n",
- "\n",
- "<400> LL/token: -8.15989\n",
- "<410> LL/token: -8.16004\n",
- "<420> LL/token: -8.15927\n",
- "<430> LL/token: -8.15993\n",
- "<440> LL/token: -8.15862\n",
- "\n",
- "0\t5\tproject year business water local work market increase food road percent cost service area high expect build provide site product \n",
- "1\t5\tprovincial government company issue land province pay claim process premier log receive fund office report payment sign executive ministry money \n",
- "2\t5\tpeople island area community live report time affect village family country problem disaster life find call home world thing issue \n",
- "3\t5\tcovid health country service medical case week include province travel hospital continue response provide number border support risk emergency test \n",
- "4\t5\tcourt year man case police charge accuse public allege incident matter yesterday high arrest victim investigation time prosecution face suspect \n",
- "5\t5\twoman student community school work training child program support year education youth young encourage learn study church family opportunity teacher \n",
- "6\t5\tpolice officer election medium rsipf public member force operation people constituency continue information report work vehicle conduct security chief week \n",
- "7\t5\tgovernment member leader parliament issue national decision state meeting country minister public statement group add political current interest bill budget \n",
- "8\t5\tdevelopment country support government project economic policy sector include develop provide infrastructure plan ensure region partner national island regional resource \n",
- "9\t5\tteam visit year event country time good today play hold day open host island official game culture start week lead \n",
- "\n",
- "<450> LL/token: -8.15713\n",
- "<460> LL/token: -8.15626\n",
- "<470> LL/token: -8.15608\n",
- "<480> LL/token: -8.15686\n",
- "<490> LL/token: -8.15622\n",
- "\n",
- "0\t5\tproject year business water local work market increase food road percent cost service high area expect provide good build product \n",
- "1\t5\tprovincial government company issue land province pay claim process receive premier fund log report office payment sign executive accord money \n",
- "2\t5\tpeople island area community live report time affect village find family problem disaster call life home country world thing issue \n",
- "3\t5\tcovid health country service medical case week travel include response province hospital continue provide number border risk emergency test vaccine \n",
- "4\t5\tcourt man year police case charge accuse public allege matter incident yesterday arrest victim high investigation time prosecution face suspect \n",
- "5\t5\twoman student community school work training program child year support education youth young learn encourage study church family teacher opportunity \n",
- "6\t5\tpolice officer election medium rsipf public member force people constituency operation continue work information security chief week conduct report law \n",
- "7\t5\tgovernment member leader parliament issue national decision state meeting country public statement minister group add political interest current bill budget \n",
- "8\t5\tdevelopment support country government project economic policy sector include develop provide infrastructure region ensure plan partner island national regional resource \n",
- "9\t5\tteam visit year event country time good today play hold day host island open game official culture place start lead \n",
- "\n",
- "<500> LL/token: -8.15604\n",
- "<510> LL/token: -8.15523\n",
- "<520> LL/token: -8.15618\n",
- "<530> LL/token: -8.15588\n",
- "<540> LL/token: -8.15542\n"
+ "<310> LL/token: -8.14214\n",
+ "<320> LL/token: -8.14185\n",
+ "<330> LL/token: -8.14275\n",
+ "<340> LL/token: -8.14256\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business opportunity investment growth program training key strategy improve programme economy achieve develop provide launch \n",
+ "1\t5\tproject support infrastructure government development work fund service provide rural include constituency improve road area build funding community facility complete \n",
+ "2\t5\tcovid health economy percent increase continue service revenue remain pandemic expect economic response measure impact government high medical rate risk \n",
+ "3\t5\tgovernment member medium decision political interest leader statement election parliament concern group foreign deal chinese party people state call power \n",
+ "4\t5\tpeople work year time family student child school good start education thing life live number week islander home australian worker \n",
+ "5\t5\tbusiness company police officer pay court case order money public operation law charge matter yesterday receive operate claim office accuse \n",
+ "6\t5\ttourism market local water industry fishery export food island product community resource log area environment management high small increase farmer \n",
+ "7\t5\tgovernment public budget report process finance ministry financial parliament member fund bill tax information service system payment add include explain \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add western work address guadalcanal mining executive continue development premier landowner \n",
+ "9\t5\tcountry island region visit regional include trade meeting security event official agreement leader economic support meet cooperation assistance sign development \n",
+ "\n",
+ "<350> LL/token: -8.1434\n",
+ "<360> LL/token: -8.14202\n",
+ "<370> LL/token: -8.14193\n",
+ "<380> LL/token: -8.14171\n",
+ "<390> LL/token: -8.1411\n",
+ "\n",
+ "0\t5\tdevelopment policy economic sector support business investment opportunity growth program training key improve programme strategy economy develop achieve ensure launch \n",
+ "1\t5\tproject support infrastructure development work government fund provide service rural include constituency area road improve funding build community complete facility \n",
+ "2\t5\tcovid health economy percent increase service economic revenue continue remain impact pandemic measure response government expect high rate situation medical \n",
+ "3\t5\tgovernment member medium decision leader political interest statement election parliament concern deal call foreign chinese state group party minister opposition \n",
+ "4\t5\tpeople work year family time student child school good start thing education live worker life islander number australian week home \n",
+ "5\t5\tbusiness company police officer pay court case order public money operation law charge yesterday matter operate office claim accuse director \n",
+ "6\t5\ttourism market local water industry fishery export food island product community resource log environment area high increase management small farmer \n",
+ "7\t5\tgovernment public budget report process finance financial ministry parliament member fund bill payment tax system information service add include explain \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add western work continue address guadalcanal mining executive development premier landowner \n",
+ "9\t5\tcountry island region visit regional include trade security meeting event official agreement economic meet leader cooperation support assistance hold sign \n",
+ "\n",
+ "<400> LL/token: -8.14157\n",
+ "<410> LL/token: -8.14094\n",
+ "<420> LL/token: -8.1427\n",
+ "<430> LL/token: -8.14201\n",
+ "<440> LL/token: -8.14207\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business investment opportunity growth key training strategy programme improve achieve program develop economy ensure national \n",
+ "1\t5\tproject support infrastructure development work government provide fund service rural constituency improve road build include community funding complete facility assistance \n",
+ "2\t5\tcovid health economy increase percent service continue revenue remain economic pandemic impact measure response expect government rate high situation medical \n",
+ "3\t5\tgovernment member medium decision political interest leader statement election parliament call concern deal chinese people state foreign party group corruption \n",
+ "4\t5\tpeople work family year student time child school good education worker thing start islander live australian week job day home \n",
+ "5\t5\tbusiness company police officer pay court case order operation public law charge money matter operate yesterday office claim accuse receive \n",
+ "6\t5\ttourism market local water industry fishery export food island product resource log area management community high increase environment farmer small \n",
+ "7\t5\tgovernment public budget report process finance ministry financial parliament fund member payment bill tax system information include service explain add \n",
+ "8\t5\tgovernment people provincial woman province land national community add issue western address work guadalcanal continue mining development executive premier landowner \n",
+ "9\t5\tcountry island region visit include regional trade security meeting event agreement official meet economic leader cooperation support assistance sign issue \n",
+ "\n",
+ "<450> LL/token: -8.14181\n",
+ "<460> LL/token: -8.14257\n",
+ "<470> LL/token: -8.14341\n",
+ "<480> LL/token: -8.14233\n",
+ "<490> LL/token: -8.14267\n",
+ "\n",
+ "0\t5\tdevelopment policy economic sector support business investment opportunity growth key training develop programme strategy improve achieve program ensure national economy \n",
+ "1\t5\tproject support infrastructure government development provide work service fund rural include constituency improve road area community build funding plan facility \n",
+ "2\t5\tcovid health economy increase percent continue service revenue economic remain impact response pandemic measure situation risk expect high rate current \n",
+ "3\t5\tgovernment member medium decision political leader interest statement election parliament concern foreign deal chinese group call people corruption opposition state \n",
+ "4\t5\tpeople work family student time year child education school start worker good islander thing life live home job number week \n",
+ "5\t5\tbusiness company police officer court case order operation public law pay charge money yesterday matter office operate accuse claim director \n",
+ "6\t5\ttourism market local water industry fishery export food product island log resource community environment high increase area management farmer small \n",
+ "7\t5\tgovernment public budget report process finance ministry financial parliament fund member payment bill tax explain system service information pay statement \n",
+ "8\t5\tgovernment people provincial woman province land national community issue add western address work continue guadalcanal mining executive development premier speak \n",
+ "9\t5\tcountry island region visit regional include trade security meeting agreement economic official meet leader cooperation support assistance sign nation development \n",
+ "\n",
+ "<500> LL/token: -8.14242\n",
+ "<510> LL/token: -8.14415\n",
+ "<520> LL/token: -8.14349\n",
+ "<530> LL/token: -8.14576\n",
+ "<540> LL/token: -8.14518\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business growth investment opportunity key programme training strategy improve economy develop ensure achieve provide program \n",
+ "1\t5\tproject support infrastructure development government work service provide rural fund constituency road area improve include build funding plan facility community \n",
+ "2\t5\tcovid health economy percent increase service continue revenue remain impact pandemic measure economic response expect situation rate risk high medical \n",
+ "3\t5\tgovernment member medium political decision interest statement leader election parliament people call concern deal foreign chinese corruption state group opposition \n",
+ "4\t5\tpeople work family student year time child education school good worker start islander event life live week number home day \n",
+ "5\t5\tbusiness company police officer court order case public operation law charge pay money yesterday matter operate claim accuse office director \n",
+ "6\t5\tmarket tourism local water industry fishery export food island product community log resource increase area high environment small management farmer \n",
+ "7\t5\tgovernment public budget report process finance ministry financial parliament fund member payment bill tax system explain add pay information service \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add work western address continue guadalcanal mining executive member premier important \n",
+ "9\t5\tcountry island region visit include regional trade meeting security agreement official meet economic support leader cooperation assistance sign nation international \n",
+ "\n",
+ "<550> LL/token: -8.14529\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "\n",
- "0\t5\tproject year water business work local market increase food service road percent cost area expect high build site product complete \n",
- "1\t5\tprovincial government company land issue province pay claim process fund receive log report office payment accord sign executive money premier \n",
- "2\t5\tpeople island area live community report time affect village family find problem disaster life call home world boat country thing \n",
- "3\t5\tcovid health country service medical case week include travel hospital continue response province number border provide people emergency risk test \n",
- "4\t5\tcourt police man year case charge accuse public allege incident matter arrest victim yesterday high investigation time prosecution face suspect \n",
- "5\t5\twoman student community school work training child program year support education youth young encourage learn study family church opportunity teacher \n",
- "6\t5\tpolice officer election medium rsipf public member people force constituency continue operation information work community chief conduct security week law \n",
- "7\t5\tgovernment member leader parliament issue national decision state meeting country statement minister public group add political current interest bill budget \n",
- "8\t5\tdevelopment country support government project economic policy sector include develop provide infrastructure plan region ensure partner island national regional resource \n",
- "9\t5\tteam visit year event country time good today play hold day host island open game official culture place lead start \n",
- "\n",
- "<550> LL/token: -8.15499\n",
- "<560> LL/token: -8.1563\n",
- "<570> LL/token: -8.15664\n",
- "<580> LL/token: -8.15638\n",
- "<590> LL/token: -8.15799\n",
- "\n",
- "0\t5\tproject year business water work local market increase food service road percent cost area high expect site build provide good \n",
- "1\t5\tgovernment provincial company issue land province pay claim process receive fund log office report payment money accord sign ministry give \n",
- "2\t5\tpeople island area live community report affect village time family find problem disaster life home call boat accord thing world \n",
- "3\t5\tcovid health country service medical case week include travel hospital response continue province provide border number people emergency support test \n",
- "4\t5\tcourt police man year case charge accuse public allege incident arrest yesterday matter victim high investigation time prosecution face suspect \n",
- "5\t5\twoman student community school work program training child year support education youth young family encourage learn study church teacher opportunity \n",
- "6\t5\tpolice officer election medium rsipf public member people force operation work constituency continue information provincial conduct chief week security community \n",
- "7\t5\tgovernment member leader parliament issue national state decision meeting country statement minister public add group political interest current bill budget \n",
- "8\t5\tdevelopment country support government economic project policy sector include provide develop infrastructure region plan island ensure partner national regional resource \n",
- "9\t5\tvisit team event year country time good today hold play day host open game island official start culture place lead \n",
- "\n",
- "<600> LL/token: -8.1581\n",
- "<610> LL/token: -8.15863\n",
- "<620> LL/token: -8.159\n",
- "<630> LL/token: -8.15966\n",
- "<640> LL/token: -8.16008\n",
- "\n",
- "0\t5\tproject year business work local market increase water service food road percent cost provide expect high area build rural site \n",
- "1\t5\tgovernment provincial company issue land province pay process claim receive report log fund payment money office accord give sign ministry \n",
- "2\t5\tpeople island area community live report affect village find time problem family disaster home life call boat water world accord \n",
- "3\t5\tcovid health country service medical case week include province response hospital travel continue people number border provide emergency test vaccine \n",
- "4\t5\tcourt police man year case charge accuse public allege incident yesterday matter arrest victim high investigation time prosecution face suspect \n",
- "5\t5\twoman student school community work program training child year support education youth young family encourage learn study church opportunity teacher \n",
- "6\t5\tpolice officer election medium rsipf member public force provincial continue work operation constituency people information chief week security conduct province \n",
- "7\t5\tgovernment member leader parliament issue national state people decision meeting country statement minister group public add political current interest bill \n",
- "8\t5\tdevelopment country support government economic policy project sector include develop provide island plan region partner ensure national regional resource key \n",
- "9\t5\tteam visit year event country time good today play hold day host open island game start official culture place week \n",
- "\n",
- "<650> LL/token: -8.16106\n",
- "<660> LL/token: -8.16188\n",
- "<670> LL/token: -8.16156\n",
- "<680> LL/token: -8.16062\n",
- "<690> LL/token: -8.16133\n",
- "\n",
- "0\t5\tproject year business work local market increase service road water percent cost food provide infrastructure area build expect fund rural \n",
- "1\t5\tgovernment provincial company land issue pay province claim process receive report log fund payment money office give sign accord ministry \n",
- "2\t5\tpeople island area community live report affect village water find family problem disaster time life home call boat accord leave \n",
- "3\t5\tcovid health country service medical case week include hospital travel response number province people border continue provide emergency test vaccine \n",
- "4\t5\tpolice court man year case charge accuse public allege incident matter arrest victim yesterday high investigation time prosecution face suspect \n",
- "5\t5\twoman student school community work training program child year support education youth young learn study encourage church family opportunity teacher \n",
- "6\t5\tpolice officer medium election provincial rsipf member public province work people force continue constituency operation information week community chief security \n",
- "7\t5\tgovernment member leader parliament issue people national decision state meeting country minister statement group add political public current interest bill \n",
- "8\t5\tdevelopment country support government economic policy sector develop include island region provide national plan partner ensure regional resource key assistance \n",
- "9\t5\tteam visit year event country time good today hold play day host open island game official culture start place ceremony \n",
- "\n",
- "<700> LL/token: -8.16096\n",
- "<710> LL/token: -8.16119\n",
- "<720> LL/token: -8.16072\n",
- "<730> LL/token: -8.16045\n",
- "<740> LL/token: -8.15893\n",
- "\n",
- "0\t5\tproject year business work market local increase service road fund percent provide rural infrastructure cost improve food expect build high \n",
- "1\t5\tgovernment company issue land pay claim report process receive provincial log money payment accord business give fund sign office explain \n",
- "2\t5\tpeople island area community live water report affect village find time problem family disaster life home call boat accord leave \n",
- "3\t5\tcovid health country service medical case week include travel people continue hospital response number border provide province emergency test risk \n",
- "4\t5\tpolice court man case year charge accuse public allege incident arrest victim matter yesterday high investigation vehicle time prosecution face \n",
- "5\t5\twoman student school community work program training child year support education youth young family learn study church encourage teacher opportunity \n",
- "6\t5\tofficer police provincial province medium election member rsipf people force work continue public constituency operation community western information conduct chief \n",
- "7\t5\tgovernment member leader parliament issue people national decision state meeting country statement minister group add political public interest current bill \n",
- "8\t5\tdevelopment country support government economic policy sector develop include island region provide partner plan ensure resource regional national key partnership \n",
- "9\t5\tvisit team year event country time good today play hold day host game island open official culture lead start place \n",
- "\n",
- "<750> LL/token: -8.15855\n",
- "<760> LL/token: -8.1577\n",
- "<770> LL/token: -8.15537\n",
- "<780> LL/token: -8.15564\n",
- "<790> LL/token: -8.15392\n",
- "\n",
- "0\t5\tproject year work business market increase local service fund road percent infrastructure rural provide cost improve build access expect area \n",
- "1\t5\tcompany issue land government pay report claim money process receive log accord payment office give business sign reveal statement add \n",
- "2\t5\tpeople island area water community live report affect find village time family disaster problem home life call boat leave accord \n",
- "3\t5\tcovid health country service medical case week include people travel hospital response continue number border provide emergency test vaccine risk \n",
- "4\t5\tpolice court man case year charge accuse public allege incident arrest victim matter yesterday investigation high vehicle prosecution time face \n",
- "5\t5\twoman student school community work training program child year support education youth young family learn study church opportunity teacher speak \n",
- "6\t5\tprovincial officer police province medium election people member rsipf work force continue constituency operation western community public chief conduct week \n",
- "7\t5\tgovernment member leader parliament issue people national decision state meeting statement minister group country political add premier current public executive \n",
- "8\t5\tdevelopment country support government economic policy sector develop include island region provide partner ensure plan regional national resource key partnership \n",
- "9\t5\tteam visit year event country time good today play hold host day island game open official culture place lead start \n",
- "\n",
- "<800> LL/token: -8.15322\n"
+ "<560> LL/token: -8.14563\n",
+ "<570> LL/token: -8.1455\n",
+ "<580> LL/token: -8.14583\n",
+ "<590> LL/token: -8.14304\n",
+ "\n",
+ "0\t5\tdevelopment policy economic sector support business growth opportunity investment key ensure economy programme strategy develop national achieve improve training provide \n",
+ "1\t5\tproject support infrastructure government development provide service work fund rural improve constituency road include area plan funding community build facility \n",
+ "2\t5\tcovid health economy increase percent service continue revenue impact remain pandemic measure response economic expect situation government affect risk rate \n",
+ "3\t5\tgovernment medium decision political member interest statement people election leader concern call parliament deal chinese foreign group corruption opposition minister \n",
+ "4\t5\tpeople work family student education child time year school start worker islander event young good opportunity home job live life \n",
+ "5\t5\tbusiness company police officer court case public operation order law charge pay money matter yesterday operate accuse director claim office \n",
+ "6\t5\ttourism market local industry water fishery export food island product resource log high area community environment increase management farmer small \n",
+ "7\t5\tgovernment public budget report process finance financial ministry parliament member fund payment bill tax service pay information explain add system \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add address western work continue guadalcanal development mining executive premier important \n",
+ "9\t5\tcountry island region visit security regional include trade meeting economic official agreement meet leader cooperation support assistance sign issue nation \n",
+ "\n",
+ "<600> LL/token: -8.14384\n",
+ "<610> LL/token: -8.14374\n",
+ "<620> LL/token: -8.14437\n",
+ "<630> LL/token: -8.14433\n",
+ "<640> LL/token: -8.14399\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business growth investment opportunity key programme develop strategy economy achieve improve ensure reform national focus \n",
+ "1\t5\tproject support infrastructure government development work provide service rural fund include improve area constituency road community build funding facility plan \n",
+ "2\t5\tcovid health economy percent increase service continue revenue remain impact pandemic measure response expect risk economic rate situation affect medical \n",
+ "3\t5\tgovernment medium decision political people member statement interest election parliament leader concern call deal chinese group opposition corruption power state \n",
+ "4\t5\tpeople work family student education time year child school event start worker islander opportunity good young job home live number \n",
+ "5\t5\tbusiness company police officer court case operation order public law charge pay money matter yesterday operate accuse claim office director \n",
+ "6\t5\ttourism market local water industry fishery export food product island resource log area community increase environment management small high farmer \n",
+ "7\t5\tgovernment public budget report process finance financial ministry member fund parliament payment bill tax pay explain information week service system \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add western address work continue development guadalcanal leadership executive member mining \n",
+ "9\t5\tcountry island region visit include security regional meeting trade official agreement meet economic leader cooperation assistance support sign nation state \n",
+ "\n",
+ "<650> LL/token: -8.14323\n",
+ "<660> LL/token: -8.14374\n",
+ "<670> LL/token: -8.14262\n",
+ "<680> LL/token: -8.14321\n",
+ "<690> LL/token: -8.141\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business growth investment key opportunity economy programme ensure strategy develop improve achieve national reform plan \n",
+ "1\t5\tproject support infrastructure development government work provide service rural fund constituency area improve road include community funding build facility deliver \n",
+ "2\t5\tcovid health economy percent increase service continue revenue remain impact response pandemic measure economic expect situation time risk rate affect \n",
+ "3\t5\tgovernment medium decision political people interest statement member election leader parliament concern deal call chinese power corruption opposition question group \n",
+ "4\t5\tpeople work family student education child time school year training event opportunity start islander worker good job live young program \n",
+ "5\t5\tbusiness company police officer court case order public operation law charge money pay matter operate yesterday accuse office director claim \n",
+ "6\t5\ttourism market local industry water fishery export food product island log resource community area increase environment small farmer management high \n",
+ "7\t5\tgovernment public budget report finance process financial ministry member fund parliament payment bill tax pay explain service total information system \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add western address continue work guadalcanal member leadership executive premier landowner \n",
+ "9\t5\tcountry island region visit include security regional meeting trade official agreement leader meet economic assistance cooperation sign state nation support \n",
+ "\n",
+ "<700> LL/token: -8.1415\n",
+ "<710> LL/token: -8.14089\n",
+ "<720> LL/token: -8.1416\n",
+ "<730> LL/token: -8.14113\n",
+ "<740> LL/token: -8.14093\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business growth investment key opportunity programme ensure economy strategy develop achieve improve national reform sustainable \n",
+ "1\t5\tproject support infrastructure government development service work rural provide fund improve area include constituency road community funding build deliver plan \n",
+ "2\t5\tcovid health economy percent increase continue service impact revenue remain pandemic response measure expect affect situation time rate economic medical \n",
+ "3\t5\tgovernment medium decision political interest member statement people election leader concern parliament deal call chinese opposition corruption power state time \n",
+ "4\t5\tpeople work family education student training child school opportunity year event time worker islander start program job youth young live \n",
+ "5\t5\tbusiness company police officer court case order public operation law charge money pay yesterday matter operate accuse office director claim \n",
+ "6\t5\ttourism market local industry water fishery export food product island resource log community area high environment management farmer increase small \n",
+ "7\t5\tgovernment public budget report finance process financial ministry member fund parliament payment bill tax pay add explain service cost information \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add work continue western address guadalcanal member executive development leadership premier \n",
+ "9\t5\tcountry island region security visit regional meeting trade include official agreement economic meet leader cooperation assistance sign support state nation \n",
+ "\n",
+ "<750> LL/token: -8.14182\n",
+ "<760> LL/token: -8.14149\n",
+ "<770> LL/token: -8.14106\n",
+ "<780> LL/token: -8.14154\n",
+ "<790> LL/token: -8.14106\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business growth investment key ensure economy opportunity programme strategy develop achieve improve national reform government \n",
+ "1\t5\tproject support infrastructure government development work rural provide service fund include improve constituency road area community funding build facility plan \n",
+ "2\t5\tcovid health economy percent increase continue service revenue remain response pandemic impact measure time expect situation risk rate economic affect \n",
+ "3\t5\tgovernment medium decision political people member statement election parliament interest leader call concern deal chinese opposition corruption power time group \n",
+ "4\t5\twork people family education student training child school year event opportunity start time worker islander youth program job young live \n",
+ "5\t5\tbusiness company police officer court order case public operation law charge money pay matter operate accuse yesterday office director high \n",
+ "6\t5\ttourism market local industry water fishery export food product island log community resource increase area environment high management farmer small \n",
+ "7\t5\tgovernment public budget report finance financial process ministry fund member payment parliament bill tax pay add service explain total information \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add western work address continue guadalcanal leadership executive good development member \n",
+ "9\t5\tcountry island region visit security regional meeting trade include official agreement meet economic leader cooperation assistance support sign nation issue \n",
+ "\n",
+ "<800> LL/token: -8.14055\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<810> LL/token: -8.15188\n",
- "<820> LL/token: -8.15012\n",
- "<830> LL/token: -8.15059\n",
- "<840> LL/token: -8.15086\n",
- "\n",
- "0\t5\tproject year work business market increase service local fund road infrastructure provide percent rural build cost improve access expect complete \n",
- "1\t5\tcompany land issue pay report government claim money process receive log accord give payment business office sign statement public reveal \n",
- "2\t5\tpeople water island area community live report affect village find time problem disaster family life home boat call accord leave \n",
- "3\t5\tcovid health country service case medical week include travel hospital response number continue border people provide emergency test vaccine risk \n",
- "4\t5\tpolice court man case year charge accuse public allege incident arrest victim matter yesterday high investigation vehicle time prosecution face \n",
- "5\t5\twoman student school community work child training program year support education youth young family learn study church teacher opportunity train \n",
- "6\t5\tprovincial officer police province medium election people member rsipf work force continue constituency operation western week public community chief conduct \n",
- "7\t5\tgovernment member leader parliament issue people national decision state meeting group statement country minister add political current premier executive budget \n",
- "8\t5\tdevelopment country support government economic policy sector include develop island region partner provide ensure regional resource national key plan assistance \n",
- "9\t5\tvisit team year event country time good today play hold day host island game open culture official place lead ceremony \n",
- "\n",
- "<850> LL/token: -8.15073\n",
- "<860> LL/token: -8.15122\n",
- "<870> LL/token: -8.15065\n",
- "<880> LL/token: -8.15036\n",
- "<890> LL/token: -8.15111\n",
- "\n",
- "0\t5\tproject year work business market service local increase fund provide rural infrastructure road improve cost percent build access complete expect \n",
- "1\t5\tcompany land issue pay report government claim money process receive log accord give payment business public office sign statement reveal \n",
- "2\t5\tpeople water island area community live report affect find time village disaster family problem home life call boat accord leave \n",
- "3\t5\tcovid health country service medical case week include people hospital response travel number border continue provide emergency test vaccine public \n",
- "4\t5\tpolice court man case year charge accuse public allege incident arrest victim matter yesterday high investigation vehicle prosecution time face \n",
- "5\t5\twoman student school community work training child program year education support youth young family learn study church teacher opportunity people \n",
- "6\t5\tprovincial officer province police election medium people member rsipf work continue force constituency operation western week community chief public information \n",
- "7\t5\tgovernment member leader parliament issue people national decision state meeting statement group country minister political current provincial add executive premier \n",
- "8\t5\tcountry development support government economic policy sector develop include island region ensure partner provide resource regional plan key national assistance \n",
- "9\t5\tvisit team year event country time good today play hold day host island game open culture official start place lead \n",
- "\n",
- "<900> LL/token: -8.1506\n",
- "<910> LL/token: -8.15193\n",
- "<920> LL/token: -8.15244\n",
- "<930> LL/token: -8.15193\n",
- "<940> LL/token: -8.15178\n",
- "\n",
- "0\t5\tproject year work business market fund service increase local infrastructure rural road provide improve percent cost build access site complete \n",
- "1\t5\tcompany issue land pay report claim government public process money receive log accord business payment give office statement sign reveal \n",
- "2\t5\tpeople water island area community live report affect find village time disaster problem family home life call boat accord food \n",
- "3\t5\tcovid health country service medical case week include travel response hospital people number continue border provide risk emergency test vaccine \n",
- "4\t5\tpolice court man case year charge accuse public allege incident arrest victim yesterday matter investigation vehicle high prosecution time face \n",
- "5\t5\twoman student school community work child training program year support education youth young family learn study church teacher people opportunity \n",
- "6\t5\tofficer provincial province police medium election people member rsipf work continue force operation constituency western community week chief conduct general \n",
- "7\t5\tgovernment member leader parliament issue people national decision state meeting provincial statement group minister country political add executive current premier \n",
- "8\t5\tcountry development support government economic policy sector develop include island region ensure partner provide resource regional national plan key partnership \n",
- "9\t5\tteam visit event year country time good today play hold host day island game open culture place start lead official \n",
- "\n",
- "<950> LL/token: -8.15225\n",
- "<960> LL/token: -8.15234\n",
- "<970> LL/token: -8.15362\n",
- "<980> LL/token: -8.15408\n",
- "<990> LL/token: -8.15442\n",
- "\n",
- "0\t5\tproject year work business service fund market increase local rural infrastructure provide road improve cost percent build access complete site \n",
- "1\t5\tcompany issue land pay report claim public money process government log receive business give payment accord office statement sign raise \n",
- "2\t5\tpeople water area island community live report affect village find time disaster problem home family life boat call food accord \n",
- "3\t5\tcovid health country service case medical week include hospital response travel people number continue border provide emergency test vaccine risk \n",
- "4\t5\tpolice court man case year charge accuse public allege incident arrest victim matter yesterday investigation vehicle high prosecution time report \n",
- "5\t5\twoman student school community work program training child year education support youth young family learn study church teacher train opportunity \n",
- "6\t5\tofficer provincial province police election medium people member rsipf work continue force constituency operation western week community public conduct chief \n",
- "7\t5\tgovernment leader member parliament issue people national decision meeting state provincial statement group minister political country executive add premier current \n",
- "8\t5\tcountry development support government economic policy island sector develop include region ensure partner resource regional plan provide key national partnership \n",
- "9\t5\tvisit team event year country time good today play day hold host island game open culture place start official group \n",
- "\n",
- "<1000> LL/token: -8.15441\n",
- "\n",
- "Total time: 1 minutes 48 seconds\n",
+ "<810> LL/token: -8.13969\n",
+ "<820> LL/token: -8.13962\n",
+ "<830> LL/token: -8.14135\n",
+ "<840> LL/token: -8.1413\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business growth investment key economy ensure opportunity programme strategy develop government national achieve reform improve \n",
+ "1\t5\tproject support infrastructure development government service work rural provide fund improve include area constituency road community build funding facility complete \n",
+ "2\t5\tcovid health economy percent increase service continue impact revenue response pandemic measure remain time expect situation risk rate affect medical \n",
+ "3\t5\tgovernment medium decision political people member election concern parliament interest statement leader deal call chinese corruption opposition time power minister \n",
+ "4\t5\twork people family education student training child school opportunity event time year program worker islander start youth job young home \n",
+ "5\t5\tbusiness company police officer court public case order operation law charge money operate matter pay yesterday accuse office director high \n",
+ "6\t5\ttourism market local industry water fishery export food product island log resource increase area community high environment management farmer agriculture \n",
+ "7\t5\tgovernment budget public report process finance financial ministry fund member parliament payment bill tax pay explain service receive add total \n",
+ "8\t5\tgovernment people provincial woman province national land community issue add work continue western address guadalcanal leadership executive leader member premier \n",
+ "9\t5\tcountry island region visit security regional trade include meeting agreement official meet economic leader assistance cooperation state sign nation support \n",
+ "\n",
+ "<850> LL/token: -8.14182\n",
+ "<860> LL/token: -8.14148\n",
+ "<870> LL/token: -8.14246\n",
+ "<880> LL/token: -8.14202\n",
+ "<890> LL/token: -8.14231\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support business growth investment key economy programme ensure strategy develop national achieve opportunity improve government reform \n",
+ "1\t5\tproject support infrastructure development government work service provide rural fund improve include constituency road area community build funding deliver plan \n",
+ "2\t5\tcovid health economy percent increase service continue impact pandemic remain measure response time affect expect risk situation business rate medical \n",
+ "3\t5\tgovernment medium decision political people election parliament statement member interest call concern leader chinese deal corruption time opposition power group \n",
+ "4\t5\twork people family education student training child opportunity school year event time worker islander youth start program job young home \n",
+ "5\t5\tbusiness company police officer court order case operation public law charge money operate matter pay accuse yesterday office mining director \n",
+ "6\t5\ttourism market local industry water fishery export food product island area log high resource increase community environment management farmer agriculture \n",
+ "7\t5\tgovernment budget public report finance process financial ministry fund member payment parliament bill pay tax explain add total system revenue \n",
+ "8\t5\tgovernment people provincial woman province national land community add issue continue work western address guadalcanal member leadership executive development leader \n",
+ "9\t5\tcountry island region security visit meeting include regional trade official economic agreement meet leader assistance cooperation sign nation support issue \n",
+ "\n",
+ "<900> LL/token: -8.14302\n",
+ "<910> LL/token: -8.1424\n",
+ "<920> LL/token: -8.14184\n",
+ "<930> LL/token: -8.1432\n",
+ "<940> LL/token: -8.14385\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support growth business investment key economy ensure develop programme government strategy opportunity achieve national reform improve \n",
+ "1\t5\tproject support infrastructure development government work provide rural service fund improve include area constituency road community funding build facility deliver \n",
+ "2\t5\tcovid health economy percent continue increase service impact remain pandemic measure response affect situation time risk expect medical rate economic \n",
+ "3\t5\tgovernment medium decision political people parliament election member statement concern interest call leader deal chinese corruption power opposition state group \n",
+ "4\t5\twork people family student training education child opportunity school event year time program youth start islander worker job young home \n",
+ "5\t5\tbusiness company police officer court case operation order law public charge money matter operate yesterday accuse pay high director office \n",
+ "6\t5\ttourism market local industry water fishery export food product island resource increase area log high community environment management agriculture farmer \n",
+ "7\t5\tgovernment budget public finance financial report process ministry fund member payment parliament bill pay tax total explain service revenue cost \n",
+ "8\t5\tgovernment people provincial woman province national community land add issue work western continue address member guadalcanal leadership executive leader good \n",
+ "9\t5\tcountry island region security visit include regional meeting trade agreement official leader meet assistance cooperation economic sign support nation state \n",
+ "\n",
+ "<950> LL/token: -8.14277\n",
+ "<960> LL/token: -8.14461\n",
+ "<970> LL/token: -8.14416\n",
+ "<980> LL/token: -8.14597\n",
+ "<990> LL/token: -8.14513\n",
+ "\n",
+ "0\t5\tdevelopment economic policy sector support growth business investment ensure key economy government strategy achieve national opportunity develop improve reform programme \n",
+ "1\t5\tproject support government infrastructure development work provide rural service fund improve include community constituency area road plan build funding facility \n",
+ "2\t5\tcovid health economy percent increase continue service impact remain pandemic measure response time expect situation risk affect business medical rate \n",
+ "3\t5\tgovernment medium decision political people member election statement parliament interest concern call chinese leader time deal opposition power corruption law \n",
+ "4\t5\twork people family education student training child opportunity event school year program youth start worker job islander young home time \n",
+ "5\t5\tbusiness company police officer court operation order case public law charge money matter operate yesterday accuse office pay mining high \n",
+ "6\t5\ttourism local market industry water fishery export food product island increase log area resource high management environment farmer community agriculture \n",
+ "7\t5\tgovernment budget public finance financial report process ministry fund member parliament payment pay bill tax total add service explain revenue \n",
+ "8\t5\tgovernment people provincial woman province national land community add issue work western continue address member guadalcanal leadership executive leader important \n",
+ "9\t5\tcountry island region security visit meeting regional include trade official agreement leader meet economic cooperation assistance sign support nation state \n",
+ "\n",
+ "<1000> LL/token: -8.14627\n",
+ "\n",
+ "Total time: 48 seconds\n",
"Mallet LDA: 11 topics, 4 topic bits, 1111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.92711\n",
- "<20> LL/token: -9.10145\n",
- "<30> LL/token: -8.57693\n",
- "<40> LL/token: -8.39193\n",
- "\n",
- "0\t4.54545\tbusiness water market increase local area food percent people high cost small product island year economy country industry export sell \n",
- "1\t4.54545\tproject support government service work community development provide fund plan infrastructure assistance program rural province national improve include build australian \n",
- "2\t4.54545\tpolice officer community rsipf medium report force incident operation family public man vehicle investigation area people village information arrest suspect \n",
- "3\t4.54545\tyear week time people accord month number expect day early yesterday late follow add island leave report close result member \n",
- "4\t4.54545\tcovid health country case people medical public travel service hospital province border include risk ship situation response emergency week test \n",
- "5\t4.54545\twoman development country policy economic training develop support opportunity include region sector resource key programme partner partnership address regional provide \n",
- "6\t4.54545\tcountry people government leader member visit official nation meeting state national security island issue political minister church important hold leadership \n",
- "7\t4.54545\tstudent school year child work education people study family teacher form staff add learn speak program life week live worker \n",
- "8\t4.54545\tcourt election case charge public accuse year allege man matter high yesterday victim order prosecution money face candidate vote date \n",
- "9\t4.54545\tgovernment provincial issue company land parliament decision province executive statement process member claim premier log question bill public opposition concern \n",
- "10\t4.54545\tteam event good time play day game today young island host year place world lead group start hold competition player \n",
- "\n",
- "<50> LL/token: -8.31076\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.76055\n",
+ "<20> LL/token: -9.06623\n",
+ "<30> LL/token: -8.62602\n",
+ "<40> LL/token: -8.43408\n",
+ "\n",
+ "0\t4.54545\twoman development policy economic sector support develop sustainable strategy market agriculture access address programme community stakeholder improve key opportunity resource \n",
+ "1\t4.54545\tgovernment land budget economy report increase financial percent company log export investment revenue tax reform mining growth high resource operation \n",
+ "2\t4.54545\tcommunity covid people health water fishery food support area day family live provide village response pandemic medical supply market impact \n",
+ "3\t4.54545\tproject development government support infrastructure economic fund rural improve service plan area constituency work policy funding provide road national deliver \n",
+ "4\t4.54545\tpolice business officer case court charge order yesterday public office money accuse man operation high vehicle payment honiara matter rsipf \n",
+ "5\t4.54545\tcountry tourism region island economic trade include agreement international sign regional meeting cooperation visit meet support security global border leader \n",
+ "6\t4.54545\tpeople nation island government time year australian chinese solomon mission concern ramsi security remain force aid leave lead deal foreign \n",
+ "7\t4.54545\tgovernment people provincial province national leader member issue add election western political executive meeting good premier leadership address current party \n",
+ "8\t4.54545\tgovernment company pay month work service receive worker cost money week guadalcanal add number finance payment time contract good start \n",
+ "9\t4.54545\tpublic parliament member law government medium decision statement bill question state report corruption claim act legal opposition power process minister \n",
+ "10\t4.54545\tbusiness work opportunity student education training event school support program australian local provide young study job skill staff learn islander \n",
+ "\n",
+ "<50> LL/token: -8.34082\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<60> LL/token: -8.26839\n",
- "<70> LL/token: -8.24123\n",
- "<80> LL/token: -8.22484\n",
- "<90> LL/token: -8.21282\n",
- "\n",
- "0\t4.54545\tbusiness water local market increase food area island percent high year country small industry product cost economy company export good \n",
- "1\t4.54545\tgovernment project support work development service community fund province provide provincial infrastructure national plan assistance rural build area improve building \n",
- "2\t4.54545\tpolice officer rsipf community report medium force public incident operation man investigation vehicle area arrest village family suspect information continue \n",
- "3\t4.54545\tpeople time week year report accord month yesterday early late leave number expect call long affect add live day follow \n",
- "4\t4.54545\tcovid health country service case medical people travel include hospital response border week public risk ship province emergency test vaccine \n",
- "5\t4.54545\twoman development country policy economic support develop include region opportunity sector address key partner provide resource ensure stakeholder challenge regional \n",
- "6\t4.54545\tcountry people leader government member visit official nation island meeting state security continue issue meet church minister national political leadership \n",
- "7\t4.54545\tstudent school year work child training education program family young study staff learn teacher form people add life train good \n",
- "8\t4.54545\tcourt election case year charge accuse public allege yesterday high matter man money order prosecution victim face time date candidate \n",
- "9\t4.54545\tgovernment issue provincial parliament land company decision public member process statement executive claim question premier log pay bill concern opposition \n",
- "10\t4.54545\tteam event good day time play today year host hold group game tourism place island open culture start lead final \n",
- "\n",
- "<100> LL/token: -8.20223\n",
- "<110> LL/token: -8.19546\n",
- "<120> LL/token: -8.1884\n",
- "<130> LL/token: -8.18363\n",
- "<140> LL/token: -8.18026\n",
- "\n",
- "0\t4.54545\tbusiness water local market increase food percent year country high industry island company area economy product cost small export fishery \n",
- "1\t4.54545\tgovernment project support work development provincial service province fund community provide national infrastructure rural plan assistance build area improve building \n",
- "2\t4.54545\tpolice officer rsipf community report force medium public incident operation man investigation vehicle arrest area village family suspect information involve \n",
- "3\t4.54545\tpeople time report live call week issue affect accord late leave add long island problem yesterday year early home situation \n",
- "4\t4.54545\tcovid health country service case medical week include travel hospital response border public ship risk emergency test vaccine confirm continue \n",
- "5\t4.54545\twoman development country policy support develop economic include region address key opportunity sector partner ensure provide resource challenge system partnership \n",
- "6\t4.54545\tcountry government leader member people visit official meeting island nation state meet security continue church minister cooperation hold national leadership \n",
- "7\t4.54545\tstudent school year work child training program education family community young staff week study learn teacher form train add skill \n",
- "8\t4.54545\tcourt election case year charge accuse public allege yesterday high matter man prosecution order money time victim date candidate face \n",
- "9\t4.54545\tgovernment issue parliament land provincial company decision member public statement process executive question claim premier log pay bill opposition add \n",
- "10\t4.54545\tteam event good day time play today year host tourism game group hold place culture open start final lead island \n",
- "\n",
- "<150> LL/token: -8.17598\n",
- "<160> LL/token: -8.17341\n",
- "<170> LL/token: -8.17053\n",
- "<180> LL/token: -8.16932\n",
- "<190> LL/token: -8.16711\n",
- "\n",
- "0\t4.54545\tbusiness water local market increase food year percent country high industry company economy product small cost source area island fishery \n",
- "1\t4.54545\tgovernment project support provincial development work province service fund community provide national infrastructure rural plan assistance build budget building include \n",
- "2\t4.54545\tpolice officer rsipf report community force public medium incident operation man investigation vehicle arrest village suspect information law commissioner member \n",
- "3\t4.54545\tpeople time live call issue add island affect late leave problem long thing week home family life report area accord \n",
- "4\t4.54545\tcovid health country service case medical week travel hospital include response border public ship risk confirm number emergency test vaccine \n",
- "5\t4.54545\twoman development country policy support develop economic include region address opportunity key partner provide ensure sector resource challenge system partnership \n",
- "6\t4.54545\tcountry government leader member people visit official island meeting nation state meet security church hold minister national continue cooperation leadership \n",
- "7\t4.54545\tstudent year school work child training program education community young week staff learn study teacher train family form skill add \n",
- "8\t4.54545\tcourt election year case charge accuse public yesterday allege high matter money prosecution order man time victim date month candidate \n",
- "9\t4.54545\tgovernment issue parliament land company decision public statement provincial member process executive question claim premier log pay bill opposition report \n",
- "10\t4.54545\tteam event good day time play today year tourism host game group hold place culture open start local final lead \n",
- "\n",
- "<200> LL/token: -8.16617\n",
- "<210> LL/token: -8.16644\n",
- "<220> LL/token: -8.16415\n",
- "<230> LL/token: -8.1627\n",
- "<240> LL/token: -8.16212\n",
- "\n",
- "0\t4.54545\tbusiness water market local increase food year company percent country high industry economy product source cost small fishery export area \n",
- "1\t4.54545\tgovernment project support provincial province development work service fund community national provide infrastructure rural plan budget assistance build ministry improve \n",
- "2\t4.54545\tpolice officer rsipf report community force public medium incident man operation investigation vehicle arrest village suspect information law continue area \n",
- "3\t4.54545\tpeople time live issue call island affect family add late problem leave home life area thing long situation disaster week \n",
- "4\t4.54545\tcovid health country service medical case week response hospital include travel border ship risk confirm emergency number test vaccine public \n",
- "5\t4.54545\twoman development country policy support develop economic include address provide region key opportunity ensure partner system sector resource challenge partnership \n",
- "6\t4.54545\tcountry leader government member visit people meeting official nation island state meet security continue church minister cooperation leadership support hold \n",
- "7\t4.54545\tstudent school work year child training program education community young week staff learn study teacher form train skill family receive \n",
- "8\t4.54545\tcourt election year case charge accuse public yesterday high allege matter order prosecution man time money date candidate month victim \n",
- "9\t4.54545\tgovernment issue parliament land public decision member company statement process claim provincial executive question premier pay bill report medium opposition \n",
- "10\t4.54545\tteam event day good time year play today host game tourism group hold place start culture open local final competition \n",
- "\n",
- "<250> LL/token: -8.16186\n",
- "<260> LL/token: -8.16156\n",
- "<270> LL/token: -8.16028\n",
- "<280> LL/token: -8.16001\n",
- "<290> LL/token: -8.15958\n",
- "\n",
- "0\t4.54545\tbusiness water market local increase food company year percent country high industry economy product source cost fishery export small sell \n",
- "1\t4.54545\tgovernment project provincial support province development work fund service community national provide infrastructure plan rural budget assistance build ministry year \n",
- "2\t4.54545\tpolice officer report rsipf community force medium public man operation incident investigation vehicle arrest village suspect information involve law commissioner \n",
- "3\t4.54545\tpeople time live island call family issue affect add problem late home leave life area thing long disaster good situation \n",
- "4\t4.54545\tcovid health country service case medical week response include hospital travel border risk ship public number confirm emergency test vaccine \n",
- "5\t4.54545\twoman development country policy support develop economic address provide include region opportunity key partner ensure system sector challenge resource partnership \n",
- "6\t4.54545\tcountry leader government member visit people meeting official island nation meet state security continue church hold cooperation support minister agreement \n",
- "7\t4.54545\tstudent school work year child training program education community week young staff learn study teacher train form skill add opportunity \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday public high allege time matter order prosecution money man date victim month candidate \n",
- "9\t4.54545\tgovernment issue parliament land public decision member statement company process claim question executive premier report pay medium bill provincial state \n",
- "10\t4.54545\tteam event day good time year play today host game hold group tourism place culture local start open final competition \n",
- "\n",
- "<300> LL/token: -8.15921\n"
+ "<60> LL/token: -8.29082\n",
+ "<70> LL/token: -8.25751\n",
+ "<80> LL/token: -8.23289\n",
+ "<90> LL/token: -8.2181\n",
+ "\n",
+ "0\t4.54545\twoman policy development sector economic develop sustainable strategy agriculture access support improve address management resource key stakeholder programme launch market \n",
+ "1\t4.54545\tgovernment economy land budget increase percent economic export investment growth log report financial high revenue reform tax industry mining sector \n",
+ "2\t4.54545\tcovid health community people water fishery food market pandemic area response village impact medical affect supply day include support local \n",
+ "3\t4.54545\tproject development support government infrastructure fund rural work provide service economic improve area plan include funding constituency road program assistance \n",
+ "4\t4.54545\tpolice business officer case court order public charge operation yesterday accuse office high man law vehicle matter follow involve rsipf \n",
+ "5\t4.54545\tcountry region island tourism economic trade include visit agreement regional international meeting sign meet cooperation leader state official development global \n",
+ "6\t4.54545\tpeople nation island year time australian chinese solomon mission security ramsi thing concern lead remain force long deal leave peace \n",
+ "7\t4.54545\tgovernment people provincial province national leader member add election western issue political executive address guadalcanal premier current good continue meeting \n",
+ "8\t4.54545\tcompany service pay receive payment month money week worker process cost finance government fund grant accord confirm source contract ship \n",
+ "9\t4.54545\tpublic parliament medium statement member government decision report law bill state question legal corruption claim act opposition interest raise issue \n",
+ "10\t4.54545\tbusiness work opportunity education student training event program support school child people local youth family community job young australian study \n",
+ "\n",
+ "<100> LL/token: -8.20469\n",
+ "<110> LL/token: -8.19696\n",
+ "<120> LL/token: -8.18929\n",
+ "<130> LL/token: -8.18428\n",
+ "<140> LL/token: -8.17923\n",
+ "\n",
+ "0\t4.54545\twoman development policy sector economic develop sustainable strategy management support address agriculture resource key improve stakeholder access launch system ensure \n",
+ "1\t4.54545\tgovernment economy land budget increase economic percent growth export investment log high industry report revenue reform sector tax financial mining \n",
+ "2\t4.54545\tcovid health water people community fishery food market pandemic response area product medical village include impact day supply affect risk \n",
+ "3\t4.54545\tproject development support government infrastructure fund rural service work provide improve economic area funding plan include constituency program road deliver \n",
+ "4\t4.54545\tpolice business officer case court order public charge operation law yesterday accuse high matter vehicle man office follow rsipf license \n",
+ "5\t4.54545\tcountry island region tourism include visit economic trade regional agreement international meeting sign meet leader cooperation security official development global \n",
+ "6\t4.54545\tpeople nation year island time australian chinese solomon mission ramsi thing concern remain leave force lead deal long security happen \n",
+ "7\t4.54545\tgovernment people provincial province national leader member add election western guadalcanal executive continue good issue premier political address yesterday today \n",
+ "8\t4.54545\tcompany pay service payment receive month money worker week process cost fund business finance grant confirm financial dollar contract accord \n",
+ "9\t4.54545\tpublic parliament government medium statement decision report member state question bill law process legal issue corruption opposition interest claim action \n",
+ "10\t4.54545\tbusiness work opportunity education student training community event program support school child family people local youth young job australian study \n",
+ "\n",
+ "<150> LL/token: -8.17467\n",
+ "<160> LL/token: -8.17414\n",
+ "<170> LL/token: -8.17005\n",
+ "<180> LL/token: -8.16576\n",
+ "<190> LL/token: -8.16506\n",
+ "\n",
+ "0\t4.54545\twoman development policy sector economic sustainable management strategy develop resource support ensure agriculture key access improve stakeholder national address system \n",
+ "1\t4.54545\tgovernment economy land budget increase economic growth percent export investment log high sector report industry reform revenue tax mining financial \n",
+ "2\t4.54545\tcovid health water people community food fishery market pandemic response product village medical area impact supply affect day include island \n",
+ "3\t4.54545\tproject development support government infrastructure fund rural provide service work area improve economic plan funding include constituency program road deliver \n",
+ "4\t4.54545\tpolice business officer court case public order charge law operation yesterday high accuse office vehicle man matter rsipf follow involve \n",
+ "5\t4.54545\tcountry island region tourism visit economic trade include regional agreement international meeting sign meet leader cooperation development official support security \n",
+ "6\t4.54545\tpeople nation year island time australian chinese solomon thing mission concern ramsi leave security force long deal leader remain happen \n",
+ "7\t4.54545\tgovernment people provincial province national member add leader election western continue guadalcanal executive issue good premier today address current yesterday \n",
+ "8\t4.54545\tcompany pay service payment receive money month week business worker process cost finance confirm financial fund grant dollar contract source \n",
+ "9\t4.54545\tpublic government parliament statement medium decision report member state bill question interest legal corruption law opposition process issue raise cabinet \n",
+ "10\t4.54545\twork business opportunity education student training community event program school child people family youth support local job young australian study \n",
+ "\n",
+ "<200> LL/token: -8.16367\n",
+ "<210> LL/token: -8.16177\n",
+ "<220> LL/token: -8.16093\n",
+ "<230> LL/token: -8.15897\n",
+ "<240> LL/token: -8.15751\n",
+ "\n",
+ "0\t4.54545\twoman development policy sector economic sustainable support management develop strategy national resource key agriculture address ensure access improve stakeholder achieve \n",
+ "1\t4.54545\tgovernment economy land budget economic increase growth percent investment export log high industry report sector reform revenue tax mining expect \n",
+ "2\t4.54545\tcovid health water community food people fishery market pandemic product response village medical impact day area supply affect local disaster \n",
+ "3\t4.54545\tproject support development government infrastructure fund rural work provide service improve area economic funding constituency program include plan road deliver \n",
+ "4\t4.54545\tpolice business officer court case public order charge law operation yesterday accuse high matter office man follow vehicle rsipf involve \n",
+ "5\t4.54545\tcountry island region tourism visit include trade regional economic agreement meeting international sign meet leader development cooperation security official develop \n",
+ "6\t4.54545\tpeople nation island year time australian chinese solomon thing mission ramsi concern leave force security long lead problem deal big \n",
+ "7\t4.54545\tgovernment people provincial province national member leader add election western continue guadalcanal executive good issue today premier yesterday address important \n",
+ "8\t4.54545\tcompany service pay receive payment month money business worker process week cost confirm finance fund financial grant source accord contract \n",
+ "9\t4.54545\tgovernment public parliament statement medium report member decision state bill question interest legal add process law corruption opposition concern cabinet \n",
+ "10\t4.54545\twork business opportunity education student training event community program school child support family local people youth young australian job study \n",
+ "\n",
+ "<250> LL/token: -8.15785\n",
+ "<260> LL/token: -8.158\n",
+ "<270> LL/token: -8.15957\n",
+ "<280> LL/token: -8.15831\n",
+ "<290> LL/token: -8.15858\n",
+ "\n",
+ "0\t4.54545\twoman development policy economic sector sustainable strategy develop management resource ensure address key national support stakeholder improve agriculture achieve access \n",
+ "1\t4.54545\tgovernment economy budget increase economic growth land percent investment export industry log sector high report reform revenue tax mining expect \n",
+ "2\t4.54545\tcovid health water food community people fishery market pandemic product response medical affect impact day local area village risk supply \n",
+ "3\t4.54545\tproject support development government infrastructure fund rural provide work service improve area include funding constituency program economic road plan deliver \n",
+ "4\t4.54545\tpolice business officer court case public order charge law operation yesterday accuse high office matter man license follow rsipf vehicle \n",
+ "5\t4.54545\tcountry island region tourism visit trade regional economic include international agreement meeting sign meet security leader cooperation development official support \n",
+ "6\t4.54545\tpeople nation year island time australian chinese solomon thing ramsi concern leave force mission leader deal happen long problem security \n",
+ "7\t4.54545\tgovernment people provincial province national add member leader election continue western guadalcanal land executive issue premier good work today yesterday \n",
+ "8\t4.54545\tcompany service pay payment receive money month business process worker week cost financial grant confirm fund source finance contract ministry \n",
+ "9\t4.54545\tgovernment public parliament statement medium member decision report state bill interest question process add law opposition corruption issue raise concern \n",
+ "10\t4.54545\twork business opportunity education student training community event program support child school family people youth local young australian job year \n",
+ "\n",
+ "<300> LL/token: -8.15773\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<310> LL/token: -8.15944\n",
- "<320> LL/token: -8.15973\n",
- "<330> LL/token: -8.15939\n",
- "<340> LL/token: -8.15887\n",
- "\n",
- "0\t4.54545\tbusiness water local market increase company food year percent high country industry economy product log source fishery export area small \n",
- "1\t4.54545\tgovernment project provincial support province development work service fund community national provide plan infrastructure rural budget ministry build improve assistance \n",
- "2\t4.54545\tpolice officer report rsipf community force public medium man incident operation investigation arrest vehicle village suspect information law continue involve \n",
- "3\t4.54545\tpeople time live island call issue family affect problem add life home late area leave long disaster thing situation week \n",
- "4\t4.54545\tcovid health country service case medical week response hospital include travel border confirm ship risk number emergency test vaccine public \n",
- "5\t4.54545\twoman development country policy support develop economic include address key provide opportunity ensure region partner sector system resource challenge stakeholder \n",
- "6\t4.54545\tcountry leader government member visit people meeting official island nation state meet security continue church support cooperation hold agreement minister \n",
- "7\t4.54545\tstudent school work year child training program education community week young staff learn study teacher train form skill encourage worker \n",
- "8\t4.54545\tcourt election year case charge accuse public yesterday high allege time matter money order prosecution man month date candidate face \n",
- "9\t4.54545\tgovernment issue parliament land public decision member statement process company claim question executive report medium pay bill premier provincial state \n",
- "10\t4.54545\tteam event day good year time play today host game group hold tourism place culture open start local final competition \n",
- "\n",
- "<350> LL/token: -8.15996\n",
- "<360> LL/token: -8.15873\n",
- "<370> LL/token: -8.15866\n",
- "<380> LL/token: -8.15807\n",
- "<390> LL/token: -8.15746\n",
- "\n",
- "0\t4.54545\tbusiness water local market company increase food year country percent high industry log economy product fishery source cost export agriculture \n",
- "1\t4.54545\tgovernment project provincial support province development work fund service national community provide infrastructure plan rural budget ministry build year improve \n",
- "2\t4.54545\tpolice officer report rsipf community force man public medium incident operation investigation arrest vehicle village suspect law commissioner information involve \n",
- "3\t4.54545\tpeople time live family call issue island affect add area problem home life leave long late thing disaster situation week \n",
- "4\t4.54545\tcovid health country service case medical week include hospital response border travel risk confirm ship emergency test vaccine number public \n",
- "5\t4.54545\twoman development country policy support develop economic include address provide region key opportunity ensure partner sector system challenge important level \n",
- "6\t4.54545\tcountry leader government member visit people meeting island official nation meet state security continue church support cooperation hold sign minister \n",
- "7\t4.54545\tstudent school work year child training program education community young week staff learn study teacher train form skill opportunity add \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday high public allege time matter order money prosecution month date man candidate face \n",
- "9\t4.54545\tgovernment issue parliament land public decision member statement process question claim medium pay report executive bill company state opposition add \n",
- "10\t4.54545\tteam event time day good year play today host game group hold tourism place culture start local final open competition \n",
- "\n",
- "<400> LL/token: -8.15771\n",
- "<410> LL/token: -8.1575\n",
- "<420> LL/token: -8.15665\n",
- "<430> LL/token: -8.15707\n",
- "<440> LL/token: -8.15593\n",
- "\n",
- "0\t4.54545\tbusiness water company local market increase food year percent country log high industry economy product source cost fishery export activity \n",
- "1\t4.54545\tgovernment project provincial province support development work fund service national community infrastructure rural provide plan budget ministry build year building \n",
- "2\t4.54545\tpolice officer report rsipf force community man public incident medium operation investigation arrest vehicle village suspect information law involve commissioner \n",
- "3\t4.54545\tpeople time live family island call issue affect area problem life add home leave late thing long disaster situation good \n",
- "4\t4.54545\tcovid health country service medical case week response include hospital travel border ship risk confirm continue number emergency test vaccine \n",
- "5\t4.54545\twoman development country policy support develop economic include address region ensure provide sector key partner opportunity system challenge partnership stakeholder \n",
- "6\t4.54545\tcountry leader government member visit people meeting official island nation meet state security continue support church hold cooperation sign assistance \n",
- "7\t4.54545\tstudent school work year child training program community education week staff young learn study teacher train form opportunity skill support \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday high public allege order money matter time prosecution month man date face candidate \n",
- "9\t4.54545\tgovernment issue parliament land public decision member statement process question medium claim report pay bill executive state opposition group raise \n",
- "10\t4.54545\tteam event day time good year play today host group game tourism place hold start culture open local final competition \n",
- "\n",
- "<450> LL/token: -8.15682\n",
- "<460> LL/token: -8.1564\n",
- "<470> LL/token: -8.15727\n",
- "<480> LL/token: -8.15582\n",
- "<490> LL/token: -8.15505\n",
- "\n",
- "0\t4.54545\tbusiness water company local market increase food year percent log high country industry product economy source fishery export cost sell \n",
- "1\t4.54545\tgovernment project provincial province support development work fund service national infrastructure rural provide community plan budget ministry year build western \n",
- "2\t4.54545\tpolice officer report rsipf force man public community incident medium operation investigation arrest vehicle village suspect involve information law commissioner \n",
- "3\t4.54545\tpeople time live island issue family call affect area add problem home life leave late long disaster thing situation good \n",
- "4\t4.54545\tcovid health country service medical case week response hospital include travel border number risk ship continue emergency test vaccine provide \n",
- "5\t4.54545\twoman development country support policy economic develop include provide region address sector key ensure partner opportunity system challenge resource plan \n",
- "6\t4.54545\tcountry leader government member visit people meeting island official nation meet security state support continue church cooperation assistance hold agreement \n",
- "7\t4.54545\tstudent school work year child training community program education youth young staff week learn study teacher train support opportunity form \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday high public allege money order time prosecution matter month date face candidate man \n",
- "9\t4.54545\tgovernment issue parliament land public member decision statement process medium question claim report pay bill executive state group opposition add \n",
- "10\t4.54545\tteam event time day good year play today game host tourism group hold place start culture final lead week local \n",
- "\n",
- "<500> LL/token: -8.15465\n",
- "<510> LL/token: -8.155\n",
- "<520> LL/token: -8.15482\n",
- "<530> LL/token: -8.15464\n",
- "<540> LL/token: -8.15519\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food year percent log high industry country product source economy fishery cost export sell \n",
- "1\t4.54545\tgovernment project provincial province support development work fund service national infrastructure plan rural provide budget community year ministry build building \n",
- "2\t4.54545\tpolice officer report rsipf man force public community incident medium operation investigation arrest vehicle village suspect information continue law involve \n",
- "3\t4.54545\tpeople time live island family issue call affect area problem life add home late leave good long disaster thing situation \n",
- "4\t4.54545\tcovid health country service medical case week response hospital include travel border risk number ship emergency continue test vaccine confirm \n",
- "5\t4.54545\twoman development country support policy economic develop include provide sector address key ensure region partner opportunity system challenge resource partnership \n",
- "6\t4.54545\tcountry leader government member visit people official island meeting nation meet support state continue security church assistance cooperation hold sign \n",
- "7\t4.54545\tstudent school work year child community training program education youth young week staff learn study teacher support train opportunity form \n",
- "8\t4.54545\tcourt election year case charge accuse high yesterday public allege order time money prosecution matter date month candidate face vote \n",
- "9\t4.54545\tgovernment issue parliament land public member decision statement medium process question claim report state pay bill executive group opposition add \n",
- "10\t4.54545\tteam event day time good year play today tourism host game group place hold culture start local open final yesterday \n",
- "\n",
- "<550> LL/token: -8.1541\n"
+ "<310> LL/token: -8.15863\n",
+ "<320> LL/token: -8.15999\n",
+ "<330> LL/token: -8.15833\n",
+ "<340> LL/token: -8.15726\n",
+ "\n",
+ "0\t4.54545\twoman development policy sector economic sustainable management strategy develop ensure resource address support national key stakeholder achieve improve programme agriculture \n",
+ "1\t4.54545\tgovernment economy budget economic increase growth percent investment export industry sector log report high revenue reform mining expect tax price \n",
+ "2\t4.54545\tcovid health water food market community people fishery product pandemic response medical local day island farmer impact risk supply affect \n",
+ "3\t4.54545\tproject support development government infrastructure fund rural provide service work improve area include funding constituency economic program road plan deliver \n",
+ "4\t4.54545\tpolice business officer court order case public law charge operation yesterday high accuse matter office man license involve vehicle report \n",
+ "5\t4.54545\tcountry island region visit tourism trade regional economic include meeting agreement international sign meet leader cooperation security official support develop \n",
+ "6\t4.54545\tpeople nation year island time australian chinese thing solomon leader ramsi leave force concern security call long problem lead deal \n",
+ "7\t4.54545\tgovernment people provincial province national land add election member western leader guadalcanal executive issue continue work premier today good important \n",
+ "8\t4.54545\tcompany pay service payment business receive money month process week worker fund cost financial finance confirm dollar grant source contract \n",
+ "9\t4.54545\tgovernment public parliament statement medium member decision report state bill question interest add corruption opposition concern raise process issue cabinet \n",
+ "10\t4.54545\twork business opportunity education student training event community program child school family people youth support local australian young year study \n",
+ "\n",
+ "<350> LL/token: -8.1565\n",
+ "<360> LL/token: -8.15621\n",
+ "<370> LL/token: -8.15765\n",
+ "<380> LL/token: -8.15806\n",
+ "<390> LL/token: -8.15737\n",
+ "\n",
+ "0\t4.54545\twoman development policy economic sector management support sustainable develop strategy resource key national ensure achieve address stakeholder improve system provide \n",
+ "1\t4.54545\tgovernment economy budget increase economic growth percent sector investment industry export high report revenue log mining expect financial impact price \n",
+ "2\t4.54545\tcovid health water food market people fishery community product pandemic response farmer medical affect area day local impact supply disaster \n",
+ "3\t4.54545\tproject support development government infrastructure fund rural work provide service improve area funding constituency include economic road program plan deliver \n",
+ "4\t4.54545\tpolice business officer court case public order law charge operation yesterday accuse high office matter follow license vehicle man rsipf \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade include meeting economic agreement sign leader international meet security cooperation development official develop \n",
+ "6\t4.54545\tpeople nation year time island australian chinese solomon thing ramsi leave leader force concern long political problem deal remain call \n",
+ "7\t4.54545\tgovernment people provincial province national land add election leader member western guadalcanal executive issue continue work today good premier address \n",
+ "8\t4.54545\tcompany service pay payment receive business money month process week worker financial cost fund grant finance source confirm contract dollar \n",
+ "9\t4.54545\tgovernment public parliament statement member medium decision report state bill question interest corruption process opposition add raise minister concern cabinet \n",
+ "10\t4.54545\twork business opportunity education student training community event program child school family people support youth australian young local job year \n",
+ "\n",
+ "<400> LL/token: -8.15531\n",
+ "<410> LL/token: -8.1563\n",
+ "<420> LL/token: -8.15545\n",
+ "<430> LL/token: -8.15551\n",
+ "<440> LL/token: -8.15485\n",
+ "\n",
+ "0\t4.54545\tdevelopment woman policy economic sector ensure management develop strategy sustainable resource support national key address achieve stakeholder system plan programme \n",
+ "1\t4.54545\tgovernment economy budget increase economic growth investment percent sector export industry report high revenue mining log expect financial impact tax \n",
+ "2\t4.54545\tcovid health water market food community fishery people product response farmer pandemic medical supply day local area impact disaster emergency \n",
+ "3\t4.54545\tproject support development infrastructure government fund rural work provide service improve area funding constituency road include economic community deliver program \n",
+ "4\t4.54545\tpolice business officer court public case order law charge operation yesterday accuse high office matter license man vehicle rsipf follow \n",
+ "5\t4.54545\tcountry island region visit tourism include regional trade economic agreement meeting meet sign international leader official cooperation security support state \n",
+ "6\t4.54545\tpeople nation island year time australian chinese leader thing solomon ramsi leave force deal security concern long happen problem lead \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western member continue leader guadalcanal executive issue work good premier today address \n",
+ "8\t4.54545\tcompany service pay receive payment money month process business week fund cost worker confirm grant financial ministry finance source contract \n",
+ "9\t4.54545\tgovernment public parliament member statement medium decision report state bill interest question corruption opposition concern raise add minister issue cabinet \n",
+ "10\t4.54545\twork business opportunity education student training community event program child people school family local youth support young australian study job \n",
+ "\n",
+ "<450> LL/token: -8.15458\n",
+ "<460> LL/token: -8.15581\n",
+ "<470> LL/token: -8.15342\n",
+ "<480> LL/token: -8.15409\n",
+ "<490> LL/token: -8.15525\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy woman sector management ensure develop economic sustainable strategy national resource address key support stakeholder achieve system programme improve \n",
+ "1\t4.54545\tgovernment economy budget economic increase growth investment sector percent industry export report high revenue mining expect log financial resource impact \n",
+ "2\t4.54545\tcovid health water market food community people fishery product farmer medical pandemic response local supply area day disaster emergency impact \n",
+ "3\t4.54545\tproject support development infrastructure fund government rural work provide improve service area include funding road program constituency economic deliver community \n",
+ "4\t4.54545\tpolice business officer court case public order law charge operation company high accuse yesterday matter office license issue vehicle follow \n",
+ "5\t4.54545\tcountry island region visit tourism economic trade regional include agreement meeting sign international meet leader official security cooperation support state \n",
+ "6\t4.54545\tpeople nation year time island chinese thing solomon australian leave ramsi force leader concern lead long deal problem security happen \n",
+ "7\t4.54545\tgovernment people provincial province national land election add western leader continue member guadalcanal executive issue today premier good important work \n",
+ "8\t4.54545\tcompany service pay payment receive money month business process week finance fund worker cost financial confirm ministry grant source contract \n",
+ "9\t4.54545\tgovernment public parliament member statement medium decision report state bill question interest add concern corruption opposition minister raise political cabinet \n",
+ "10\t4.54545\twork business opportunity education student training community event program family child school people support youth young woman job local study \n",
+ "\n",
+ "<500> LL/token: -8.15716\n",
+ "<510> LL/token: -8.1552\n",
+ "<520> LL/token: -8.15258\n",
+ "<530> LL/token: -8.15124\n",
+ "<540> LL/token: -8.14979\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy sector economic management ensure develop address national strategy system resource sustainable key support plan stakeholder achieve improve programme \n",
+ "1\t4.54545\tgovernment economy budget economic increase growth sector percent investment industry export high report revenue mining expect log financial impact price \n",
+ "2\t4.54545\tcovid health market water food fishery people product community response local farmer medical pandemic day supply impact area disaster emergency \n",
+ "3\t4.54545\tproject support development infrastructure government fund rural work provide improve service program area funding include road economic constituency community deliver \n",
+ "4\t4.54545\tpolice business officer court public case order law charge operation company accuse high matter yesterday office license vehicle rsipf involve \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade include economic meeting agreement meet international leader security cooperation official sign state support \n",
+ "6\t4.54545\tpeople nation year time island chinese solomon thing leave leader australian ramsi concern force problem long security lot happen change \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western guadalcanal continue leader member executive issue work today good premier yesterday \n",
+ "8\t4.54545\tcompany service pay payment receive business month money process finance week ministry fund worker financial confirm cost grant time source \n",
+ "9\t4.54545\tgovernment public parliament member medium statement decision report interest bill state question add corruption opposition political raise minister concern cabinet \n",
+ "10\t4.54545\twoman work business opportunity community education student training child program event school family support youth people young study experience local \n",
+ "\n",
+ "<550> LL/token: -8.14974\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<560> LL/token: -8.15513\n",
- "<570> LL/token: -8.15447\n",
- "<580> LL/token: -8.15354\n",
- "<590> LL/token: -8.1542\n",
- "\n",
- "0\t4.54545\tbusiness company water market local increase food percent log year high industry country source product cost fishery export economy sell \n",
- "1\t4.54545\tgovernment project provincial province support development work service fund national infrastructure rural plan provide community budget year ministry build complete \n",
- "2\t4.54545\tpolice officer report rsipf man force public incident community medium operation investigation arrest vehicle village suspect law information involve boat \n",
- "3\t4.54545\tpeople time live issue island family call affect area problem add life home leave late thing good disaster long situation \n",
- "4\t4.54545\tcovid health country service case medical week include response hospital travel border number confirm risk ship emergency test vaccine provide \n",
- "5\t4.54545\twoman development country support policy economic develop sector include provide address ensure key region partner system opportunity challenge resource level \n",
- "6\t4.54545\tcountry leader government member visit people meeting island official nation support meet security continue state church agreement assistance sign cooperation \n",
- "7\t4.54545\tstudent school work year community child training program education youth young staff learn study week teacher train support opportunity form \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday high public allege time order money prosecution matter month date candidate face vote \n",
- "9\t4.54545\tgovernment issue parliament land public member decision statement medium process question claim report state bill group executive opposition add concern \n",
- "10\t4.54545\tteam event day good time year play today tourism game host group place hold culture start local lead week final \n",
- "\n",
- "<600> LL/token: -8.1531\n",
- "<610> LL/token: -8.1533\n",
- "<620> LL/token: -8.15382\n",
- "<630> LL/token: -8.15392\n",
- "<640> LL/token: -8.15414\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food percent log year high industry product source fishery cost country export sell economy \n",
- "1\t4.54545\tgovernment project provincial province support development work fund service national provide infrastructure rural plan budget community year ministry build western \n",
- "2\t4.54545\tpolice officer report rsipf man force public incident medium community operation arrest investigation vehicle village suspect information law involve boat \n",
- "3\t4.54545\tpeople time live island issue family affect call area problem add home life leave late thing good long disaster situation \n",
- "4\t4.54545\tcovid health country service case medical week hospital include response border travel risk ship number confirm emergency test vaccine continue \n",
- "5\t4.54545\twoman development country policy support economic develop sector include provide address ensure key region opportunity partner system challenge resource level \n",
- "6\t4.54545\tcountry leader government member visit people meeting island official nation meet support continue security state church assistance agreement sign hold \n",
- "7\t4.54545\tstudent school work year community child training program education youth young week staff learn woman study teacher support train opportunity \n",
- "8\t4.54545\tcourt year election case charge accuse yesterday high public allege time order money prosecution matter month date face candidate vote \n",
- "9\t4.54545\tgovernment issue parliament land member public decision statement medium process question claim report state group bill executive opposition concern raise \n",
- "10\t4.54545\tteam event time day good year play today tourism game host group place start culture hold local final island open \n",
- "\n",
- "<650> LL/token: -8.1539\n",
- "<660> LL/token: -8.15356\n",
- "<670> LL/token: -8.15316\n",
- "<680> LL/token: -8.15274\n",
- "<690> LL/token: -8.15237\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food percent log high year industry product source country fishery area activity export sell \n",
- "1\t4.54545\tgovernment project provincial province support work development service fund national infrastructure rural provide year plan budget ministry community build building \n",
- "2\t4.54545\tpolice officer rsipf report man force public incident community medium arrest operation investigation vehicle village suspect continue law member involve \n",
- "3\t4.54545\tpeople time live island issue affect call family area problem add life home leave late disaster long thing good situation \n",
- "4\t4.54545\tcovid health country service case medical week response hospital travel include border number risk ship emergency test vaccine confirm provide \n",
- "5\t4.54545\tdevelopment country support policy economic woman develop sector include provide address key region system partner ensure opportunity challenge plan resource \n",
- "6\t4.54545\tcountry leader government member visit people meeting island official nation meet support state security continue sign assistance agreement church cooperation \n",
- "7\t4.54545\tstudent school work community year child training program woman education youth young week staff learn study teacher support train opportunity \n",
- "8\t4.54545\tcourt year election case charge accuse yesterday high public allege order time money month prosecution matter date candidate face vote \n",
- "9\t4.54545\tgovernment issue parliament land member public decision statement medium process question claim report group state bill executive opposition add concern \n",
- "10\t4.54545\tteam event time day good year play today tourism game host place group hold culture start local week open final \n",
- "\n",
- "<700> LL/token: -8.15322\n",
- "<710> LL/token: -8.1528\n",
- "<720> LL/token: -8.15133\n",
- "<730> LL/token: -8.15103\n",
- "<740> LL/token: -8.15151\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food year log percent industry high product source cost export fishery activity country sell \n",
- "1\t4.54545\tgovernment project provincial province work support development service fund national infrastructure rural plan provide community budget year ministry build western \n",
- "2\t4.54545\tpolice officer rsipf report man force public incident medium community arrest investigation operation vehicle village suspect law information commissioner involve \n",
- "3\t4.54545\tpeople time live island issue affect call family area problem home life add late leave disaster long good thing situation \n",
- "4\t4.54545\tcovid health country service case medical week include hospital response border travel number continue risk ship provide emergency test confirm \n",
- "5\t4.54545\tdevelopment country policy support economic develop sector include provide ensure address system key region partner resource opportunity level challenge management \n",
- "6\t4.54545\tcountry leader government member visit people official meeting island nation support meet continue security state assistance church sign agreement hold \n",
- "7\t4.54545\twoman student school work community child year training program education youth young learn study staff teacher support week train opportunity \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday high public time allege order money prosecution matter month date candidate face vote \n",
- "9\t4.54545\tgovernment issue parliament member public land decision statement medium process report question claim group bill state executive opposition concern add \n",
- "10\t4.54545\tteam event year time good day play today game host tourism hold place group start culture local week open lead \n",
- "\n",
- "<750> LL/token: -8.1509\n",
- "<760> LL/token: -8.14999\n",
- "<770> LL/token: -8.15056\n",
- "<780> LL/token: -8.15125\n",
- "<790> LL/token: -8.15064\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food percent log year high industry product source export cost area sell fishery activity \n",
- "1\t4.54545\tgovernment project provincial province work support service development fund national infrastructure rural provide plan community budget year ministry build complete \n",
- "2\t4.54545\tpolice officer report rsipf man force public incident community arrest medium operation investigation vehicle village suspect law involve information boat \n",
- "3\t4.54545\tpeople time live island issue affect call family problem area add life home leave late long disaster thing situation good \n",
- "4\t4.54545\tcovid health country service case medical week hospital response include travel border number risk ship continue emergency provide test confirm \n",
- "5\t4.54545\tdevelopment country policy support economic develop sector include provide system ensure address key region partner resource plan opportunity challenge level \n",
- "6\t4.54545\tcountry leader government member visit people official meeting island nation support meet security state continue assistance sign work church agreement \n",
- "7\t4.54545\twoman student school work community child year training program education youth young learn study staff support teacher opportunity train week \n",
- "8\t4.54545\tcourt year election case charge accuse high yesterday public time order allege money month prosecution matter date candidate face vote \n",
- "9\t4.54545\tgovernment issue parliament member public land decision statement medium process question report claim state group bill executive opposition concern add \n",
- "10\t4.54545\tteam event good year time day play today game tourism host hold culture start group place local week island final \n",
- "\n",
- "<800> LL/token: -8.15057\n"
+ "<560> LL/token: -8.149\n",
+ "<570> LL/token: -8.14966\n",
+ "<580> LL/token: -8.14878\n",
+ "<590> LL/token: -8.14947\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy ensure sector management develop resource address economic national strategy system sustainable key plan support stakeholder improve achieve provide \n",
+ "1\t4.54545\tgovernment economy budget economic increase growth investment percent industry sector export report high revenue expect mining log rate price impact \n",
+ "2\t4.54545\tcovid health water market food community people fishery product local response farmer medical pandemic supply day risk disaster emergency time \n",
+ "3\t4.54545\tproject support development infrastructure government fund rural work provide improve service program area funding economic community include road constituency deliver \n",
+ "4\t4.54545\tpolice business officer court case public order law operation charge company accuse high yesterday matter office follow license involve vehicle \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade include economic meeting leader agreement meet international security official sign cooperation state support \n",
+ "6\t4.54545\tpeople nation year time island chinese thing solomon australian leave ramsi force long happen problem concern deal situation face big \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western guadalcanal executive continue issue member work today good premier yesterday day \n",
+ "8\t4.54545\tcompany service pay payment receive month money business process week finance worker ministry fund financial confirm cost grant source time \n",
+ "9\t4.54545\tgovernment public parliament member medium statement decision report state interest bill question concern political corruption opposition add minister cabinet raise \n",
+ "10\t4.54545\twoman work business opportunity community education student training support event child program school family youth young study people experience learn \n",
+ "\n",
+ "<600> LL/token: -8.15044\n",
+ "<610> LL/token: -8.14919\n",
+ "<620> LL/token: -8.14919\n",
+ "<630> LL/token: -8.14905\n",
+ "<640> LL/token: -8.14873\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy sector ensure develop economic management resource address system sustainable strategy key national plan stakeholder support achieve provide improve \n",
+ "1\t4.54545\tgovernment economy budget economic increase growth sector investment percent industry export high report revenue expect impact financial price rate total \n",
+ "2\t4.54545\tcovid health water food market community fishery product people local response farmer medical pandemic supply area disaster emergency day tuna \n",
+ "3\t4.54545\tproject support development infrastructure government fund rural work provide improve service program funding include area road community constituency economic deliver \n",
+ "4\t4.54545\tpolice business officer court company case public order law operation charge accuse matter high log landowner yesterday involve office license \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade economic meeting include agreement international meet security leader official cooperation sign support state \n",
+ "6\t4.54545\tpeople nation year time island chinese thing australian leave ramsi force solomon lead problem long happen deal big leader call \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western work continue guadalcanal today executive member issue premier good yesterday leader \n",
+ "8\t4.54545\tservice company pay payment receive money month business process week fund worker finance ministry cost financial confirm time grant source \n",
+ "9\t4.54545\tgovernment public parliament member medium statement decision report state interest bill question political concern corruption opposition minister cabinet add issue \n",
+ "10\t4.54545\twoman work business opportunity community education student training program child event school family support youth young people study job learn \n",
+ "\n",
+ "<650> LL/token: -8.14846\n",
+ "<660> LL/token: -8.15107\n",
+ "<670> LL/token: -8.14896\n",
+ "<680> LL/token: -8.14936\n",
+ "<690> LL/token: -8.14988\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy sector economic develop ensure management national resource address strategy sustainable key system support plan stakeholder achieve provide improve \n",
+ "1\t4.54545\tgovernment economy budget economic increase growth investment percent sector industry export report high revenue expect impact price rate level total \n",
+ "2\t4.54545\tcovid health water food community market fishery product people local farmer response medical island area supply pandemic disaster emergency day \n",
+ "3\t4.54545\tproject support development infrastructure fund rural work government provide improve service program area funding road include constituency community build deliver \n",
+ "4\t4.54545\tpolice business officer company court public case order law operation charge mining high log accuse yesterday matter license office director \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade economic include meeting leader agreement international meet security official sign cooperation state develop \n",
+ "6\t4.54545\tpeople nation year time chinese thing island australian ramsi leave force solomon call problem deal happen long concern situation leader \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western continue guadalcanal executive work issue good premier today yesterday address day \n",
+ "8\t4.54545\tservice pay payment receive money company month process business week ministry finance fund financial worker cost confirm grant source contract \n",
+ "9\t4.54545\tgovernment public parliament member medium decision statement report state interest bill question political concern opposition corruption raise add minister cabinet \n",
+ "10\t4.54545\twoman work business opportunity community education student training child program event school family youth support young people study experience leadership \n",
+ "\n",
+ "<700> LL/token: -8.14824\n",
+ "<710> LL/token: -8.14741\n",
+ "<720> LL/token: -8.14728\n",
+ "<730> LL/token: -8.14684\n",
+ "<740> LL/token: -8.1487\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy ensure sector resource develop management economic address national system sustainable key strategy plan support stakeholder achieve provide priority \n",
+ "1\t4.54545\tgovernment economy economic budget increase growth investment sector percent industry export high revenue report expect impact financial price rate total \n",
+ "2\t4.54545\tcovid health water food community market fishery product people response local farmer medical area supply day pandemic island include disaster \n",
+ "3\t4.54545\tproject support development infrastructure government fund rural work provide improve service program funding area include road community constituency build economic \n",
+ "4\t4.54545\tpolice business company officer court case public law operation order charge mining log high accuse matter yesterday office license director \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade economic include meeting agreement leader international security meet official cooperation sign state open \n",
+ "6\t4.54545\tpeople year time nation island chinese thing leave force australian ramsi solomon situation problem long happen deal lead concern big \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western guadalcanal continue executive work issue today member premier good yesterday day \n",
+ "8\t4.54545\tservice pay payment receive money month process company finance business week fund ministry financial worker time cost grant confirm contract \n",
+ "9\t4.54545\tgovernment public parliament member medium decision statement report state interest bill political question concern corruption add opposition minister issue cabinet \n",
+ "10\t4.54545\twoman business work opportunity community education student training child event school program support family youth young people study local experience \n",
+ "\n",
+ "<750> LL/token: -8.14787\n",
+ "<760> LL/token: -8.14586\n",
+ "<770> LL/token: -8.14504\n",
+ "<780> LL/token: -8.14505\n",
+ "<790> LL/token: -8.14518\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy ensure management national develop resource sector address economic system sustainable strategy key support plan stakeholder provide achieve improve \n",
+ "1\t4.54545\tgovernment economy economic budget increase growth sector industry percent investment export high report revenue expect financial impact price rate current \n",
+ "2\t4.54545\tcovid health water food market community fishery product people response local farmer medical supply area pandemic include disaster emergency tuna \n",
+ "3\t4.54545\tproject support development infrastructure government fund rural work provide service improve program include funding area road community constituency assistance economic \n",
+ "4\t4.54545\tbusiness police company officer court case operation public order law charge mining log accuse high yesterday matter license director issue \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade include economic meeting agreement leader international security meet cooperation official sign state opportunity \n",
+ "6\t4.54545\tpeople nation year time island chinese leave thing force australian ramsi solomon problem happen deal long call big concern situation \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western continue guadalcanal issue executive work today premier yesterday member good serve \n",
+ "8\t4.54545\tservice pay payment receive month money process finance ministry company week fund worker confirm financial cost business grant time source \n",
+ "9\t4.54545\tgovernment public parliament member medium decision statement report interest bill state political question corruption concern add minister opposition raise cabinet \n",
+ "10\t4.54545\twoman business work community opportunity education student training child school event program family support youth young people study leadership job \n",
+ "\n",
+ "<800> LL/token: -8.14716\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<810> LL/token: -8.15041\n",
- "<820> LL/token: -8.15093\n",
- "<830> LL/token: -8.15005\n",
- "<840> LL/token: -8.15016\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food percent log year high industry product source export activity cost sell area fishery \n",
- "1\t4.54545\tgovernment project provincial province work support fund service development national infrastructure rural plan year provide budget community ministry build complete \n",
- "2\t4.54545\tpolice officer report rsipf man force public incident medium arrest community investigation operation vehicle village suspect law involve information commissioner \n",
- "3\t4.54545\tpeople time live island issue affect call family problem area life add home thing late disaster leave long good situation \n",
- "4\t4.54545\tcovid health country service case medical week response hospital include border travel risk number ship provide continue emergency test vaccine \n",
- "5\t4.54545\tdevelopment country policy economic support develop sector include provide ensure region system key address partner opportunity resource challenge level plan \n",
- "6\t4.54545\tcountry leader government member visit people official island meeting support nation meet continue security state assistance today church hold sign \n",
- "7\t4.54545\twoman student school community work child training year program education youth young support learn study staff teacher week family train \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday high public order allege time money prosecution month matter date face candidate vote \n",
- "9\t4.54545\tgovernment issue parliament member public decision land statement medium process question report claim state group bill add concern opposition executive \n",
- "10\t4.54545\tteam event time good year day play today game host tourism place culture start local group hold week open final \n",
- "\n",
- "<850> LL/token: -8.1498\n",
- "<860> LL/token: -8.1496\n",
- "<870> LL/token: -8.14895\n",
- "<880> LL/token: -8.15002\n",
- "<890> LL/token: -8.15021\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food year percent log high industry source product export cost sell activity fishery area \n",
- "1\t4.54545\tgovernment project provincial province work support fund development service national infrastructure rural plan provide budget community year ministry build complete \n",
- "2\t4.54545\tpolice officer rsipf report man force public incident arrest medium investigation operation community vehicle village suspect information law involve boat \n",
- "3\t4.54545\tpeople time live island issue affect call area family problem home add life leave good late thing disaster long situation \n",
- "4\t4.54545\tcovid health country service case medical week response hospital include border travel number continue ship risk confirm provide emergency test \n",
- "5\t4.54545\tdevelopment country policy economic support develop sector include provide ensure system region key address partner opportunity resource challenge plan level \n",
- "6\t4.54545\tcountry leader government member visit people official island meeting support nation meet continue security state assistance work sign agreement hold \n",
- "7\t4.54545\twoman student school community work child training year program education youth young support learn study family teacher staff train opportunity \n",
- "8\t4.54545\tcourt election year case charge accuse yesterday high public time order allege money prosecution month matter date candidate face vote \n",
- "9\t4.54545\tgovernment issue parliament member public decision land statement medium process question report claim state group bill add executive opposition concern \n",
- "10\t4.54545\tteam event year time good day play today game host tourism group start place culture hold local week final open \n",
- "\n",
- "<900> LL/token: -8.15112\n",
- "<910> LL/token: -8.1502\n",
- "<920> LL/token: -8.14926\n",
- "<930> LL/token: -8.14914\n",
- "<940> LL/token: -8.14949\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food year log percent high industry product source cost export activity sell area operation \n",
- "1\t4.54545\tgovernment project provincial province work support service fund development national infrastructure year rural plan provide budget community ministry complete western \n",
- "2\t4.54545\tpolice officer report rsipf man force public incident arrest medium investigation operation vehicle community village suspect involve information law commissioner \n",
- "3\t4.54545\tpeople time live island issue affect call area family problem life home leave late disaster add long thing good situation \n",
- "4\t4.54545\tcovid health country service case medical week response include hospital border travel number risk ship continue emergency test vaccine confirm \n",
- "5\t4.54545\tdevelopment country policy economic support develop sector provide include system ensure address key region partner opportunity challenge resource plan management \n",
- "6\t4.54545\tcountry leader government member visit people island official meeting support nation meet continue security state assistance sign agreement work church \n",
- "7\t4.54545\twoman student school community work child training year program education youth young support learn study teacher family staff train opportunity \n",
- "8\t4.54545\tcourt year election case charge accuse yesterday high public time order allege money prosecution month matter date face candidate vote \n",
- "9\t4.54545\tgovernment issue parliament member public decision land statement medium process question report claim state bill group executive political opposition concern \n",
- "10\t4.54545\tteam event time good year day play today game host tourism local start hold place group culture week lead open \n",
- "\n",
- "<950> LL/token: -8.14918\n",
- "<960> LL/token: -8.14957\n",
- "<970> LL/token: -8.15036\n",
- "<980> LL/token: -8.15012\n",
- "<990> LL/token: -8.15005\n",
- "\n",
- "0\t4.54545\tbusiness company water local market increase food year log percent high industry product source export cost operation sell activity area \n",
- "1\t4.54545\tgovernment project provincial province work development fund support service national infrastructure rural year plan provide budget ministry complete build western \n",
- "2\t4.54545\tpolice officer report rsipf man force public incident medium arrest investigation operation vehicle community village suspect involve information law commissioner \n",
- "3\t4.54545\tpeople time live island issue call affect area problem family home life disaster add long late thing leave community situation \n",
- "4\t4.54545\tcovid health country service medical case week include hospital response travel border number risk provide continue confirm emergency test ship \n",
- "5\t4.54545\tdevelopment country policy economic support develop sector provide ensure system include region key address partner resource plan challenge management opportunity \n",
- "6\t4.54545\tcountry leader government visit member people meeting island official support nation meet continue security assistance state sign hold church agreement \n",
- "7\t4.54545\twoman student school work community child training program year education youth young support learn study family staff teacher opportunity train \n",
- "8\t4.54545\tcourt year election case charge accuse yesterday high public time allege money order prosecution matter month date face candidate vote \n",
- "9\t4.54545\tgovernment issue parliament member public decision land statement medium question report process claim state group bill opposition executive concern add \n",
- "10\t4.54545\tteam event time good year day play today game host tourism hold place culture local start group week open final \n",
- "\n",
- "<1000> LL/token: -8.14993\n",
- "\n",
- "Total time: 1 minutes 45 seconds\n",
+ "<810> LL/token: -8.14713\n",
+ "<820> LL/token: -8.14758\n",
+ "<830> LL/token: -8.14799\n",
+ "<840> LL/token: -8.14831\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy ensure resource develop sector management national system sustainable strategy economic address support key plan stakeholder achieve provide programme \n",
+ "1\t4.54545\tgovernment economy economic increase budget growth sector industry percent investment export report high revenue expect impact financial price rate cost \n",
+ "2\t4.54545\tcovid health water food market community fishery product people local farmer response medical area supply pandemic disaster emergency day tuna \n",
+ "3\t4.54545\tproject support development infrastructure government rural fund work provide improve program service funding area include road economic community constituency assistance \n",
+ "4\t4.54545\tbusiness police company officer court case public operation order law charge log mining high accuse matter director yesterday license issue \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade meeting economic agreement include leader meet security international official cooperation sign state open \n",
+ "6\t4.54545\tpeople year nation time island chinese thing australian leave force ramsi solomon deal happen big situation call concern problem lead \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western continue work guadalcanal executive issue today premier good member yesterday address \n",
+ "8\t4.54545\tservice pay payment receive money month process fund week ministry finance worker business confirm financial cost company time source contract \n",
+ "9\t4.54545\tgovernment public parliament member medium decision statement report interest state political bill question corruption concern opposition leader minister cabinet raise \n",
+ "10\t4.54545\twoman work business community opportunity education student training child school event program people support family youth young study leadership learn \n",
+ "\n",
+ "<850> LL/token: -8.14892\n",
+ "<860> LL/token: -8.14904\n",
+ "<870> LL/token: -8.14843\n",
+ "<880> LL/token: -8.15028\n",
+ "<890> LL/token: -8.14914\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy ensure resource national develop sector management system economic sustainable address strategy plan key support stakeholder provide achieve priority \n",
+ "1\t4.54545\tgovernment economy economic budget increase growth sector industry percent investment high export revenue report expect financial impact level price rate \n",
+ "2\t4.54545\tcovid health water food community market fishery product people local response farmer medical supply island pandemic area disaster emergency tuna \n",
+ "3\t4.54545\tproject support development infrastructure fund rural work government provide improve service program area funding include road community constituency build assistance \n",
+ "4\t4.54545\tbusiness company police officer court case public order operation law charge mining log high accuse matter director license operate yesterday \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade economic include meeting leader agreement international security meet official cooperation sign state opportunity \n",
+ "6\t4.54545\tpeople nation year time chinese thing force australian island leave ramsi solomon police problem happen situation call deal concern big \n",
+ "7\t4.54545\tgovernment people provincial province national land add election western guadalcanal continue executive today work issue member premier good yesterday address \n",
+ "8\t4.54545\tservice pay payment receive money month process week ministry fund finance business worker financial source confirm cost time contract meet \n",
+ "9\t4.54545\tgovernment public parliament member medium statement decision report interest state bill political question concern corruption opposition minister add raise cabinet \n",
+ "10\t4.54545\twoman work business opportunity community education student training child program school event support family youth young people study leadership experience \n",
+ "\n",
+ "<900> LL/token: -8.15098\n",
+ "<910> LL/token: -8.15217\n",
+ "<920> LL/token: -8.1524\n",
+ "<930> LL/token: -8.15166\n",
+ "<940> LL/token: -8.15162\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy resource ensure management sector develop national system address sustainable key strategy economic plan support stakeholder provide achieve programme \n",
+ "1\t4.54545\tgovernment economy economic budget increase growth sector investment percent industry report high revenue expect export impact cost financial price rate \n",
+ "2\t4.54545\tcovid health water food market fishery community product people local response farmer medical supply area pandemic disaster island emergency tuna \n",
+ "3\t4.54545\tproject support development infrastructure fund rural government work provide improve service program funding area include road community constituency deliver economic \n",
+ "4\t4.54545\tbusiness company police officer court case operation order public law charge log mining high accuse matter director yesterday license operate \n",
+ "5\t4.54545\tcountry island region visit tourism regional trade economic include meeting agreement international leader meet official security cooperation sign state develop \n",
+ "6\t4.54545\tpeople nation year time chinese force island thing leave ramsi australian solomon long police deal security problem happen call big \n",
+ "7\t4.54545\tgovernment people provincial province national land add western election continue guadalcanal executive today work issue premier member good yesterday speak \n",
+ "8\t4.54545\tservice pay payment receive month money process week ministry fund finance business financial worker confirm time source cost contract number \n",
+ "9\t4.54545\tgovernment public parliament member medium decision statement report interest state bill political question add concern corruption opposition minister cabinet law \n",
+ "10\t4.54545\twoman work business opportunity community education student training child support school event program family youth people young study leadership learn \n",
+ "\n",
+ "<950> LL/token: -8.15389\n",
+ "<960> LL/token: -8.15426\n",
+ "<970> LL/token: -8.15468\n",
+ "<980> LL/token: -8.1537\n",
+ "<990> LL/token: -8.15306\n",
+ "\n",
+ "0\t4.54545\tdevelopment policy ensure resource sector develop management national plan sustainable strategy support system address economic key stakeholder provide achieve priority \n",
+ "1\t4.54545\tgovernment economy economic budget increase growth sector percent investment industry high report revenue expect export impact cost financial price rate \n",
+ "2\t4.54545\tcovid health water market food fishery community product people local farmer response medical supply area disaster pandemic emergency island tuna \n",
+ "3\t4.54545\tproject support development infrastructure rural government fund work provide improve service program area community funding road economic include constituency build \n",
+ "4\t4.54545\tbusiness company police officer court case public operation order law charge log mining high matter accuse local issue operate director \n",
+ "5\t4.54545\tcountry island region visit regional trade economic tourism include meeting agreement leader meet security international official cooperation sign state discussion \n",
+ "6\t4.54545\tpeople year nation time chinese police thing force leave island ramsi australian solomon happen long call problem deal security situation \n",
+ "7\t4.54545\tgovernment people provincial province national land add western continue election work guadalcanal executive issue today premier good member address serve \n",
+ "8\t4.54545\tservice pay payment receive month money finance process fund week ministry confirm financial time worker cost source contract ship travel \n",
+ "9\t4.54545\tgovernment public parliament member medium decision statement report interest state bill political question concern corruption minister add opposition raise cabinet \n",
+ "10\t4.54545\twoman business work opportunity community education student training child school event program support family youth people young study leadership learn \n",
+ "\n",
+ "<1000> LL/token: -8.15223\n",
+ "\n",
+ "Total time: 48 seconds\n",
"Mallet LDA: 12 topics, 4 topic bits, 1111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -9.99306\n",
- "<20> LL/token: -9.07547\n",
- "<30> LL/token: -8.57531\n",
- "<40> LL/token: -8.4051\n",
- "\n",
- "0\t4.16667\tmember election year constituency process office public receive general pay fund candidate week payment vote parliament number act national register \n",
- "1\t4.16667\tcovid health country medical case people travel service week hospital number public test vaccine ship situation boat passenger province arrive \n",
- "2\t4.16667\tpeople student school child year woman community family education young live life youth day church teacher home study learn speak \n",
- "3\t4.16667\tpolice officer report medium rsipf force people community operation vehicle incident public continue law member information investigation suspect ramsi commissioner \n",
- "4\t4.16667\tproject water market area food community infrastructure road supply site rural product local island construction access fund cost improve work \n",
- "5\t4.16667\tcourt case charge man accuse year public allege matter victim high yesterday order prosecution face time allegedly money hear arrest \n",
- "6\t4.16667\tgovernment national plan country ensure support province work provincial provide address include system ministry important security service management response continue \n",
- "7\t4.16667\tbusiness company land people local year issue log add percent province guadalcanal operation money worker landowner activity export country good \n",
- "8\t4.16667\tteam time event good today play week year start game day hold yesterday place host group lead open competition final \n",
- "9\t4.16667\tcountry development economic region develop policy sector island woman opportunity regional tourism international global challenge economy growth promote key achieve \n",
- "10\t4.16667\tgovernment issue provincial leader parliament decision state statement meeting member minister executive budget premier interest bill political concern opposition group \n",
- "11\t4.16667\tsupport work program visit training service provide assistance australian community staff year people include government train country acknowledge ceremony deliver \n",
- "\n",
- "<50> LL/token: -8.32648\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.82161\n",
+ "<20> LL/token: -9.0568\n",
+ "<30> LL/token: -8.62413\n",
+ "<40> LL/token: -8.44758\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national election statement bill meeting executive decision minister leader yesterday political opposition premier western pass \n",
+ "1\t4.16667\tdevelopment economic country support opportunity trade partnership island regional partner region investment cooperation policy leader include meeting work strengthen assistance \n",
+ "2\t4.16667\tgovernment sign student visit agreement education school official study year week meet offer include plan staff hold build add senior \n",
+ "3\t4.16667\ttourism water develop fishery sustainable resource island country global world food impact sector agriculture environment industry international management small community \n",
+ "4\t4.16667\tcovid health work support people provide worker service team continue travel response pandemic border include week ensure medical training time \n",
+ "5\t4.16667\tpay payment court money case officer charge receive public office matter claim accuse ship yesterday vehicle contract report fund document \n",
+ "6\t4.16667\tbusiness company local land market export log operation product add mining operate industry landowner farmer activity investor government license price \n",
+ "7\t4.16667\tgovernment economy year nation island remain time state percent increase expect continue term face recent aid add spend month end \n",
+ "8\t4.16667\tpolice people medium law public order corruption force security officer ramsi chinese call solomon australian deal honiara leave citizen rsipf \n",
+ "9\t4.16667\tgovernment service financial policy system public report reform provide increase ensure tax management revenue business finance economy include review information \n",
+ "10\t4.16667\tpeople woman community work child family land youth live opportunity leadership young training life social role islander day event change \n",
+ "11\t4.16667\tproject development government support infrastructure economic fund budget rural improve sector growth funding road area provide plan implementation constituency activity \n",
+ "\n",
+ "<50> LL/token: -8.36508\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<60> LL/token: -8.28468\n",
- "<70> LL/token: -8.25791\n",
- "<80> LL/token: -8.24086\n",
- "<90> LL/token: -8.22694\n",
- "\n",
- "0\t4.16667\telection member public week constituency office year receive process general yesterday candidate payment vote official confirm accord day number report \n",
- "1\t4.16667\tcovid health country people medical case service travel week hospital border number ship emergency test vaccine risk situation passenger continue \n",
- "2\t4.16667\twoman people student school child year community family education young youth life live day study church teacher speak work violence \n",
- "3\t4.16667\tpolice officer report rsipf medium force operation security vehicle public incident people continue community information investigation suspect law ramsi area \n",
- "4\t4.16667\tproject water area market community food road rural people island site local work supply infrastructure construction build access affect product \n",
- "5\t4.16667\tcourt case charge man year accuse public matter allege victim high order yesterday face prosecution time allegedly hear money represent \n",
- "6\t4.16667\tgovernment provincial national province development plan ensure support project policy service system fund ministry work provide budget include management implement \n",
- "7\t4.16667\tbusiness company land year issue local log percent increase money cost add pay export worker operation landowner report people operate \n",
- "8\t4.16667\tteam time event good play year today start game place week hold host lead day island yesterday competition open group \n",
- "9\t4.16667\tcountry development economic island region develop sector regional opportunity tourism international include challenge global economy partner growth key promote achieve \n",
- "10\t4.16667\tgovernment issue leader people parliament decision member state statement meeting minister concern political group premier interest executive bill call add \n",
- "11\t4.16667\tsupport work program visit training provide assistance australian service include continue country acknowledge community staff opportunity people official train ceremony \n",
- "\n",
- "<100> LL/token: -8.21714\n",
- "<110> LL/token: -8.21117\n",
- "<120> LL/token: -8.20623\n",
- "<130> LL/token: -8.20117\n",
- "<140> LL/token: -8.19802\n",
- "\n",
- "0\t4.16667\tmember election week public office constituency receive process general yesterday year official confirm day candidate report follow number vote accord \n",
- "1\t4.16667\tcovid health country people service medical case travel week hospital border risk ship number emergency test vaccine continue situation passenger \n",
- "2\t4.16667\twoman student people school child community year family education young youth life day live study church teacher work speak learn \n",
- "3\t4.16667\tpolice officer report rsipf medium force operation vehicle public incident continue information community investigation security suspect people ramsi law boat \n",
- "4\t4.16667\twater area community people market project food road island site rural local work disaster supply affect construction build small live \n",
- "5\t4.16667\tcourt case charge man year accuse public allege matter victim high yesterday time order prosecution face allegedly hear money represent \n",
- "6\t4.16667\tgovernment provincial project province development national plan fund policy service support system ministry ensure work budget provide management implement infrastructure \n",
- "7\t4.16667\tbusiness company land year issue pay cost log percent local increase money add export worker operation landowner operate report benefit \n",
- "8\t4.16667\tteam event time good year play game today start host island day place hold week lead group competition yesterday open \n",
- "9\t4.16667\tcountry development economic island region develop sector regional tourism include opportunity international challenge global partner economy growth key impact trade \n",
- "10\t4.16667\tgovernment issue people leader parliament decision state member statement concern group political meeting minister premier country call interest bill add \n",
- "11\t4.16667\tsupport work program visit training provide assistance australian service country include continue acknowledge opportunity official train people ceremony staff important \n",
- "\n",
- "<150> LL/token: -8.19405\n",
- "<160> LL/token: -8.19142\n",
- "<170> LL/token: -8.18916\n",
- "<180> LL/token: -8.18669\n",
- "<190> LL/token: -8.18437\n",
- "\n",
- "0\t4.16667\tmember election week office constituency public process receive yesterday general official year follow confirm day act number candidate accord chief \n",
- "1\t4.16667\tcovid health country service people medical case travel week hospital border risk ship response emergency test vaccine situation number continue \n",
- "2\t4.16667\twoman student school people community child year family education young youth life day live study church teacher work speak learn \n",
- "3\t4.16667\tpolice officer report rsipf medium force operation public vehicle continue incident information community investigation people security suspect ramsi law boat \n",
- "4\t4.16667\twater area people community market food road island site disaster project rural local work supply affect construction village small live \n",
- "5\t4.16667\tcourt case year charge man accuse public allege matter victim high yesterday time order prosecution face allegedly hear money represent \n",
- "6\t4.16667\tgovernment provincial project province development national plan fund policy service system ministry ensure support work budget infrastructure year implement funding \n",
- "7\t4.16667\tbusiness company land year issue pay cost log local percent increase money add report export worker operation landowner operate benefit \n",
- "8\t4.16667\tteam event time good year play game host start today place island day week hold lead competition group player match \n",
- "9\t4.16667\tcountry development economic island region develop sector regional include tourism opportunity international challenge partner key global economy growth support resource \n",
- "10\t4.16667\tgovernment issue people leader decision parliament state statement member concern political group minister premier meeting country question call interest bill \n",
- "11\t4.16667\tsupport work program visit training provide assistance service australian country include continue opportunity acknowledge people official build train island ceremony \n",
- "\n",
- "<200> LL/token: -8.18341\n",
- "<210> LL/token: -8.18233\n",
- "<220> LL/token: -8.18053\n",
- "<230> LL/token: -8.1799\n",
- "<240> LL/token: -8.17833\n",
- "\n",
- "0\t4.16667\tmember election week office constituency yesterday process public receive general year official parliament day follow confirm candidate act number vote \n",
- "1\t4.16667\tcovid health country people service medical case travel week hospital border risk emergency test vaccine response number situation ship include \n",
- "2\t4.16667\twoman student school people community child year family education young youth life day study work church live teacher speak learn \n",
- "3\t4.16667\tpolice officer report rsipf medium force operation public vehicle incident continue investigation information security community suspect people ramsi boat law \n",
- "4\t4.16667\twater area people community market food road island disaster site local rural work affect supply live village small build farmer \n",
- "5\t4.16667\tcourt case year charge man accuse public allege matter victim high yesterday order face prosecution time allegedly hear money represent \n",
- "6\t4.16667\tgovernment project provincial province development national plan fund service policy system work ministry ensure support budget infrastructure year include funding \n",
- "7\t4.16667\tbusiness company land year pay issue cost log local percent increase money payment report export worker operation landowner operate add \n",
- "8\t4.16667\tteam event time good play year game host island start today place hold day lead competition group player open match \n",
- "9\t4.16667\tcountry development economic region island develop sector regional tourism include challenge opportunity resource international partner key economy global growth level \n",
- "10\t4.16667\tgovernment issue people leader decision state statement parliament concern country group political call minister premier meeting question add member medium \n",
- "11\t4.16667\tsupport work program visit training provide assistance country australian service include people continue opportunity acknowledge island official train ceremony build \n",
- "\n",
- "<250> LL/token: -8.17905\n",
- "<260> LL/token: -8.17694\n",
- "<270> LL/token: -8.17415\n",
- "<280> LL/token: -8.17366\n"
+ "<60> LL/token: -8.31807\n",
+ "<70> LL/token: -8.2882\n",
+ "<80> LL/token: -8.26899\n",
+ "<90> LL/token: -8.25498\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national decision election leader bill statement political people executive minister meeting add opposition interest yesterday \n",
+ "1\t4.16667\tdevelopment country economic support region island trade partnership regional opportunity include partner leader meeting cooperation issue security agreement strengthen develop \n",
+ "2\t4.16667\tgovernment visit student sign education school official week year work offer meet study staff include add team hold agreement open \n",
+ "3\t4.16667\ttourism water fishery develop resource island sector agriculture sustainable food community environment industry world impact management area small international increase \n",
+ "4\t4.16667\tcovid health service people work support worker response provide pandemic travel border continue include time week medical day emergency ensure \n",
+ "5\t4.16667\tpay payment court money officer case public charge claim receive matter report office accuse document order yesterday application fund account \n",
+ "6\t4.16667\tbusiness company land local market export log operation product mining operate industry add investor landowner activity farmer license sell investment \n",
+ "7\t4.16667\teconomy government percent year increase economic high cost remain expect growth report time island nation rate result estimate show spend \n",
+ "8\t4.16667\tpolice people medium law public corruption force chinese order security officer deal ramsi call solomon concern leave australian continue honiara \n",
+ "9\t4.16667\tgovernment policy financial service public system ensure reform provide management finance revenue report information tax sector ministry include process review \n",
+ "10\t4.16667\tpeople woman community work opportunity training child family support youth live program young role leadership islander event business social skill \n",
+ "11\t4.16667\tproject development government support infrastructure fund economic rural budget improve plan funding road work provide area constituency program sector deliver \n",
+ "\n",
+ "<100> LL/token: -8.24536\n",
+ "<110> LL/token: -8.23518\n",
+ "<120> LL/token: -8.22669\n",
+ "<130> LL/token: -8.21887\n",
+ "<140> LL/token: -8.21491\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national decision people election statement bill leader political executive western meeting opposition minister premier add \n",
+ "1\t4.16667\tdevelopment country economic island region regional trade partnership agreement support leader partner meeting opportunity cooperation include sign security develop assistance \n",
+ "2\t4.16667\tvisit government student week school education year official work include meet study staff add team open end hold start offer \n",
+ "3\t4.16667\ttourism water fishery resource develop island agriculture food sector sustainable world community environment impact management industry area small increase action \n",
+ "4\t4.16667\tcovid health service people worker work support response pandemic travel provide border continue time include medical week ensure emergency day \n",
+ "5\t4.16667\tpay officer payment court money public case claim report charge matter receive office accuse document order fund yesterday confirm account \n",
+ "6\t4.16667\tbusiness company land local market export log operation product mining industry operate add investor landowner good farmer activity license benefit \n",
+ "7\t4.16667\teconomy increase government economic percent budget cost high growth year report expect remain total rate result estimate spend term low \n",
+ "8\t4.16667\tpolice people medium law corruption force chinese deal public ramsi concern order call security solomon australian leave continue happen good \n",
+ "9\t4.16667\tgovernment policy financial service public system ensure sector reform provide information management revenue process include finance national key strategy ministry \n",
+ "10\t4.16667\tpeople woman community work opportunity training child family support youth program islander young leadership live event role social australian business \n",
+ "11\t4.16667\tproject development support government infrastructure fund rural economic improve work funding program area provide road plan constituency deliver activity construction \n",
+ "\n",
+ "<150> LL/token: -8.21218\n",
+ "<160> LL/token: -8.20738\n",
+ "<170> LL/token: -8.20458\n",
+ "<180> LL/token: -8.19968\n",
+ "<190> LL/token: -8.19708\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people decision election leader statement bill political executive minister western interest opposition meeting premier \n",
+ "1\t4.16667\tcountry development economic island region regional trade agreement support leader meeting partnership sign include cooperation opportunity partner security develop issue \n",
+ "2\t4.16667\tvisit government student week year education school work official time start study staff number meet offer hold team end include \n",
+ "3\t4.16667\ttourism water fishery resource island agriculture food develop sustainable community environment world sector industry area impact management small increase action \n",
+ "4\t4.16667\tcovid health service people worker work response pandemic travel continue support provide border time include week medical day emergency ship \n",
+ "5\t4.16667\tofficer pay payment public court money case report claim charge receive office matter accuse order yesterday application document fund process \n",
+ "6\t4.16667\tbusiness company land local market export log operation product mining operate add industry investor landowner activity farmer good foreign license \n",
+ "7\t4.16667\teconomy government budget economic increase percent cost growth high expect revenue report total year remain rate continue spend current estimate \n",
+ "8\t4.16667\tpeople police medium law corruption deal chinese force ramsi concern leave call public nation solomon order security australian good happen \n",
+ "9\t4.16667\tgovernment policy ensure service system public sector financial provide reform national management information include process ministry key strategy review important \n",
+ "10\t4.16667\tpeople woman community work opportunity training support child family youth program young islander leadership live event role business future day \n",
+ "11\t4.16667\tproject development support government infrastructure fund rural economic improve work provide program funding area road constituency deliver include plan activity \n",
+ "\n",
+ "<200> LL/token: -8.19237\n",
+ "<210> LL/token: -8.1889\n",
+ "<220> LL/token: -8.18863\n",
+ "<230> LL/token: -8.18696\n",
+ "<240> LL/token: -8.18516\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people decision election bill leader statement political executive add western minister opposition pass premier \n",
+ "1\t4.16667\tcountry development economic island region regional trade leader meeting agreement support partnership sign cooperation include opportunity security partner issue assistance \n",
+ "2\t4.16667\tvisit student government year week work education school official number time staff study start member offer add team end hold \n",
+ "3\t4.16667\ttourism water fishery island resource food agriculture community develop sustainable world environment impact industry area sector management small climate increase \n",
+ "4\t4.16667\tcovid health service people worker response work pandemic travel border time support day include provide continue medical week ship emergency \n",
+ "5\t4.16667\tpublic officer pay payment court money case report charge claim matter office receive accuse yesterday order application fund document police \n",
+ "6\t4.16667\tbusiness company land local market log export product operation mining operate industry investor add landowner farmer activity good benefit license \n",
+ "7\t4.16667\tgovernment economy economic budget increase growth percent cost revenue high expect total report financial year remain finance rate spend impact \n",
+ "8\t4.16667\tpeople police medium law chinese deal force ramsi concern call leave corruption order security australian nation happen solomon thing time \n",
+ "9\t4.16667\tgovernment policy ensure service sector system public national provide reform management financial information include strategy process ministry key review plan \n",
+ "10\t4.16667\tpeople woman community work opportunity training support family child youth program young business leadership islander event role live social encourage \n",
+ "11\t4.16667\tproject development support government infrastructure rural fund economic improve work provide program funding area road constituency deliver plan activity build \n",
+ "\n",
+ "<250> LL/token: -8.18664\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<290> LL/token: -8.1722\n",
- "\n",
- "0\t4.16667\tmember election week office constituency yesterday process public general receive parliament official day hold year follow act candidate number chief \n",
- "1\t4.16667\tcovid health country service medical people case week travel hospital border risk emergency test include response vaccine number continue passenger \n",
- "2\t4.16667\twoman student school community people child year family education young youth life day study church live teacher work speak learn \n",
- "3\t4.16667\tpolice officer report rsipf medium force operation public vehicle information incident continue investigation community people security suspect ramsi law boat \n",
- "4\t4.16667\tpeople water area market community food island road disaster site local affect live supply work village small clean farmer product \n",
- "5\t4.16667\tcourt case year charge man accuse public allege matter victim high yesterday face time prosecution order allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national fund plan service work system policy ministry infrastructure budget year support ensure rural funding \n",
- "7\t4.16667\tbusiness company land pay year issue cost money log percent local increase payment report export add landowner worker operation operate \n",
- "8\t4.16667\tteam event time good year play game host start island place day today hold lead competition group player match big \n",
- "9\t4.16667\tcountry development economic region develop island sector regional include tourism partner challenge opportunity resource international key economy policy level global \n",
- "10\t4.16667\tgovernment issue people leader decision state statement parliament concern country group political call medium minister meeting premier question interest bill \n",
- "11\t4.16667\tsupport work program visit training provide country assistance australian service include people continue island acknowledge opportunity official build train ceremony \n",
- "\n",
- "<300> LL/token: -8.17242\n",
- "<310> LL/token: -8.1727\n",
- "<320> LL/token: -8.17267\n",
- "<330> LL/token: -8.17303\n",
- "<340> LL/token: -8.17207\n",
- "\n",
- "0\t4.16667\tmember election week office yesterday constituency process parliament public general official receive day follow hold act confirm chief year candidate \n",
- "1\t4.16667\tcovid health country service medical people case travel week hospital border response risk emergency test vaccine include number passenger situation \n",
- "2\t4.16667\twoman student school community people child year family education young youth life study church day live work teacher speak learn \n",
- "3\t4.16667\tpolice officer report rsipf medium force operation public vehicle incident continue information investigation security community suspect law ramsi people boat \n",
- "4\t4.16667\tpeople water area market community food island road local disaster site affect live supply village small work product farmer clean \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter victim high yesterday order time face prosecution hear allegedly represent money \n",
- "6\t4.16667\tgovernment project provincial province development national plan fund service work infrastructure ministry year budget support policy rural system ensure provide \n",
- "7\t4.16667\tbusiness company land pay year issue log percent money cost local increase payment report export operation worker landowner operate add \n",
- "8\t4.16667\tteam event time good year play game host start place today day island culture group lead hold competition player match \n",
- "9\t4.16667\tcountry development economic region develop island sector regional include tourism resource policy challenge key level economy partner opportunity international global \n",
- "10\t4.16667\tgovernment issue people leader decision state statement concern parliament country political group add call minister medium premier meeting interest question \n",
- "11\t4.16667\tsupport work visit program training country provide assistance australian continue people island include service acknowledge opportunity official important build train \n",
- "\n",
- "<350> LL/token: -8.17154\n",
- "<360> LL/token: -8.17176\n",
- "<370> LL/token: -8.1714\n",
- "<380> LL/token: -8.17187\n",
- "<390> LL/token: -8.17201\n",
- "\n",
- "0\t4.16667\tmember election week office constituency parliament yesterday process public general official day receive follow act hold confirm candidate vote number \n",
- "1\t4.16667\tcovid health country service people medical case travel hospital week border risk response emergency test vaccine number include continue situation \n",
- "2\t4.16667\twoman student school community people child year family education young youth life work study church day live teacher speak learn \n",
- "3\t4.16667\tpolice officer report rsipf medium force public operation vehicle incident information continue investigation security suspect community law ramsi people boat \n",
- "4\t4.16667\tpeople water area market community food island road disaster local site live affect village supply small product build farmer clean \n",
- "5\t4.16667\tcourt case year charge man accuse allege public matter victim high yesterday face time prosecution order allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national fund plan service work infrastructure ministry year budget rural support ensure policy system western \n",
- "7\t4.16667\tbusiness company land pay year issue log percent money cost local increase payment export operation worker landowner report add operate \n",
- "8\t4.16667\tteam event time good year play game host start island day place today culture group hold lead competition week player \n",
- "9\t4.16667\tcountry development economic region develop sector island regional policy include tourism resource key challenge partner economy level global address international \n",
- "10\t4.16667\tgovernment issue people leader decision state statement concern country group political parliament call medium add minister meeting question interest bill \n",
- "11\t4.16667\tsupport work visit program training country provide assistance australian continue island include people service opportunity acknowledge official important train build \n",
- "\n",
- "<400> LL/token: -8.17082\n",
- "<410> LL/token: -8.17237\n",
- "<420> LL/token: -8.17061\n",
- "<430> LL/token: -8.17001\n",
- "<440> LL/token: -8.17171\n",
- "\n",
- "0\t4.16667\tmember election week office parliament constituency yesterday process public general official receive day hold act follow chief year confirm candidate \n",
- "1\t4.16667\tcovid health country service medical case people hospital week travel border response include risk emergency test vaccine number continue situation \n",
- "2\t4.16667\twoman student school community child people year family education young youth life day study church work live teacher speak learn \n",
- "3\t4.16667\tpolice officer report rsipf force medium operation public vehicle incident information investigation continue security suspect community people ramsi law boat \n",
- "4\t4.16667\tpeople water area community market food island road local disaster site affect live village supply small product clean farmer build \n",
- "5\t4.16667\tcourt case year charge man accuse public allege matter victim high face yesterday order time prosecution hear allegedly represent money \n",
- "6\t4.16667\tgovernment project provincial province development national plan fund service work infrastructure ministry year budget rural support ensure policy western funding \n",
- "7\t4.16667\tbusiness company land pay year issue log cost percent money payment local increase export landowner worker operate report operation add \n",
- "8\t4.16667\tteam event time good year play game host place start day island culture today competition group hold lead player match \n",
- "9\t4.16667\tcountry development economic region develop sector island regional policy include tourism resource key challenge partner address level economy global international \n",
- "10\t4.16667\tgovernment issue people leader decision state statement medium country concern group political call minister add parliament interest question meeting bill \n",
- "11\t4.16667\tsupport work visit program training country provide assistance australian people island include continue opportunity acknowledge official service important train ceremony \n",
- "\n",
- "<450> LL/token: -8.17216\n",
- "<460> LL/token: -8.17099\n",
- "<470> LL/token: -8.17103\n",
- "<480> LL/token: -8.171\n",
- "<490> LL/token: -8.17094\n",
- "\n",
- "0\t4.16667\tmember election week parliament office yesterday constituency process general public day official act hold receive follow confirm number candidate chief \n",
- "1\t4.16667\tcovid health country service medical case people hospital week travel border response risk emergency test vaccine include number ship continue \n",
- "2\t4.16667\twoman student school community child people year family education young youth work life study church day teacher live learn speak \n",
- "3\t4.16667\tpolice officer report rsipf force operation public medium vehicle incident investigation information community continue security suspect people involve boat law \n",
- "4\t4.16667\tpeople water area community market food island road disaster local site live village affect supply small product farmer clean build \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter victim high yesterday face time order prosecution allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national plan fund work service infrastructure year ministry budget rural support ensure western funding system \n",
- "7\t4.16667\tbusiness company land pay year issue log cost money percent increase payment local report export worker landowner operate operation add \n",
- "8\t4.16667\tteam event time good year play game host today start place day culture island hold lead competition group player match \n",
- "9\t4.16667\tcountry development economic region develop sector policy regional island tourism resource include key challenge level address economy partner support global \n",
- "10\t4.16667\tgovernment issue people leader decision state medium statement concern country group political call minister add interest question bill public parliament \n",
- "11\t4.16667\tsupport work visit country program training provide assistance australian island people include continue opportunity acknowledge service official important build train \n",
- "\n",
- "<500> LL/token: -8.17064\n"
+ "<260> LL/token: -8.18435\n",
+ "<270> LL/token: -8.18408\n",
+ "<280> LL/token: -8.18325\n",
+ "<290> LL/token: -8.18257\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people decision statement election bill leader political executive minister western opposition yesterday add pass \n",
+ "1\t4.16667\tcountry development economic island region regional trade meeting agreement leader support include cooperation sign partner opportunity security meet partnership issue \n",
+ "2\t4.16667\tstudent visit year school education week work government number time add staff member study official start offer team meet month \n",
+ "3\t4.16667\ttourism water fishery island food resource community agriculture world sustainable environment develop area impact sector industry management small people climate \n",
+ "4\t4.16667\tcovid health service people worker work pandemic response travel border provide time include support continue week medical day ship emergency \n",
+ "5\t4.16667\tofficer public pay payment court money case report charge claim matter receive office accuse order yesterday application police official account \n",
+ "6\t4.16667\tbusiness company land local market log export product operation mining industry operate add investor landowner activity farmer good foreign license \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost revenue financial high expect total report finance impact rate continue year current \n",
+ "8\t4.16667\tpeople police medium law deal chinese force leave concern ramsi corruption time security call nation order australian solomon good happen \n",
+ "9\t4.16667\tgovernment policy ensure system service sector public national provide reform management information strategy include key process ministry financial plan important \n",
+ "10\t4.16667\twoman people work community opportunity training support child family youth program young business event leadership role live islander job skill \n",
+ "11\t4.16667\tproject development support government infrastructure fund rural economic improve work program funding provide area road constituency build include access activity \n",
+ "\n",
+ "<300> LL/token: -8.18392\n",
+ "<310> LL/token: -8.18345\n",
+ "<320> LL/token: -8.17938\n",
+ "<330> LL/token: -8.17989\n",
+ "<340> LL/token: -8.17975\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member parliament province national people election decision statement bill leader political executive western add minister opposition interest pass \n",
+ "1\t4.16667\tcountry development island economic region regional trade meeting leader agreement support include cooperation sign security partner meet issue opportunity partnership \n",
+ "2\t4.16667\tstudent visit work year education week school time number member start staff government official study add offer meet end month \n",
+ "3\t4.16667\ttourism water island fishery food resource community agriculture sustainable world environment area impact develop people management sector industry small increase \n",
+ "4\t4.16667\tcovid health service people worker response pandemic provide border include continue travel time support work medical week ship day emergency \n",
+ "5\t4.16667\tpublic officer pay payment court money case report claim charge matter office receive order yesterday accuse tax application police account \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining operate add investor activity farmer landowner benefit license foreign \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost revenue expect total high financial report finance remain impact continue rate current \n",
+ "8\t4.16667\tpeople police medium law chinese deal force call ramsi leave concern corruption order time australian security nation happen solomon honiara \n",
+ "9\t4.16667\tgovernment policy ensure system sector national service public provide reform include strategy management key information plan process financial ministry resource \n",
+ "10\t4.16667\twoman people community work opportunity training support child family youth program young leadership role live event business islander job encourage \n",
+ "11\t4.16667\tproject development support government infrastructure fund rural economic improve work provide program area funding road constituency build include deliver activity \n",
+ "\n",
+ "<350> LL/token: -8.18036\n",
+ "<360> LL/token: -8.18123\n",
+ "<370> LL/token: -8.17968\n",
+ "<380> LL/token: -8.18048\n",
+ "<390> LL/token: -8.1815\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people statement election decision bill leader political executive add interest western state opposition minister \n",
+ "1\t4.16667\tcountry development island economic region regional trade meeting agreement leader support include cooperation sign security partner meet official opportunity partnership \n",
+ "2\t4.16667\tstudent year visit week work school education time member start number staff add study month official team offer end meet \n",
+ "3\t4.16667\ttourism water fishery island food community resource agriculture world sustainable environment develop area impact management small industry increase people climate \n",
+ "4\t4.16667\tcovid health service people worker response border continue support provide work include time travel week pandemic medical ship day emergency \n",
+ "5\t4.16667\tpublic officer pay payment court money case report claim charge matter office receive order accuse tax yesterday police account application \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining operate add investor farmer landowner activity good investment foreign \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost financial revenue high expect report total finance remain rate impact continue current \n",
+ "8\t4.16667\tpeople police medium law chinese force deal ramsi call leave concern nation time australian solomon corruption order happen security problem \n",
+ "9\t4.16667\tgovernment policy ensure system national service sector provide public management reform strategy include information key process plan important ministry financial \n",
+ "10\t4.16667\twoman people work community opportunity training support child family youth program young leadership role event social islander business live skill \n",
+ "11\t4.16667\tproject development support government infrastructure fund rural work economic improve provide funding program area road constituency include deliver access service \n",
+ "\n",
+ "<400> LL/token: -8.17864\n",
+ "<410> LL/token: -8.17961\n",
+ "<420> LL/token: -8.17955\n",
+ "<430> LL/token: -8.17856\n",
+ "<440> LL/token: -8.17816\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people election statement leader decision bill political add executive western interest minister yesterday opposition \n",
+ "1\t4.16667\tcountry development island economic region regional trade meeting leader support agreement include cooperation security meet sign official partnership state partner \n",
+ "2\t4.16667\tstudent year week visit work school education time start number staff member study month official offer end add meet team \n",
+ "3\t4.16667\ttourism water island fishery food resource community world agriculture sustainable area environment develop impact management industry small increase people climate \n",
+ "4\t4.16667\tcovid health service people worker response provide border time travel work continue include day medical pandemic ship week public support \n",
+ "5\t4.16667\tpublic officer pay payment court money report case charge claim matter office receive order accuse police yesterday ministry account document \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining add operate investor farmer landowner activity foreign benefit license \n",
+ "7\t4.16667\tgovernment economy economic budget increase growth percent cost revenue financial high total expect finance report sector remain rate current continue \n",
+ "8\t4.16667\tpeople police medium law chinese force deal leave concern ramsi australian call nation order solomon time happen security decision rsipf \n",
+ "9\t4.16667\tgovernment policy ensure system national service sector provide public reform strategy key management plan include information process ministry financial implementation \n",
+ "10\t4.16667\twoman people work community opportunity support training child family youth program young role event leadership live skill islander encourage future \n",
+ "11\t4.16667\tproject development support government infrastructure fund rural work improve provide economic program funding area road constituency include build access construction \n",
+ "\n",
+ "<450> LL/token: -8.17783\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<510> LL/token: -8.17073\n",
- "<520> LL/token: -8.17059\n",
- "<530> LL/token: -8.16891\n",
- "<540> LL/token: -8.16951\n",
- "\n",
- "0\t4.16667\tmember election week parliament office yesterday constituency meeting process hold general day official public follow chief act receive candidate vote \n",
- "1\t4.16667\tcovid health country service medical case people hospital travel border week response risk emergency test vaccine number include continue measure \n",
- "2\t4.16667\twoman student school community child year people family education young youth work life study church teacher live day learn speak \n",
- "3\t4.16667\tpolice officer report rsipf force operation public medium vehicle incident investigation information community continue security suspect people boat law station \n",
- "4\t4.16667\tpeople water area community market food island road disaster local site affect live village supply small product farmer clean build \n",
- "5\t4.16667\tcourt case year charge man accuse public allege matter victim high yesterday time order face prosecution hear allegedly represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national plan fund service work infrastructure year ministry rural budget support complete western ensure funding \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent cost payment local increase report export landowner worker operation operate sign \n",
- "8\t4.16667\tteam event time good year play game host day today start culture island place hold group lead competition player match \n",
- "9\t4.16667\tcountry development economic region develop sector policy regional island resource include tourism key level economy challenge address international global partner \n",
- "10\t4.16667\tgovernment issue people leader decision medium state statement country concern group political call minister add question public interest bill opposition \n",
- "11\t4.16667\tsupport work visit country program training provide assistance australian people island include continue acknowledge opportunity official service important train ceremony \n",
- "\n",
- "<550> LL/token: -8.16846\n",
- "<560> LL/token: -8.16864\n",
- "<570> LL/token: -8.16758\n",
- "<580> LL/token: -8.16672\n",
- "<590> LL/token: -8.16606\n",
- "\n",
- "0\t4.16667\tmember election week parliament meeting constituency yesterday office process hold general official day act public chief candidate follow today vote \n",
- "1\t4.16667\tcovid health country service medical people case week hospital travel border response emergency test vaccine include number risk continue ship \n",
- "2\t4.16667\twoman student school community child year people family education young youth work life study church teacher learn live speak day \n",
- "3\t4.16667\tpolice officer report rsipf force operation public medium vehicle incident investigation information community continue security suspect people boat law station \n",
- "4\t4.16667\tpeople water area market community food island road local disaster site live affect village supply small product farmer clean sell \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter victim high yesterday face time order prosecution hear allegedly represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national plan fund service work infrastructure year ministry budget rural support complete ensure western provide \n",
- "7\t4.16667\tbusiness company land pay year issue money log percent cost payment local increase export landowner worker operation operate sign report \n",
- "8\t4.16667\tteam event time good year play day game host start culture today place island lead hold competition group player match \n",
- "9\t4.16667\tcountry development economic region policy develop sector regional include island resource tourism key economy challenge level address global partner ensure \n",
- "10\t4.16667\tgovernment issue people leader decision state medium statement concern country group call political minister add public question interest bill opposition \n",
- "11\t4.16667\tsupport work country visit training program provide assistance island people australian include continue acknowledge opportunity official important train ceremony build \n",
- "\n",
- "<600> LL/token: -8.16488\n",
- "<610> LL/token: -8.16511\n",
- "<620> LL/token: -8.16458\n",
- "<630> LL/token: -8.16593\n",
- "<640> LL/token: -8.16594\n",
- "\n",
- "0\t4.16667\tmember election week parliament meeting yesterday constituency office process hold official general day follow act chief candidate today confirm executive \n",
- "1\t4.16667\tcovid health country service medical case people hospital week travel border response emergency include test vaccine number risk continue measure \n",
- "2\t4.16667\twoman student school community child year people family education young youth work life study church teacher live learn speak day \n",
- "3\t4.16667\tpolice officer report rsipf force operation public medium vehicle incident investigation continue information security community suspect people boat law station \n",
- "4\t4.16667\tpeople water area market community food island disaster road local site live affect village supply small product farmer clean sell \n",
- "5\t4.16667\tcourt case year charge man accuse public allege matter victim high yesterday time face order prosecution allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national fund plan service work infrastructure year ministry rural budget support complete western ensure funding \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent payment cost local increase export landowner worker operate report operation add \n",
- "8\t4.16667\tteam event time good year play game day host start culture today place group island hold competition lead player local \n",
- "9\t4.16667\tcountry development economic region policy develop sector regional include resource island tourism key level economy challenge address global ensure partner \n",
- "10\t4.16667\tgovernment issue people leader decision state medium statement country concern public call add political group minister interest question bill opposition \n",
- "11\t4.16667\tsupport work country visit training program provide assistance people island australian include continue acknowledge opportunity official important build train ceremony \n",
- "\n",
- "<650> LL/token: -8.16534\n",
- "<660> LL/token: -8.16602\n",
- "<670> LL/token: -8.16612\n",
- "<680> LL/token: -8.16554\n",
- "<690> LL/token: -8.16601\n",
- "\n",
- "0\t4.16667\tmember election parliament week yesterday meeting constituency office process hold general day official act follow executive candidate today vote chief \n",
- "1\t4.16667\tcovid health country service medical case people week hospital travel border response include emergency test vaccine number continue risk ship \n",
- "2\t4.16667\twoman student school community child year people family education young youth work life study church teacher learn speak live day \n",
- "3\t4.16667\tpolice officer report rsipf force public operation medium vehicle incident investigation community information continue security suspect people boat station involve \n",
- "4\t4.16667\tpeople water area community market island food local disaster site live affect village supply small product farmer clean sell produce \n",
- "5\t4.16667\tcourt case year charge man accuse public allege matter victim high time face yesterday prosecution order allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national plan fund service work infrastructure year ministry rural budget support complete western provide funding \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent cost payment local increase report export worker landowner operation operate accord \n",
- "8\t4.16667\tteam event time good year play game day host place culture start today island hold group competition lead player match \n",
- "9\t4.16667\tcountry development economic region policy develop sector regional include resource key tourism island economy level challenge ensure address global growth \n",
- "10\t4.16667\tgovernment issue people leader decision state medium statement concern country group add public call minister question political interest bill opposition \n",
- "11\t4.16667\tsupport work country visit training program assistance provide island people australian continue include acknowledge opportunity official important build train ceremony \n",
- "\n",
- "<700> LL/token: -8.16519\n",
- "<710> LL/token: -8.16469\n",
- "<720> LL/token: -8.16423\n",
- "<730> LL/token: -8.16497\n",
- "<740> LL/token: -8.16533\n",
- "\n",
- "0\t4.16667\tmember election parliament week meeting constituency office yesterday process hold general official act day executive follow chief candidate public vote \n",
- "1\t4.16667\tcovid health country service medical case people hospital week travel border include response emergency test vaccine number risk continue ship \n",
- "2\t4.16667\twoman student school community child year family people education young work youth life study church teacher learn day live speak \n",
- "3\t4.16667\tpolice officer report rsipf force operation public medium vehicle incident investigation community information security suspect continue boat people arrest station \n",
- "4\t4.16667\tpeople water area community market island food local disaster live site affect village supply product small sell farmer clean produce \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter high victim yesterday time face order prosecution allegedly hear represent money \n",
- "6\t4.16667\tgovernment project provincial province development national fund plan service work infrastructure ministry year rural budget support complete provide western funding \n",
- "7\t4.16667\tbusiness company land pay year issue log cost money percent payment local increase export report landowner worker operation operate accord \n",
- "8\t4.16667\tteam event time good year play game host day start culture today place hold competition lead group player big match \n",
- "9\t4.16667\tcountry development economic policy region sector develop regional include key resource island tourism level economy address challenge ensure support global \n",
- "10\t4.16667\tgovernment issue people leader decision medium state statement concern add country public call group minister question political bill interest law \n",
- "11\t4.16667\tsupport work country visit training program provide people assistance island australian include continue acknowledge opportunity important official build train cooperation \n",
- "\n",
- "<750> LL/token: -8.16431\n"
+ "<460> LL/token: -8.17899\n",
+ "<470> LL/token: -8.17856\n",
+ "<480> LL/token: -8.17882\n",
+ "<490> LL/token: -8.17989\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people election decision statement bill leader political executive interest minister add western opposition pass \n",
+ "1\t4.16667\tcountry development island economic region regional trade leader meeting agreement include cooperation support sign security official meet issue visit partnership \n",
+ "2\t4.16667\tstudent year work week school education visit time start member number study staff add month team event end offer meet \n",
+ "3\t4.16667\ttourism water fishery island community food resource agriculture sustainable world environment area impact develop small people management industry high increase \n",
+ "4\t4.16667\tcovid health service people worker response border continue provide time work support pandemic include week travel medical ship day situation \n",
+ "5\t4.16667\tpublic officer pay payment court case money report claim charge matter office receive order accuse yesterday official document police account \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining operate add investor farmer landowner activity investment good foreign \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost financial revenue expect total report high finance sector remain rate current investment \n",
+ "8\t4.16667\tpeople police medium law chinese force deal ramsi call australian nation time concern solomon leave order security happen year honiara \n",
+ "9\t4.16667\tgovernment policy ensure national system sector public management service include provide reform strategy key plan information process ministry important implementation \n",
+ "10\t4.16667\twoman people community work opportunity support training child family program youth young role leadership social business future encourage development live \n",
+ "11\t4.16667\tproject development support government infrastructure fund rural work economic improve provide program funding road constituency area build include assistance deliver \n",
+ "\n",
+ "<500> LL/token: -8.18177\n",
+ "<510> LL/token: -8.18025\n",
+ "<520> LL/token: -8.17949\n",
+ "<530> LL/token: -8.18175\n",
+ "<540> LL/token: -8.18066\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people statement election decision leader bill political add executive minister interest opposition western pass \n",
+ "1\t4.16667\tcountry island development region economic regional trade leader meeting include agreement support cooperation meet visit sign security state official partnership \n",
+ "2\t4.16667\tstudent work year week school education visit start number member time staff study month end offer official meet team add \n",
+ "3\t4.16667\ttourism water fishery island community food area resource world agriculture environment sustainable develop impact management industry people small increase climate \n",
+ "4\t4.16667\tcovid health service people worker response provide time work border continue pandemic travel include medical support ship week day public \n",
+ "5\t4.16667\tpublic officer pay payment court report case money charge claim matter office receive order yesterday accuse ministry application police document \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining operate add investor activity farmer landowner investment government license \n",
+ "7\t4.16667\tgovernment economy economic budget increase growth percent cost financial revenue total high report expect sector finance current rate impact level \n",
+ "8\t4.16667\tpeople police medium law chinese force deal ramsi nation concern time australian call solomon leave security happen order honiara year \n",
+ "9\t4.16667\tpolicy government ensure system national development sector plan management reform strategy public key service provide include information process address resource \n",
+ "10\t4.16667\twoman people community work opportunity support training child family program youth young role leadership event social live future encourage skill \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work improve provide economic program funding road constituency area build include service access \n",
+ "\n",
+ "<550> LL/token: -8.18175\n",
+ "<560> LL/token: -8.18131\n",
+ "<570> LL/token: -8.18065\n",
+ "<580> LL/token: -8.17661\n",
+ "<590> LL/token: -8.17905\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial province parliament member national people decision election statement leader bill political executive western state interest add minister opposition \n",
+ "1\t4.16667\tcountry island economic region development regional trade leader meeting agreement include support visit cooperation official meet sign security partnership issue \n",
+ "2\t4.16667\tstudent work year school education week member visit time number start month staff end offer study team meet good receive \n",
+ "3\t4.16667\ttourism water island fishery food resource community world environment area sustainable impact agriculture develop management people small high climate industry \n",
+ "4\t4.16667\tcovid health service people worker response provide border time continue week travel public include medical pandemic ship government work day \n",
+ "5\t4.16667\tpublic officer pay payment court report money case charge claim matter office receive order accuse ministry yesterday process police official \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining operate add investor farmer landowner benefit foreign investment license \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost financial revenue report expect high total sector finance rate investment remain current \n",
+ "8\t4.16667\tpeople police medium chinese force law deal ramsi call leave concern nation time australian security order solomon happen honiara year \n",
+ "9\t4.16667\tgovernment policy development ensure national system sector plan strategy reform key management include provide service public information process implementation important \n",
+ "10\t4.16667\twoman people community work opportunity support training child family youth program event young role leadership live future social skill business \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work improve provide economic program funding road constituency area service access build facility \n",
+ "\n",
+ "<600> LL/token: -8.17879\n",
+ "<610> LL/token: -8.1785\n",
+ "<620> LL/token: -8.17985\n",
+ "<630> LL/token: -8.18135\n",
+ "<640> LL/token: -8.18127\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people election decision statement leader bill political add executive interest minister western opposition state \n",
+ "1\t4.16667\tcountry island region economic regional trade development meeting leader agreement include support security cooperation official meet sign visit partnership assistance \n",
+ "2\t4.16667\tstudent year work week school education time visit member start number add staff month end offer receive study team give \n",
+ "3\t4.16667\ttourism water island fishery food community environment area world resource agriculture impact develop management sustainable people report industry increase climate \n",
+ "4\t4.16667\tcovid health service people worker response provide border time include travel public continue pandemic medical work ship ensure day week \n",
+ "5\t4.16667\tpublic officer pay payment court case money report charge matter claim office receive accuse ministry order process yesterday police official \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining operate investor farmer landowner add activity good benefit foreign \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost financial revenue total expect sector high finance report rate current tax remain \n",
+ "8\t4.16667\tpeople police medium law chinese force call deal ramsi leave nation australian concern solomon order happen honiara security time thing \n",
+ "9\t4.16667\tgovernment policy development ensure national sector system service plan strategy key reform include provide management public information resource address priority \n",
+ "10\t4.16667\twoman people community work opportunity support training family child program youth young role leadership event social islander business live skill \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work provide improve economic program funding road area constituency include access build deliver \n",
+ "\n",
+ "<650> LL/token: -8.17958\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<760> LL/token: -8.16444\n",
- "<770> LL/token: -8.16448\n",
- "<780> LL/token: -8.16493\n",
- "<790> LL/token: -8.16595\n",
- "\n",
- "0\t4.16667\tmember election parliament week meeting constituency yesterday office process hold general day official follow act today executive chief candidate vote \n",
- "1\t4.16667\tcovid health country service medical case people week hospital travel border number response emergency test vaccine include risk ship continue \n",
- "2\t4.16667\twoman student school community child year people family education young youth work life study church learn teacher live speak encourage \n",
- "3\t4.16667\tpolice officer report rsipf force public operation medium vehicle incident investigation security community continue information suspect people involve boat station \n",
- "4\t4.16667\tpeople water area community market island food local disaster site live affect village supply small product sell farmer clean find \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter high victim yesterday time face order prosecution allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national fund plan service work year infrastructure ministry rural budget complete support provide western improve \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent cost payment local increase export report worker landowner operation operate contract \n",
- "8\t4.16667\tteam event time good year play game day host place culture start today hold competition player group match open island \n",
- "9\t4.16667\tcountry development economic policy region develop sector regional resource include key ensure economy system island challenge level support global address \n",
- "10\t4.16667\tgovernment issue people leader decision medium state statement concern public country add call question minister political bill interest group opposition \n",
- "11\t4.16667\tsupport work country visit training program people assistance provide island australian continue include acknowledge opportunity official important build train cooperation \n",
- "\n",
- "<800> LL/token: -8.16415\n",
- "<810> LL/token: -8.16459\n",
- "<820> LL/token: -8.16537\n",
- "<830> LL/token: -8.1645\n",
- "<840> LL/token: -8.16517\n",
- "\n",
- "0\t4.16667\tmember election parliament week meeting yesterday constituency process office hold official general act day executive follow candidate chief vote national \n",
- "1\t4.16667\tcovid health country service medical case people week hospital border travel include emergency test vaccine response number ship risk continue \n",
- "2\t4.16667\twoman student school community child year education family people young youth work life study church learn teacher program speak encourage \n",
- "3\t4.16667\tpolice officer report rsipf force public operation medium vehicle incident investigation continue community security information suspect people boat station involve \n",
- "4\t4.16667\tpeople water area market community island food local disaster live site affect village small product supply sell farmer clean produce \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter victim high yesterday face time order prosecution hear allegedly represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national fund service work plan infrastructure year ministry rural budget complete support western provide improve \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent payment cost local increase export worker landowner operate operation contract report \n",
- "8\t4.16667\tteam event time good year play game day host today culture place start hold competition island player match open group \n",
- "9\t4.16667\tcountry development economic policy region develop sector regional include key resource system economy level ensure island address challenge global growth \n",
- "10\t4.16667\tgovernment issue people leader decision medium state statement public concern country add call question political bill interest opposition law group \n",
- "11\t4.16667\tsupport work country visit program training people assistance provide island australian continue include acknowledge official build opportunity train important cooperation \n",
- "\n",
- "<850> LL/token: -8.16419\n",
- "<860> LL/token: -8.16407\n",
- "<870> LL/token: -8.16367\n",
- "<880> LL/token: -8.16323\n",
- "<890> LL/token: -8.16308\n",
- "\n",
- "0\t4.16667\tmember election parliament week meeting yesterday constituency office process hold official general day act executive national follow chief candidate vote \n",
- "1\t4.16667\tcovid health country service medical case people week hospital travel border response emergency number test vaccine include risk ship continue \n",
- "2\t4.16667\twoman student school community child year education family people young youth work training life program learn study church teacher encourage \n",
- "3\t4.16667\tpolice officer report rsipf force public operation medium vehicle incident investigation community people security continue information suspect boat station arrest \n",
- "4\t4.16667\tpeople water area community market island food local disaster live site affect village product small supply sell farmer clean find \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter victim high time yesterday face order prosecution allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development national fund service plan work infrastructure year ministry rural budget complete support provide western improve \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent payment cost local increase export worker report landowner operation operate accord \n",
- "8\t4.16667\tteam event time good year play game host day today culture start place hold competition player match open big group \n",
- "9\t4.16667\tcountry development economic policy region develop sector regional include key resource economy system address level ensure challenge provide global growth \n",
- "10\t4.16667\tgovernment issue people leader decision medium statement state public concern call add country question political bill interest opposition law group \n",
- "11\t4.16667\tsupport work country visit people program assistance island provide australian continue training include acknowledge official build important opportunity train meet \n",
- "\n",
- "<900> LL/token: -8.16389\n",
- "<910> LL/token: -8.16303\n",
- "<920> LL/token: -8.16251\n",
- "<930> LL/token: -8.16267\n",
- "<940> LL/token: -8.16273\n",
- "\n",
- "0\t4.16667\tmember election parliament week meeting constituency yesterday office process hold official general act executive day follow chief candidate national vote \n",
- "1\t4.16667\tcovid health country service medical case people week hospital border travel response include emergency test vaccine number risk ship continue \n",
- "2\t4.16667\twoman student school community child year education training family work young youth people program learn study life church teacher encourage \n",
- "3\t4.16667\tpolice officer report rsipf force public operation medium vehicle incident investigation community information suspect continue boat people station arrest involve \n",
- "4\t4.16667\tpeople water area community market island food local live disaster affect site village product supply small sell farmer clean find \n",
- "5\t4.16667\tcourt case year charge man accuse public allege high matter victim yesterday time face order prosecution allegedly hear represent trial \n",
- "6\t4.16667\tgovernment project provincial province development fund national service work plan infrastructure year rural ministry budget support complete provide western improve \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent payment cost local increase export report worker landowner operation receive operate \n",
- "8\t4.16667\tteam event time year good play day game host culture today place start hold competition player match local big tourism \n",
- "9\t4.16667\tcountry development economic policy develop region sector regional include resource key system level ensure economy address provide management global improve \n",
- "10\t4.16667\tgovernment issue people leader decision medium public statement state concern call add question country bill political interest law opposition group \n",
- "11\t4.16667\tsupport country work visit people island assistance program provide continue australian include acknowledge official important security train cooperation meet sign \n",
- "\n",
- "<950> LL/token: -8.15999\n",
- "<960> LL/token: -8.16146\n",
- "<970> LL/token: -8.16134\n",
- "<980> LL/token: -8.16112\n",
- "<990> LL/token: -8.16067\n"
+ "<660> LL/token: -8.17805\n",
+ "<670> LL/token: -8.18123\n",
+ "<680> LL/token: -8.17972\n",
+ "<690> LL/token: -8.1813\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial province member parliament people national statement decision election leader bill political western executive interest add opposition yesterday minister \n",
+ "1\t4.16667\tcountry island region economic regional trade development meeting leader include agreement support visit cooperation meet security sign official issue state \n",
+ "2\t4.16667\tstudent work week year school education number visit member time start month staff study end add offer official receive meet \n",
+ "3\t4.16667\ttourism water fishery island community food resource agriculture environment world area impact develop people sustainable management climate industry high increase \n",
+ "4\t4.16667\tcovid health service worker people response provide border time continue public include travel day pandemic medical ship week work situation \n",
+ "5\t4.16667\tpublic officer pay payment court money case report charge matter claim office receive accuse order process yesterday ministry document police \n",
+ "6\t4.16667\tbusiness company land local market log export operation product industry mining add government operate investor farmer landowner investment activity foreign \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost financial revenue finance expect total sector high report rate remain tax current \n",
+ "8\t4.16667\tpeople police medium law chinese force deal australian ramsi time call nation leave concern solomon order security happen year problem \n",
+ "9\t4.16667\tgovernment policy development ensure national sector system plan strategy key management reform service include provide public resource address priority information \n",
+ "10\t4.16667\twoman people work community opportunity support training child family program youth young role business leadership event live encourage social skill \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work provide improve program funding road economic area constituency include access service build \n",
+ "\n",
+ "<700> LL/token: -8.17931\n",
+ "<710> LL/token: -8.17839\n",
+ "<720> LL/token: -8.18043\n",
+ "<730> LL/token: -8.18232\n",
+ "<740> LL/token: -8.18158\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people statement decision election leader bill political add executive interest western minister opposition premier \n",
+ "1\t4.16667\tcountry island region economic regional trade meeting agreement leader development include visit support meet cooperation official sign state security issue \n",
+ "2\t4.16667\tstudent work week school year education time start number visit staff member team month study end offer add receive good \n",
+ "3\t4.16667\ttourism water fishery island food community agriculture resource impact environment area management develop world sustainable people small increase climate report \n",
+ "4\t4.16667\tcovid health service people worker response border public include provide continue time work travel medical ship day week pandemic support \n",
+ "5\t4.16667\tpublic pay officer payment court money report case charge claim matter office receive order accuse yesterday process police document ministry \n",
+ "6\t4.16667\tbusiness company land local market log export industry product operation mining operate investor add farmer activity landowner investment benefit government \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent financial cost revenue report high total sector expect finance rate remain impact current \n",
+ "8\t4.16667\tpeople police medium law chinese force deal ramsi time nation australian leave solomon call concern year happen security order problem \n",
+ "9\t4.16667\tgovernment policy development ensure national sector system strategy plan key reform management provide economic service include priority public information address \n",
+ "10\t4.16667\twoman people community work opportunity support training child family program youth young event role leadership business live future skill social \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work provide improve program funding road economic constituency area service build include deliver \n",
+ "\n",
+ "<750> LL/token: -8.18194\n",
+ "<760> LL/token: -8.17917\n",
+ "<770> LL/token: -8.18141\n",
+ "<780> LL/token: -8.18205\n",
+ "<790> LL/token: -8.18258\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people decision election statement leader bill political executive add western opposition issue minister interest \n",
+ "1\t4.16667\tcountry island region economic regional trade meeting leader development agreement include visit cooperation meet official support security sign state opportunity \n",
+ "2\t4.16667\tstudent work week year school education time start number visit member month staff study team add receive end offer hold \n",
+ "3\t4.16667\ttourism water fishery island food community area agriculture impact resource environment develop world management people sustainable small climate increase tuna \n",
+ "4\t4.16667\tcovid health service people worker response public provide continue border pandemic travel week day medical work include time ship ensure \n",
+ "5\t4.16667\tpublic officer pay payment court report case money charge claim matter office order receive accuse yesterday police process application document \n",
+ "6\t4.16667\tbusiness company land local market export log industry operation product mining operate investor government farmer investment add landowner foreign benefit \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent cost financial revenue report expect total finance high sector rate remain tax current \n",
+ "8\t4.16667\tpeople police medium law chinese force deal ramsi call time concern solomon leave australian nation year order security happen honiara \n",
+ "9\t4.16667\tgovernment policy development national ensure sector system strategy key plan management reform include economic service address resource provide information priority \n",
+ "10\t4.16667\twoman people work community opportunity support training child family program youth event young role leadership live encourage skill business programme \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work provide improve program funding road economic constituency build area include service assistance \n",
+ "\n",
+ "<800> LL/token: -8.18135\n",
+ "<810> LL/token: -8.18212\n",
+ "<820> LL/token: -8.17947\n",
+ "<830> LL/token: -8.18098\n",
+ "<840> LL/token: -8.18166\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people decision election statement leader bill political executive interest minister western add opposition premier \n",
+ "1\t4.16667\tcountry island region economic regional trade meeting leader development agreement include support cooperation official meet visit state sign security issue \n",
+ "2\t4.16667\twork student year education school time week visit number start member month staff team study end receive offer add meet \n",
+ "3\t4.16667\ttourism water island fishery food community agriculture resource area impact environment management develop world people sustainable report small high increase \n",
+ "4\t4.16667\tcovid health service people worker public response border include week provide time travel medical pandemic ship ensure continue situation operation \n",
+ "5\t4.16667\tpublic officer payment pay court report money case charge matter claim office receive accuse yesterday order police ministry process application \n",
+ "6\t4.16667\tbusiness company land local market log export industry product operation mining operate add investor farmer government landowner investment activity foreign \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent financial cost revenue finance total expect sector report high rate investment remain level \n",
+ "8\t4.16667\tpeople police medium chinese law force deal ramsi concern australian solomon security nation leave call time happen order thing year \n",
+ "9\t4.16667\tgovernment policy development ensure national sector system key strategy plan management reform provide include priority economic information address resource implementation \n",
+ "10\t4.16667\twoman people community work opportunity support training child family youth program young business role event leadership live skill encourage social \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural provide work improve program funding road economic constituency area build service include assistance \n",
+ "\n",
+ "<850> LL/token: -8.18298\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "\n",
- "0\t4.16667\tmember election parliament week meeting yesterday process office hold general official executive constituency day chief follow act today candidate vote \n",
- "1\t4.16667\tcovid health country service medical case people hospital week border travel response emergency test vaccine number include risk ship measure \n",
- "2\t4.16667\twoman student school community child training year education family work young youth program people learn study church life teacher skill \n",
- "3\t4.16667\tpolice officer report rsipf force public operation medium vehicle incident investigation community information suspect continue people boat arrest station area \n",
- "4\t4.16667\tpeople water area market community island food local disaster live affect site village product supply small sell farmer clean find \n",
- "5\t4.16667\tcourt case year charge accuse man public allege matter high victim yesterday time face order prosecution hear allegedly represent trial \n",
- "6\t4.16667\tgovernment project provincial province development fund national service work plan infrastructure year ministry rural budget support provide improve complete western \n",
- "7\t4.16667\tbusiness company land pay year issue log money percent payment cost local increase export worker landowner receive report operation operate \n",
- "8\t4.16667\tteam event time good year play game day host culture place start today hold local competition player match open big \n",
- "9\t4.16667\tcountry development economic policy region develop sector regional include resource key system level economy support ensure address challenge management global \n",
- "10\t4.16667\tgovernment issue people leader decision medium state public statement concern call add question country bill political opposition law interest group \n",
- "11\t4.16667\tsupport country work people visit island assistance program continue provide australian include acknowledge official security sign cooperation important opportunity meet \n",
- "\n",
- "<1000> LL/token: -8.16063\n",
- "\n",
- "Total time: 1 minutes 40 seconds\n",
+ "<860> LL/token: -8.18194\n",
+ "<870> LL/token: -8.18331\n",
+ "<880> LL/token: -8.18336\n",
+ "<890> LL/token: -8.18376\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member province parliament national people statement election decision bill leader political executive add interest western opposition premier state \n",
+ "1\t4.16667\tcountry island region regional trade economic leader meeting agreement visit development include support meet cooperation official sign security issue state \n",
+ "2\t4.16667\twork student week education year school time start number visit month staff member study end offer team receive good hold \n",
+ "3\t4.16667\ttourism water island fishery food community area environment impact resource agriculture world management develop small people sustainable climate increase tuna \n",
+ "4\t4.16667\tcovid health service people worker public response border continue time include provide pandemic travel medical ship ensure day week situation \n",
+ "5\t4.16667\tpublic officer payment pay court report money case charge claim matter office receive order accuse yesterday police ministry document official \n",
+ "6\t4.16667\tbusiness company land local market log export industry product operation mining government operate add investor farmer investment landowner foreign benefit \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent financial cost revenue report finance total expect sector high tax rate investment continue \n",
+ "8\t4.16667\tpeople police medium law chinese deal force ramsi time concern leave solomon security australian call happen nation order year problem \n",
+ "9\t4.16667\tgovernment development policy ensure national sector system plan strategy key provide management economic reform priority address resource include information implementation \n",
+ "10\t4.16667\twoman people community work opportunity support training family child program youth business role event young leadership live social future skill \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work provide improve program funding road constituency economic area build include service assistance \n",
+ "\n",
+ "<900> LL/token: -8.18274\n",
+ "<910> LL/token: -8.1823\n",
+ "<920> LL/token: -8.18469\n",
+ "<930> LL/token: -8.18331\n",
+ "<940> LL/token: -8.18363\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial province parliament member national people decision election statement leader bill political add executive interest opposition western premier state \n",
+ "1\t4.16667\tcountry island region regional trade economic meeting leader agreement visit include official development cooperation support security meet state sign issue \n",
+ "2\t4.16667\twork student year week education school number time month start worker visit member staff end study team offer add receive \n",
+ "3\t4.16667\ttourism water island fishery food community area environment impact resource agriculture world people management sustainable develop high small increase climate \n",
+ "4\t4.16667\tcovid health service people public response provide border government continue include time ensure pandemic week medical ship travel day situation \n",
+ "5\t4.16667\tpublic officer payment court pay report money case charge claim matter office receive order accuse ministry yesterday process police document \n",
+ "6\t4.16667\tbusiness company land local market log export industry operation product government mining operate investment investor add farmer landowner foreign activity \n",
+ "7\t4.16667\tgovernment economy budget economic increase growth percent financial cost revenue finance expect total report sector high rate tax impact current \n",
+ "8\t4.16667\tpeople police medium chinese law force deal time concern ramsi solomon australian leave call happen nation order security thing honiara \n",
+ "9\t4.16667\tdevelopment government policy national ensure sector system plan key strategy economic management reform resource priority address provide information implementation improve \n",
+ "10\t4.16667\twoman people community work opportunity support training family child program youth business event young role leadership live important skill social \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural provide work improve program funding road constituency economic area assistance include build facility \n",
+ "\n",
+ "<950> LL/token: -8.18312\n",
+ "<960> LL/token: -8.1848\n",
+ "<970> LL/token: -8.18472\n",
+ "<980> LL/token: -8.18557\n",
+ "<990> LL/token: -8.18592\n",
+ "\n",
+ "0\t4.16667\tgovernment provincial member parliament province national people statement election decision bill leader political executive add interest western yesterday opposition minister \n",
+ "1\t4.16667\tcountry island region regional trade economic meeting leader visit agreement include official meet cooperation support sign security development issue state \n",
+ "2\t4.16667\twork student week education school year number worker time month start visit staff add study receive member offer team end \n",
+ "3\t4.16667\ttourism water fishery island food community impact environment area resource people agriculture management develop world sustainable small climate increase high \n",
+ "4\t4.16667\tcovid health service people response public provide border government time continue include pandemic medical ship day ensure week support operation \n",
+ "5\t4.16667\tpublic officer payment court pay report case money charge claim matter office receive police order accuse yesterday process ministry official \n",
+ "6\t4.16667\tbusiness company land local market log export industry product operation mining add operate investment government investor farmer benefit landowner activity \n",
+ "7\t4.16667\tgovernment economy budget increase economic growth percent financial cost report revenue total finance expect high sector rate tax continue level \n",
+ "8\t4.16667\tpeople police medium chinese law force deal concern ramsi time call solomon australian nation leave happen year security problem order \n",
+ "9\t4.16667\tgovernment development policy ensure national sector system economic strategy plan key management reform address resource information provide priority improve implementation \n",
+ "10\t4.16667\twoman people community opportunity work support training child family event youth business program young role leadership future live skill day \n",
+ "11\t4.16667\tproject support development government infrastructure fund rural work provide improve program funding road economic constituency area build include access facility \n",
+ "\n",
+ "<1000> LL/token: -8.18612\n",
+ "\n",
+ "Total time: 48 seconds\n",
"Mallet LDA: 13 topics, 4 topic bits, 1111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -10.04963\n",
- "<20> LL/token: -9.16886\n",
- "<30> LL/token: -8.64012\n",
- "<40> LL/token: -8.44568\n",
- "\n",
- "0\t3.84615\tcountry covid health people case province report government continue medical response risk include national vaccine ensure state community protect public \n",
- "1\t3.84615\tbusiness country government year economic increase sector tourism percent economy cost financial investment growth high industry service budget include expect \n",
- "2\t3.84615\tteam time good event play game start year today host place yesterday lead competition player final match week stage day \n",
- "3\t3.84615\tpeople woman work family youth young province issue guadalcanal speak leadership add year good change provincial member community worker violence \n",
- "4\t3.84615\tpolice officer work community support rsipf training continue force assistance provide security medium operation australian service conduct commissioner ramsi include \n",
- "5\t3.84615\tdevelopment support project provide improve program policy plan community fund develop system service rural management programme government national access include \n",
- "6\t3.84615\ttravel operation people report week disaster follow arrive service ship boat honiara passenger operate return affect authority time flight vessel \n",
- "7\t3.84615\tpolice court case charge man accuse allege incident public arrest year victim matter investigation vehicle prosecution report suspect appeal allegedly \n",
- "8\t3.84615\tstudent school year child education study staff teacher learn life church day week hospital parent visit patient medical form centre \n",
- "9\t3.84615\tmember election constituency office process receive yesterday week general day candidate parliament people vote confirm act report register year number \n",
- "10\t3.84615\tarea water project company land local market food road log site work community island people village construction build activity sell \n",
- "11\t3.84615\tgovernment provincial issue parliament decision public statement executive premier bill question payment pay opposition claim national land process propose current \n",
- "12\t3.84615\tcountry leader island meeting issue nation visit people region official state meet regional medium sign agreement cooperation hold share member \n",
- "\n",
- "<50> LL/token: -8.35982\n",
- "<60> LL/token: -8.31524\n",
- "<70> LL/token: -8.28577\n",
- "<80> LL/token: -8.26606\n",
- "<90> LL/token: -8.25356\n",
- "\n",
- "0\t3.84615\tcovid health country case people medical service province hospital risk report include response continue test vaccine emergency measure number public \n",
- "1\t3.84615\tbusiness year country increase economic government cost tourism financial economy percent investment service sector high growth budget industry benefit expect \n",
- "2\t3.84615\tteam time event good play game year start today place lead host competition final player yesterday match hold stage goal \n",
- "3\t3.84615\tpeople woman community work family young youth province leader good church speak live day guadalcanal life change leadership group add \n",
- "4\t3.84615\tpolice officer work medium rsipf support community continue training force operation conduct public assistance provide security commissioner australian include law \n",
- "5\t3.84615\tdevelopment project support government provide plan policy improve fund national work rural develop infrastructure program management include system implement ensure \n",
- "6\t3.84615\ttravel people report week arrive disaster return honiara ship boat time passenger follow leave transport home operate affect yesterday day \n",
- "7\t3.84615\tpolice court case man charge accuse year allege incident arrest victim public investigation matter vehicle prosecution suspect report allegedly yesterday \n",
- "8\t3.84615\tstudent year school child education staff study teacher learn week program training form visit parent skill work receive complete nurse \n",
- "9\t3.84615\tmember election parliament constituency process office general yesterday receive report week national candidate year vote day act follow register number \n",
- "10\t3.84615\tcompany land water area market local food road log site island community village landowner sell work people product environment supply \n",
- "11\t3.84615\tgovernment provincial issue decision public statement executive premier claim question bill parliament province payment national state concern opposition raise pay \n",
- "12\t3.84615\tcountry island leader visit meeting region official government issue state nation sign meet regional agreement cooperation include hold discuss delegation \n",
- "\n",
- "<100> LL/token: -8.24316\n",
- "<110> LL/token: -8.23459\n",
- "<120> LL/token: -8.22735\n",
- "<130> LL/token: -8.22322\n",
- "<140> LL/token: -8.21644\n",
- "\n",
- "0\t3.84615\tcovid health country case medical people service hospital province risk include report response emergency test vaccine continue public week measure \n",
- "1\t3.84615\tbusiness year country increase economic cost tourism economy financial percent service investment government high growth budget sector industry impact expect \n",
- "2\t3.84615\tteam time event good play year game start place today host lead competition final hold player match goal yesterday stage \n",
- "3\t3.84615\tpeople woman community family work young youth leader live life province church speak day good child guadalcanal change leadership group \n",
- "4\t3.84615\tpolice officer medium work rsipf continue public operation force community support information law conduct security commissioner provide ensure assistance order \n",
- "5\t3.84615\tdevelopment project support government provide policy plan improve work national fund infrastructure rural develop ensure program include implement management system \n",
- "6\t3.84615\tpeople travel report week disaster arrive return western honiara leave ship boat province home time yesterday follow passenger transport affect \n",
- "7\t3.84615\tpolice court case man charge accuse year allege incident arrest victim matter investigation vehicle public prosecution report suspect high allegedly \n",
- "8\t3.84615\tstudent school year training education child program staff work study learn teacher week skill train complete form start visit award \n",
- "9\t3.84615\tmember election parliament constituency process office yesterday general receive week year national candidate follow vote act day official report hold \n",
- "10\t3.84615\tcompany land water area market local food road log site island community village landowner sell product environment fishery export mining \n",
- "11\t3.84615\tgovernment provincial issue decision public statement executive claim question premier concern bill province state raise opposition payment add national pay \n",
- "12\t3.84615\tcountry island visit leader meeting region government regional official meet state sign issue agreement include nation cooperation hold discuss international \n",
- "\n",
- "<150> LL/token: -8.21235\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.87611\n",
+ "<20> LL/token: -9.09924\n",
+ "<30> LL/token: -8.64593\n",
+ "<40> LL/token: -8.46466\n",
+ "\n",
+ "0\t3.84615\tdevelopment country economic region trade develop policy regional strategy cooperation partnership island meeting opportunity partner global agreement issue include key \n",
+ "1\t3.84615\twoman work education student opportunity training child school family people youth business event community program young study job skill experience \n",
+ "2\t3.84615\tcovid health tourism government service week travel border pandemic time medical continue include people ship response international emergency worker day \n",
+ "3\t3.84615\tpeople business local time medium call honiara place good chinese thing happen leave day situation lot sell home run damage \n",
+ "4\t3.84615\teconomy increase sector economic growth percent market high agriculture product export cost revenue tax price rate grow impact farmer total \n",
+ "5\t3.84615\tproject government infrastructure development work road build include facility complete support construction provide service plan expect sign fund access transport \n",
+ "6\t3.84615\tpeople visit police island security leader government nation australian year lead continue force mission ramsi corruption assistance solomon peace good \n",
+ "7\t3.84615\tpay officer police payment court case money charge receive order matter yesterday accuse office high claim public vehicle month worker \n",
+ "8\t3.84615\tsupport government development community rural area fund improve provide program water constituency plan ensure economic assistance policy national activity people \n",
+ "9\t3.84615\tgovernment public report process ministry financial service finance information provide medium fund add require system management office work responsible explain \n",
+ "10\t3.84615\tresource fishery industry economic environment management benefit important ensure sustainable develop community include social activity provide challenge support work tuna \n",
+ "11\t3.84615\tgovernment provincial company land province business log issue operation mining executive premier legal western investor act law landowner guadalcanal add \n",
+ "12\t3.84615\tgovernment member parliament budget decision national political leader election minister bill interest statement policy opposition people state current add party \n",
+ "\n",
+ "<50> LL/token: -8.37785\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<160> LL/token: -8.20974\n",
- "<170> LL/token: -8.20713\n",
- "<180> LL/token: -8.20526\n",
- "<190> LL/token: -8.20268\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital risk province worker include emergency response test vaccine week report continue care \n",
- "1\t3.84615\tbusiness year country increase economic service cost tourism percent financial economy investment budget growth government high sector industry provide expect \n",
- "2\t3.84615\tteam time event good play year game start place host today lead competition player hold match stage final goal big \n",
- "3\t3.84615\tpeople woman community family work child youth young leader live life church day province guadalcanal speak change good leadership group \n",
- "4\t3.84615\tpolice officer medium work rsipf public continue operation force information community law security conduct provincial support commissioner ensure order ramsi \n",
- "5\t3.84615\tdevelopment project government support policy plan work provide improve national fund infrastructure rural develop ensure include implement program management system \n",
- "6\t3.84615\tpeople travel report week province western disaster home ship return boat leave arrive honiara affect follow time yesterday passenger transport \n",
- "7\t3.84615\tcourt police case man charge accuse year allege incident arrest victim matter investigation vehicle public prosecution suspect high allegedly yesterday \n",
- "8\t3.84615\tstudent school year training education program work child staff study learn teacher week skill train complete form attend start visit \n",
- "9\t3.84615\tmember election parliament constituency process office yesterday year general national receive week day candidate vote follow act hold official register \n",
- "10\t3.84615\tcompany land water area market food local road log site sell landowner island product environment community fishery export mining resource \n",
- "11\t3.84615\tgovernment provincial issue decision public statement question executive claim premier concern province state bill raise opposition payment add call national \n",
- "12\t3.84615\tcountry island visit leader meeting region regional official state meet government sign issue agreement nation include cooperation international discuss hold \n",
- "\n",
- "<200> LL/token: -8.19971\n",
- "<210> LL/token: -8.19784\n",
- "<220> LL/token: -8.19616\n",
- "<230> LL/token: -8.19389\n",
- "<240> LL/token: -8.19324\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people worker hospital risk response include emergency test vaccine province care continue week number \n",
- "1\t3.84615\tbusiness year country increase economic service cost tourism financial percent economy investment budget growth government high sector industry provide impact \n",
- "2\t3.84615\tteam time good event play year game start place host today lead competition player match goal final stage big day \n",
- "3\t3.84615\tpeople woman community family child work youth leader young live life church day guadalcanal province change speak good leadership group \n",
- "4\t3.84615\tpolice officer medium work public rsipf continue operation information force community law report conduct security ensure commissioner provincial order ramsi \n",
- "5\t3.84615\tdevelopment project government support work policy plan provide national improve fund infrastructure rural ensure develop include implement management program system \n",
- "6\t3.84615\tpeople travel province western week report disaster return leave ship honiara time boat home affect yesterday arrive transport follow passenger \n",
- "7\t3.84615\tcourt police case man charge accuse year allege incident arrest victim matter investigation vehicle public prosecution suspect high allegedly yesterday \n",
- "8\t3.84615\tstudent school year training education program work staff learn study child teacher week train skill australian complete form start receive \n",
- "9\t3.84615\tmember election parliament constituency process yesterday office national year general receive week candidate day follow vote act chief hold register \n",
- "10\t3.84615\tcompany land water area market food local road log site product sell landowner island export fishery environment community mining resource \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim concern premier state executive province bill raise opposition payment national add call \n",
- "12\t3.84615\tcountry island visit region meeting leader official government regional meet sign state agreement include issue nation cooperation international discuss hold \n",
- "\n",
- "<250> LL/token: -8.19168\n",
- "<260> LL/token: -8.18961\n",
- "<270> LL/token: -8.18884\n",
- "<280> LL/token: -8.18774\n",
- "<290> LL/token: -8.18726\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people worker hospital risk response province emergency include test vaccine continue week provide care \n",
- "1\t3.84615\tbusiness year country increase service economic cost tourism financial economy percent investment budget growth sector government high industry money impact \n",
- "2\t3.84615\tteam time event good play year game start place today host competition lead player match day goal stage big final \n",
- "3\t3.84615\tpeople woman community family child leader youth work young life live church day speak guadalcanal leadership good change province group \n",
- "4\t3.84615\tpolice officer medium public work rsipf information operation continue force report community law conduct security commissioner ensure order ramsi provincial \n",
- "5\t3.84615\tdevelopment project government support work policy plan provide national improve fund infrastructure rural ensure develop include implement management system priority \n",
- "6\t3.84615\tpeople travel province western week disaster leave return ship time boat affect home honiara report yesterday arrive passenger transport follow \n",
- "7\t3.84615\tcourt police case man charge accuse year allege incident arrest victim investigation matter vehicle public prosecution suspect high allegedly yesterday \n",
- "8\t3.84615\tstudent school year training program work education staff study week learn teacher train skill australian complete child form start attend \n",
- "9\t3.84615\tmember election parliament process constituency office national yesterday general year receive day candidate week act vote follow hold register chief \n",
- "10\t3.84615\tcompany land water area market food local road log site island product sell landowner community fishery environment export resource mining \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim state premier concern executive bill province raise add call opposition national pay \n",
- "12\t3.84615\tcountry island visit region meeting leader regional government official meet sign state include agreement issue nation cooperation international discuss hold \n",
- "\n",
- "<300> LL/token: -8.187\n",
- "<310> LL/token: -8.18722\n",
- "<320> LL/token: -8.18473\n",
- "<330> LL/token: -8.18507\n",
- "<340> LL/token: -8.18446\n",
- "\n",
- "0\t3.84615\tcovid health country case medical people service worker hospital risk include response test emergency vaccine province care week measure provide \n",
- "1\t3.84615\tbusiness year increase country service economic cost financial tourism percent economy budget investment growth high sector government industry money provide \n",
- "2\t3.84615\tteam time event good play year game start place host today lead competition player match goal big stage final group \n",
- "3\t3.84615\tpeople woman community family child youth young leader work life live day church speak guadalcanal change leadership group good province \n",
- "4\t3.84615\tpolice officer medium public rsipf work information report continue operation force community law conduct security commissioner order ensure member ramsi \n",
- "5\t3.84615\tdevelopment project government support work policy plan national provide improve fund infrastructure rural ensure include develop implement system priority sector \n",
- "6\t3.84615\tpeople travel province western week disaster leave time report return ship home yesterday affect boat honiara transport arrive passenger island \n",
- "7\t3.84615\tcourt police case man charge accuse year allege incident arrest victim investigation matter vehicle public prosecution suspect yesterday high allegedly \n",
- "8\t3.84615\tstudent school year training work program education staff study learn week teacher train complete australian skill form start knowledge provide \n",
- "9\t3.84615\tmember election parliament process constituency yesterday office national general year day follow candidate week receive act vote hold register chief \n",
- "10\t3.84615\tcompany land water area market food local road log site community sell landowner product island environment fishery export mining resource \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim concern state executive premier bill raise call province add opposition national pay \n",
- "12\t3.84615\tcountry island visit region meeting leader regional meet official sign government state issue include agreement international cooperation nation discuss support \n",
- "\n",
- "<350> LL/token: -8.18438\n"
+ "<60> LL/token: -8.32917\n",
+ "<70> LL/token: -8.2993\n",
+ "<80> LL/token: -8.27919\n",
+ "<90> LL/token: -8.26176\n",
+ "\n",
+ "0\t3.84615\tcountry region development economic trade meeting regional develop cooperation partnership meet agreement include opportunity global island issue leader partner discuss \n",
+ "1\t3.84615\twoman work opportunity student training education child business school community event youth family program people young job skill study support \n",
+ "2\t3.84615\tcovid health tourism service travel border week pandemic response time include continue international medical government ship number day emergency month \n",
+ "3\t3.84615\tpeople business time local water thing honiara call good happen family leave damage lot problem place village run find live \n",
+ "4\t3.84615\teconomy increase growth economic percent market sector high product revenue cost export agriculture investment expect total price rate grow farmer \n",
+ "5\t3.84615\tproject infrastructure work government road development provide build service include complete facility support plan construction fund access expect transport building \n",
+ "6\t3.84615\tpeople island police visit nation security year australian continue chinese force assistance solomon mission leader ramsi lead corruption good peace \n",
+ "7\t3.84615\tpay officer payment court police case money charge receive yesterday matter order claim office accuse public high vehicle person official \n",
+ "8\t3.84615\tgovernment support development policy economic rural national community improve sector program area constituency ensure priority people plan provide implement implementation \n",
+ "9\t3.84615\tpublic report government process finance financial fund ministry medium information service system management statement include provide office require explain review \n",
+ "10\t3.84615\tresource fishery community industry environment management sustainable island develop ensure impact provide include system important manage address activity create benefit \n",
+ "11\t3.84615\tgovernment provincial company business province land log issue operation mining executive western guadalcanal premier investor add operate landowner legal license \n",
+ "12\t3.84615\tgovernment member parliament decision leader national election political budget bill interest statement minister add group opposition state current pass yesterday \n",
+ "\n",
+ "<100> LL/token: -8.24984\n",
+ "<110> LL/token: -8.2405\n",
+ "<120> LL/token: -8.23126\n",
+ "<130> LL/token: -8.22424\n",
+ "<140> LL/token: -8.22051\n",
+ "\n",
+ "0\t3.84615\tcountry region economic development trade meeting regional island meet cooperation develop agreement partnership opportunity leader issue include visit global state \n",
+ "1\t3.84615\twoman work opportunity student training education child business school community program family event youth people young worker skill study job \n",
+ "2\t3.84615\tcovid health tourism service travel week border pandemic response include continue time medical international ship emergency support work day month \n",
+ "3\t3.84615\tpeople time business water local thing honiara leave live call village problem good happen lot place run start home damage \n",
+ "4\t3.84615\teconomy increase growth economic percent market sector high product cost revenue export agriculture total investment price rate expect industry farmer \n",
+ "5\t3.84615\tproject infrastructure work government support provide road fund service build include facility complete access construction development plan transport expect funding \n",
+ "6\t3.84615\tpeople police island nation security year australian continue chinese visit force assistance mission solomon ramsi good aid corruption lead peace \n",
+ "7\t3.84615\tpay payment officer court case police money charge receive order matter yesterday office public high claim accuse vehicle person month \n",
+ "8\t3.84615\tgovernment development support policy economic national rural sector improve program budget area priority ensure plan constituency reform strategy implement implementation \n",
+ "9\t3.84615\tpublic report process government finance financial fund medium ministry information service statement system provide include management review explain office require \n",
+ "10\t3.84615\tcommunity resource fishery management environment sustainable industry island develop impact system include ensure manage important local change address access provide \n",
+ "11\t3.84615\tgovernment provincial business company province land log operation issue mining western executive guadalcanal operate premier investor landowner add license foreign \n",
+ "12\t3.84615\tgovernment member parliament leader decision national political election bill interest statement minister group opposition add yesterday current power pass question \n",
+ "\n",
+ "<150> LL/token: -8.21775\n",
+ "<160> LL/token: -8.21433\n",
+ "<170> LL/token: -8.20878\n",
+ "<180> LL/token: -8.20718\n",
+ "<190> LL/token: -8.20633\n",
+ "\n",
+ "0\t3.84615\tcountry region economic trade meeting regional development visit island leader opportunity meet cooperation agreement include develop partnership issue official sign \n",
+ "1\t3.84615\twoman work opportunity student training education community child people school business program event youth family young support worker skill study \n",
+ "2\t3.84615\tcovid health tourism service travel response border continue week pandemic government include medical support time international ship day provide emergency \n",
+ "3\t3.84615\tpeople time business water local thing leave family call honiara happen problem village place live good affect run start home \n",
+ "4\t3.84615\teconomy increase growth economic percent market sector high product revenue cost export agriculture industry investment expect total price rate farmer \n",
+ "5\t3.84615\tproject infrastructure work government provide support service fund road build include complete facility access development construction transport funding expect improve \n",
+ "6\t3.84615\tpeople police island nation security year continue australian chinese force solomon mission ramsi assistance corruption aid lead peace good law \n",
+ "7\t3.84615\tpay payment officer court case money police charge matter order yesterday receive public office claim accuse high vehicle official month \n",
+ "8\t3.84615\tgovernment development support policy economic national rural sector budget program improve ensure priority plan area strategy constituency reform implementation implement \n",
+ "9\t3.84615\tpublic report process government finance financial fund medium ministry information service system statement management provide include require review follow explain \n",
+ "10\t3.84615\tcommunity resource fishery management island environment sustainable impact develop industry world system ensure access small include address important change manage \n",
+ "11\t3.84615\tgovernment provincial business company province land log operation issue mining western executive guadalcanal premier operate investor people landowner add local \n",
+ "12\t3.84615\tgovernment member parliament leader decision election political bill national interest statement group minister yesterday opposition state add question power current \n",
+ "\n",
+ "<200> LL/token: -8.20476\n",
+ "<210> LL/token: -8.20131\n",
+ "<220> LL/token: -8.19844\n",
+ "<230> LL/token: -8.19633\n",
+ "<240> LL/token: -8.19841\n",
+ "\n",
+ "0\t3.84615\tcountry region visit economic meeting trade regional development island meet include agreement leader cooperation partnership opportunity develop official issue sign \n",
+ "1\t3.84615\twoman work opportunity student training education child business community school program event family people youth support young worker job skill \n",
+ "2\t3.84615\tcovid health tourism service travel response border week pandemic continue time support government medical include international ship team emergency provide \n",
+ "3\t3.84615\tpeople time water business local thing honiara leave call village happen problem family good live home affect damage start lot \n",
+ "4\t3.84615\teconomy increase growth economic percent sector market high product revenue cost export industry investment agriculture expect rate price grow farmer \n",
+ "5\t3.84615\tproject infrastructure work government support provide fund service road build include complete facility access construction funding transport improve plan expect \n",
+ "6\t3.84615\tpeople police nation island security year continue australian chinese force mission solomon ramsi good corruption assistance lead aid peace law \n",
+ "7\t3.84615\tpay payment officer court case money police charge matter receive order office yesterday public claim high accuse vehicle official person \n",
+ "8\t3.84615\tgovernment development policy support economic national rural sector program budget improve ensure plan priority area reform strategy implementation constituency implement \n",
+ "9\t3.84615\tpublic report government process finance fund financial medium ministry information service system statement management include provide explain review require committee \n",
+ "10\t3.84615\tcommunity fishery resource sustainable management island environment impact develop system access world industry address manage ensure provide small include action \n",
+ "11\t3.84615\tgovernment provincial business company province land log operation issue western mining executive guadalcanal people premier operate investor local landowner add \n",
+ "12\t3.84615\tgovernment member parliament leader decision election political bill statement interest national group minister yesterday opposition state question power current pass \n",
+ "\n",
+ "<250> LL/token: -8.19801\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<360> LL/token: -8.18473\n",
- "<370> LL/token: -8.18422\n",
- "<380> LL/token: -8.18423\n",
- "<390> LL/token: -8.18385\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people worker hospital risk include response province emergency test vaccine continue care week provide \n",
- "1\t3.84615\tbusiness year increase country service economic cost percent financial tourism economy budget investment growth high sector government industry provide total \n",
- "2\t3.84615\tteam good time event play year game start today host place competition lead player match goal hold stage day final \n",
- "3\t3.84615\tpeople woman community family child youth young leader work life live day church speak leadership change guadalcanal peace group support \n",
- "4\t3.84615\tpolice officer medium public rsipf report information operation work continue force community law conduct security commissioner order ramsi member ensure \n",
- "5\t3.84615\tdevelopment project government support work policy national plan provide fund improve infrastructure rural ensure develop include implement management system priority \n",
- "6\t3.84615\tpeople province travel western week disaster home leave time return ship boat yesterday affect report passenger arrive area transport honiara \n",
- "7\t3.84615\tcourt police case man charge accuse year allege incident arrest victim investigation matter vehicle public prosecution high suspect yesterday face \n",
- "8\t3.84615\tstudent school year training work program education staff week study learn teacher train skill complete form start australian receive knowledge \n",
- "9\t3.84615\tmember election parliament process constituency yesterday office national general year week act candidate day receive vote follow hold register chief \n",
- "10\t3.84615\tcompany land water area market food local road log site island sell product landowner community export environment fishery resource mining \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim executive concern state premier bill raise call opposition province add national pay \n",
- "12\t3.84615\tcountry island visit region meeting leader regional meet official include government sign state issue agreement cooperation international nation discuss support \n",
- "\n",
- "<400> LL/token: -8.18336\n",
- "<410> LL/token: -8.1832\n",
- "<420> LL/token: -8.18309\n",
- "<430> LL/token: -8.18273\n",
- "<440> LL/token: -8.1821\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital risk include response emergency test vaccine province provide care measure continue week \n",
- "1\t3.84615\tbusiness year increase country service economic cost tourism financial percent economy budget investment growth sector high government provide industry worker \n",
- "2\t3.84615\tteam event time good play year game start host place today competition lead player match group hold big goal stage \n",
- "3\t3.84615\tpeople woman community family child young youth leader life work live church day speak leadership change peace guadalcanal support good \n",
- "4\t3.84615\tpolice officer medium public report rsipf information operation work continue force community law conduct security commissioner ramsi involve ensure member \n",
- "5\t3.84615\tdevelopment project government support work policy plan provide national fund improve infrastructure rural ensure develop implement include system management service \n",
- "6\t3.84615\tpeople province travel western disaster week leave time affect ship home return boat yesterday honiara island arrive passenger transport area \n",
- "7\t3.84615\tcourt case police man charge accuse year allege incident arrest victim investigation matter vehicle public prosecution suspect high yesterday face \n",
- "8\t3.84615\tstudent school year training work program education staff week study learn teacher train complete skill australian receive form start knowledge \n",
- "9\t3.84615\tmember election parliament process constituency yesterday national office year general act week candidate day vote follow receive hold chief register \n",
- "10\t3.84615\tcompany land water area market food local road log site product sell landowner island environment fishery resource export mining community \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim concern state executive premier bill raise call province opposition national add interest \n",
- "12\t3.84615\tcountry island visit region meeting leader regional meet official state sign include government issue agreement international cooperation support discuss nation \n",
- "\n",
- "<450> LL/token: -8.18145\n",
- "<460> LL/token: -8.18133\n",
- "<470> LL/token: -8.18197\n",
- "<480> LL/token: -8.18088\n",
- "<490> LL/token: -8.18077\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital risk response include emergency test vaccine province provide care measure week receive \n",
- "1\t3.84615\tbusiness year increase country service cost economic tourism percent financial economy budget investment growth high sector provide money worker industry \n",
- "2\t3.84615\tteam event time good play year game start place host today competition player match group goal big lead final day \n",
- "3\t3.84615\tpeople woman community family child leader youth young work life live church day speak change leadership peace support violence culture \n",
- "4\t3.84615\tpolice officer medium public rsipf report work information operation continue force community law conduct security commissioner ramsi ensure order involve \n",
- "5\t3.84615\tdevelopment project government support work policy plan national provide improve fund infrastructure rural ensure develop implement include system service management \n",
- "6\t3.84615\tpeople province travel western disaster week leave ship yesterday boat home return time affect report area honiara island passenger arrive \n",
- "7\t3.84615\tcourt case police man charge accuse year allege incident arrest victim investigation matter vehicle prosecution public suspect high face yesterday \n",
- "8\t3.84615\tstudent school year training work program education week staff study learn teacher train complete skill receive australian start provide form \n",
- "9\t3.84615\tmember election parliament process constituency yesterday national office general year act candidate follow week vote hold receive day chief register \n",
- "10\t3.84615\tcompany land water market area food local road log site sell landowner product export fishery environment resource community island mining \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim state concern premier executive call add raise opposition province bill national interest \n",
- "12\t3.84615\tcountry island visit region meeting leader regional meet sign official government include state issue agreement international cooperation support discuss assistance \n",
- "\n",
- "<500> LL/token: -8.18104\n",
- "<510> LL/token: -8.18183\n",
- "<520> LL/token: -8.182\n",
- "<530> LL/token: -8.1807\n",
- "<540> LL/token: -8.17941\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital risk response include emergency test vaccine province continue care provide measure community \n",
- "1\t3.84615\tbusiness year increase country service cost economic tourism percent financial economy budget investment growth sector high provide industry worker total \n",
- "2\t3.84615\tteam time event good play year game place host start today lead competition player group match hold goal big stage \n",
- "3\t3.84615\tpeople woman community family child youth young leader work life live day church speak change leadership peace support good violence \n",
- "4\t3.84615\tpolice officer medium public report rsipf information work operation force continue law community conduct security commissioner member ramsi order involve \n",
- "5\t3.84615\tdevelopment project government support work policy plan national provide fund improve infrastructure rural ensure develop include implement system management priority \n",
- "6\t3.84615\tpeople province travel western disaster week leave time return ship home affect boat report yesterday area arrive passenger island transport \n",
- "7\t3.84615\tcourt case police man charge accuse year allege incident arrest victim investigation matter vehicle public prosecution high suspect yesterday face \n",
- "8\t3.84615\tstudent school year training work program education staff week study learn teacher train complete receive skill start provide form australian \n",
- "9\t3.84615\tmember parliament election process constituency national yesterday general bill office act candidate week vote hold day year pass follow register \n",
- "10\t3.84615\tcompany land water market area food local road log site product sell landowner export fishery resource environment island community mining \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim state concern executive call premier province raise add opposition interest national leader \n",
- "12\t3.84615\tcountry island visit region meeting leader regional meet official sign include government state issue agreement international support cooperation discuss nation \n",
- "\n",
- "<550> LL/token: -8.18005\n"
+ "<260> LL/token: -8.19661\n",
+ "<270> LL/token: -8.19337\n",
+ "<280> LL/token: -8.19438\n",
+ "<290> LL/token: -8.19471\n",
+ "\n",
+ "0\t3.84615\tcountry region visit economic meeting trade island regional meet development agreement leader include cooperation official opportunity partnership issue state sign \n",
+ "1\t3.84615\twoman work opportunity student training education child program community business school event youth family people young support worker job skill \n",
+ "2\t3.84615\tcovid health tourism service response border travel pandemic continue medical week support ship international include time government team provide emergency \n",
+ "3\t3.84615\tpeople time water business local thing honiara leave village problem family good day live area start home call damage disaster \n",
+ "4\t3.84615\teconomy increase growth economic percent market sector high product industry revenue cost export investment agriculture price rate expect farmer total \n",
+ "5\t3.84615\tproject infrastructure work support government fund provide service road build include complete facility access funding construction improve transport plan expect \n",
+ "6\t3.84615\tpeople police nation island year security continue australian chinese force mission good ramsi solomon assistance corruption peace lead aid law \n",
+ "7\t3.84615\tpay payment officer court money case police charge receive order matter public yesterday office claim accuse high vehicle official month \n",
+ "8\t3.84615\tgovernment development policy support economic national rural sector program ensure improve priority plan strategy area reform constituency implementation implement key \n",
+ "9\t3.84615\tpublic report government process finance fund financial budget ministry medium information service include management system provide statement review require explain \n",
+ "10\t3.84615\tcommunity fishery resource sustainable management develop impact environment island system access include address action ensure world manage provide change small \n",
+ "11\t3.84615\tgovernment provincial business company province land log operation issue western people mining executive guadalcanal local operate premier investor landowner add \n",
+ "12\t3.84615\tgovernment member parliament decision leader election political statement bill national interest group minister yesterday opposition question call power medium add \n",
+ "\n",
+ "<300> LL/token: -8.19378\n",
+ "<310> LL/token: -8.19178\n",
+ "<320> LL/token: -8.19144\n",
+ "<330> LL/token: -8.19109\n",
+ "<340> LL/token: -8.18979\n",
+ "\n",
+ "0\t3.84615\tcountry region visit economic meeting trade regional meet island include leader agreement cooperation official development opportunity issue partnership sign state \n",
+ "1\t3.84615\twoman work opportunity student training education child community program school business event youth family young people support worker skill job \n",
+ "2\t3.84615\tcovid health tourism service travel response border pandemic continue week include medical time support ship ensure day government emergency team \n",
+ "3\t3.84615\tpeople water time business local leave thing village family honiara call live problem affect report start area good damage big \n",
+ "4\t3.84615\teconomy increase growth economic percent sector market industry high product revenue export cost investment agriculture business grow expect price rate \n",
+ "5\t3.84615\tproject infrastructure work support government provide fund service road build include complete facility access plan construction funding improve transport development \n",
+ "6\t3.84615\tpeople police nation island security year continue australian chinese force mission good solomon ramsi work peace assistance corruption lead law \n",
+ "7\t3.84615\tpay officer court case money payment police public charge receive order yesterday matter office claim accuse high vehicle official business \n",
+ "8\t3.84615\tgovernment development policy support economic national rural sector ensure program improve priority area reform strategy constituency plan partner continue implement \n",
+ "9\t3.84615\tgovernment public budget report fund finance process financial ministry service information provide include medium system management explain require review committee \n",
+ "10\t3.84615\tcommunity fishery resource sustainable management island impact develop environment system access address world include challenge action manage provide small climate \n",
+ "11\t3.84615\tgovernment provincial business company province land log operation issue people western mining executive guadalcanal premier local add investor operate landowner \n",
+ "12\t3.84615\tgovernment member parliament decision leader election political statement bill interest national group medium minister yesterday opposition question current power add \n",
+ "\n",
+ "<350> LL/token: -8.18974\n",
+ "<360> LL/token: -8.18948\n",
+ "<370> LL/token: -8.19043\n",
+ "<380> LL/token: -8.18971\n",
+ "<390> LL/token: -8.1899\n",
+ "\n",
+ "0\t3.84615\tcountry region visit meeting island economic trade regional meet leader official agreement include cooperation opportunity development issue sign state discuss \n",
+ "1\t3.84615\twoman work opportunity student education training child business community program event school youth family young people support worker skill study \n",
+ "2\t3.84615\tcovid health tourism service response travel border continue support week pandemic time medical ship include provide international emergency ensure day \n",
+ "3\t3.84615\tpeople water time local business honiara thing good village leave family area live call problem home day report damage happen \n",
+ "4\t3.84615\teconomy increase growth economic percent market sector industry high product export revenue investment cost agriculture grow business price rate farmer \n",
+ "5\t3.84615\tproject infrastructure work support government provide service fund road include build access facility complete construction improve plan transport development funding \n",
+ "6\t3.84615\tpeople police nation security island year continue australian chinese force good mission ramsi solomon government law corruption peace lead assistance \n",
+ "7\t3.84615\tpay officer court money case police payment public charge office order receive matter yesterday claim accuse high official vehicle month \n",
+ "8\t3.84615\tgovernment development policy support economic national rural sector program ensure improve priority strategy area plan constituency reform key implementation partner \n",
+ "9\t3.84615\tgovernment public report budget fund finance process financial ministry service information system provide include management explain medium require committee statement \n",
+ "10\t3.84615\tcommunity fishery resource sustainable management develop environment island impact address system action access include world ensure provide climate manage challenge \n",
+ "11\t3.84615\tgovernment provincial business province company land log operation people issue western mining guadalcanal executive premier operate investor add local landowner \n",
+ "12\t3.84615\tgovernment member parliament decision leader election political statement medium bill interest national group minister yesterday opposition question state power pass \n",
+ "\n",
+ "<400> LL/token: -8.18896\n",
+ "<410> LL/token: -8.1907\n",
+ "<420> LL/token: -8.19005\n",
+ "<430> LL/token: -8.19129\n",
+ "<440> LL/token: -8.19099\n",
+ "\n",
+ "0\t3.84615\tcountry region visit meeting economic island trade regional leader meet official include agreement opportunity cooperation development sign state issue discuss \n",
+ "1\t3.84615\twoman work opportunity student education training business program child community school event youth family young people support worker job skill \n",
+ "2\t3.84615\tcovid health tourism service response border support travel time week pandemic continue medical ship day ensure include international emergency work \n",
+ "3\t3.84615\tpeople water time local business thing honiara village family leave live good report start call home problem affect place area \n",
+ "4\t3.84615\teconomy increase growth economic percent market sector industry high product revenue export investment business agriculture cost grow expect price rate \n",
+ "5\t3.84615\tproject infrastructure work support government provide service fund road build include access facility complete funding construction improve development transport plan \n",
+ "6\t3.84615\tpeople police nation security island year continue australian chinese government force mission ramsi good solomon corruption law peace lead assistance \n",
+ "7\t3.84615\tpay officer court money case police public payment charge order office receive matter claim yesterday accuse high vehicle official business \n",
+ "8\t3.84615\tgovernment development policy support economic national sector rural program improve priority ensure strategy area reform plan constituency implementation partner achieve \n",
+ "9\t3.84615\tgovernment public budget report finance fund financial ministry process service information system provide management include explain statement committee total reveal \n",
+ "10\t3.84615\tcommunity fishery resource sustainable management develop impact environment island address system world ensure action access include level effort climate challenge \n",
+ "11\t3.84615\tgovernment provincial business company province land log operation issue people western mining guadalcanal executive premier operate add investor local landowner \n",
+ "12\t3.84615\tgovernment member parliament decision medium election leader political bill statement interest national group minister opposition yesterday question call power state \n",
+ "\n",
+ "<450> LL/token: -8.19178\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<560> LL/token: -8.17867\n",
- "<570> LL/token: -8.18047\n",
- "<580> LL/token: -8.1791\n",
- "<590> LL/token: -8.18049\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk include emergency test vaccine province receive care continue provide measure \n",
- "1\t3.84615\tbusiness year increase country service cost economic tourism percent economy financial budget investment growth sector high provide worker industry total \n",
- "2\t3.84615\tteam event time good play year game place start host today competition lead player match group goal hold big final \n",
- "3\t3.84615\tpeople woman community family child young youth leader work life live church day speak leadership change peace violence guadalcanal support \n",
- "4\t3.84615\tpolice officer medium public rsipf report work information operation force continue community law conduct security commissioner involve ramsi ensure member \n",
- "5\t3.84615\tdevelopment project government support work policy plan national fund provide improve infrastructure rural ensure develop implement system include service management \n",
- "6\t3.84615\tpeople province travel western week disaster leave home return time ship boat report island affect yesterday arrive honiara area passenger \n",
- "7\t3.84615\tcourt case man police charge accuse year allege incident arrest victim investigation matter vehicle public prosecution suspect high yesterday allegedly \n",
- "8\t3.84615\tstudent school year training work program education week staff study learn teacher train complete skill receive start form knowledge participant \n",
- "9\t3.84615\tmember parliament election process constituency national yesterday office bill general act candidate year vote hold day pass week chief register \n",
- "10\t3.84615\tcompany land water area market local food road log site product sell landowner export fishery environment community resource mining farmer \n",
- "11\t3.84615\tgovernment provincial issue decision statement public state concern claim question premier executive province call raise add opposition national pay interest \n",
- "12\t3.84615\tcountry island visit region meeting leader regional meet official sign state include government issue agreement support international cooperation discuss assistance \n",
- "\n",
- "<600> LL/token: -8.18057\n",
- "<610> LL/token: -8.18133\n",
- "<620> LL/token: -8.18163\n",
- "<630> LL/token: -8.1822\n",
- "<640> LL/token: -8.18141\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk include emergency test vaccine province provide care measure continue week \n",
- "1\t3.84615\tbusiness year increase country service cost economic percent tourism economy financial budget investment growth high sector government worker industry total \n",
- "2\t3.84615\tteam event time good play year game start place host competition today player lead group match goal hold final big \n",
- "3\t3.84615\tpeople woman community family child young leader youth work life live church day speak change leadership peace good violence group \n",
- "4\t3.84615\tpolice officer medium public rsipf report information operation work force continue law community conduct security commissioner ramsi member order involve \n",
- "5\t3.84615\tdevelopment project government support work policy plan national provide fund improve infrastructure rural ensure include implement develop system service sector \n",
- "6\t3.84615\tpeople province travel road western disaster week time leave ship area boat affect home return island yesterday honiara passenger transport \n",
- "7\t3.84615\tcourt case man police charge accuse year allege incident arrest victim investigation matter vehicle public prosecution suspect high yesterday face \n",
- "8\t3.84615\tstudent school year training work program education week staff study teacher learn train complete skill receive start form add participant \n",
- "9\t3.84615\tmember parliament election process constituency yesterday bill national general office act candidate hold vote day pass week year follow receive \n",
- "10\t3.84615\tcompany land water market area food local log site product sell landowner export island resource environment fishery mining community activity \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question concern claim state executive premier province call raise add opposition national leader interest \n",
- "12\t3.84615\tcountry island visit region meeting regional leader meet sign official include state issue support agreement government international cooperation discuss nation \n",
- "\n",
- "<650> LL/token: -8.18049\n",
- "<660> LL/token: -8.17995\n",
- "<670> LL/token: -8.17959\n",
- "<680> LL/token: -8.1807\n",
- "<690> LL/token: -8.18052\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk include emergency test vaccine week care province continue provide receive \n",
- "1\t3.84615\tbusiness year increase country service cost economic tourism percent budget economy financial investment growth high sector worker provide total government \n",
- "2\t3.84615\tteam event time good play year game start host place group competition today player match lead day goal big hold \n",
- "3\t3.84615\tpeople woman community family child leader youth young work life live church speak day change good leadership peace support violence \n",
- "4\t3.84615\tpolice officer medium public report rsipf information operation work force continue law community conduct security commissioner member ramsi order involve \n",
- "5\t3.84615\tdevelopment government project support work policy plan national provide fund improve infrastructure rural ensure include implement develop service priority sector \n",
- "6\t3.84615\tpeople province travel western road disaster area week ship time boat leave affect home return island yesterday transport honiara passenger \n",
- "7\t3.84615\tcourt case man charge police accuse year allege incident arrest victim investigation matter prosecution public vehicle suspect high yesterday allegedly \n",
- "8\t3.84615\tstudent school year training work program education staff week study teacher learn train complete skill receive add form australian opportunity \n",
- "9\t3.84615\tmember parliament election process constituency yesterday national bill general act office candidate vote follow week hold day pass register year \n",
- "10\t3.84615\tcompany land water market area food local log site product sell export landowner resource environment fishery island mining community activity \n",
- "11\t3.84615\tgovernment provincial issue decision statement public concern state question claim executive premier province call raise add opposition national leader interest \n",
- "12\t3.84615\tcountry island visit region meeting regional leader meet sign official support include state agreement issue international cooperation government discuss nation \n",
- "\n",
- "<700> LL/token: -8.18066\n",
- "<710> LL/token: -8.18083\n",
- "<720> LL/token: -8.17938\n",
- "<730> LL/token: -8.17911\n",
- "<740> LL/token: -8.18037\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk emergency test province include vaccine provide care week receive continue \n",
- "1\t3.84615\tbusiness year increase country service cost economic percent tourism financial budget economy investment growth sector high provide worker finance expect \n",
- "2\t3.84615\tteam event time good play year game host place start today competition lead group player match big hold goal open \n",
- "3\t3.84615\tpeople woman community family child leader youth young work life live church day speak change leadership peace good violence support \n",
- "4\t3.84615\tpolice officer medium public rsipf report information operation work force continue community law security conduct commissioner ramsi member order ensure \n",
- "5\t3.84615\tdevelopment government project support work policy national plan provide fund improve infrastructure rural ensure implement develop include service system priority \n",
- "6\t3.84615\tpeople province travel road western disaster week area home leave ship boat time honiara affect return yesterday transport passenger arrive \n",
- "7\t3.84615\tcourt case man police charge accuse year allege incident arrest victim investigation matter prosecution public yesterday suspect high vehicle allegedly \n",
- "8\t3.84615\tstudent school year training work program education week staff study learn teacher train complete receive skill start form provide opportunity \n",
- "9\t3.84615\tmember parliament election process constituency yesterday national bill act general candidate office vote follow week hold day register pass chief \n",
- "10\t3.84615\tcompany land water market area local food log site product sell landowner export environment fishery resource island community mining clean \n",
- "11\t3.84615\tgovernment provincial issue decision statement public state concern question claim province call premier executive raise add opposition interest national leader \n",
- "12\t3.84615\tcountry island visit region meeting leader regional meet official include sign support state issue agreement international cooperation government discuss assistance \n",
- "\n",
- "<750> LL/token: -8.18018\n"
+ "<460> LL/token: -8.1939\n",
+ "<470> LL/token: -8.19381\n",
+ "<480> LL/token: -8.19233\n",
+ "<490> LL/token: -8.19334\n",
+ "\n",
+ "0\t3.84615\tcountry visit region meeting trade regional meet economic island leader agreement official include cooperation opportunity issue sign discuss development discussion \n",
+ "1\t3.84615\twoman work opportunity student training education business program community child event youth school young family people support worker study skill \n",
+ "2\t3.84615\tcovid health tourism service response border travel week pandemic continue include support time medical ship international team ensure emergency operation \n",
+ "3\t3.84615\tpeople water time business local family thing village report leave good honiara home area problem call live damage day start \n",
+ "4\t3.84615\teconomy increase growth economic sector market percent industry high product export investment business agriculture revenue grow cost price rate farmer \n",
+ "5\t3.84615\tproject infrastructure work support government provide service fund road build include facility access complete construction improve development funding plan transport \n",
+ "6\t3.84615\tpeople police nation year security island continue australian chinese force mission good ramsi government solomon law peace corruption assistance lead \n",
+ "7\t3.84615\tpay officer court money case police charge public payment order office receive matter yesterday claim accuse high vehicle official business \n",
+ "8\t3.84615\tdevelopment government policy support economic national rural sector ensure priority program improve strategy area plan reform constituency partner implement people \n",
+ "9\t3.84615\tgovernment public budget report fund finance financial process ministry service information provide system include total management explain statement committee review \n",
+ "10\t3.84615\tcommunity fishery management resource develop sustainable impact island address environment action world system access global include ensure level challenge climate \n",
+ "11\t3.84615\tgovernment provincial business province company land log people issue operation western mining guadalcanal executive premier operate local investor landowner add \n",
+ "12\t3.84615\tgovernment member parliament medium decision election political statement leader bill interest national group yesterday opposition minister question add state call \n",
+ "\n",
+ "<500> LL/token: -8.19438\n",
+ "<510> LL/token: -8.19299\n",
+ "<520> LL/token: -8.19404\n",
+ "<530> LL/token: -8.19444\n",
+ "<540> LL/token: -8.1953\n",
+ "\n",
+ "0\t3.84615\tcountry visit region meeting trade economic meet regional official leader include island agreement cooperation opportunity issue state sign development partnership \n",
+ "1\t3.84615\twoman work opportunity student training education business community program child event school youth support family young people worker skill job \n",
+ "2\t3.84615\tcovid health tourism service response border travel continue pandemic time support week medical ship include provide emergency operation ensure day \n",
+ "3\t3.84615\tpeople water time local thing family business village leave live honiara call report home community place area problem find day \n",
+ "4\t3.84615\teconomy increase growth economic sector percent market industry high business product export investment agriculture cost grow price rate expect farmer \n",
+ "5\t3.84615\tproject infrastructure work support service government provide fund road build include access complete facility construction improve transport funding development deliver \n",
+ "6\t3.84615\tpeople police nation security island year continue australian chinese force good mission government solomon ramsi corruption law peace work leader \n",
+ "7\t3.84615\tpay officer court money public case police charge payment order receive office matter yesterday claim accuse business high official month \n",
+ "8\t3.84615\tdevelopment government policy support economic national rural sector ensure program improve priority area strategy plan reform constituency partner key implementation \n",
+ "9\t3.84615\tgovernment public budget report fund finance financial ministry process service information provide system include management total explain require committee survey \n",
+ "10\t3.84615\tcommunity fishery management resource develop island sustainable impact environment system address action world global access level challenge include ensure provide \n",
+ "11\t3.84615\tgovernment provincial company province business land people log operation issue western mining guadalcanal add executive premier investor operate landowner local \n",
+ "12\t3.84615\tgovernment member parliament medium decision statement election bill political leader interest minister group yesterday opposition national question power pass call \n",
+ "\n",
+ "<550> LL/token: -8.19414\n",
+ "<560> LL/token: -8.19286\n",
+ "<570> LL/token: -8.19315\n",
+ "<580> LL/token: -8.19332\n",
+ "<590> LL/token: -8.19408\n",
+ "\n",
+ "0\t3.84615\tcountry visit region meeting trade regional island meet official economic leader include agreement cooperation opportunity issue sign state hold development \n",
+ "1\t3.84615\twoman work opportunity student training education business community program child event youth school people young family support worker skill study \n",
+ "2\t3.84615\tcovid health tourism service response continue border travel support pandemic week include medical time ship international government team provide ensure \n",
+ "3\t3.84615\tpeople water time local family business thing leave village report problem good live honiara home area affect lot start damage \n",
+ "4\t3.84615\teconomy increase economic growth market percent industry sector high product business export investment agriculture grow expect price rate farmer cost \n",
+ "5\t3.84615\tproject infrastructure work support government service provide fund road include build access complete facility construction improve development transport plan funding \n",
+ "6\t3.84615\tpeople police nation security year island continue australian chinese force good mission government solomon ramsi lead leader corruption law peace \n",
+ "7\t3.84615\tpay officer court money case police public charge payment order matter office receive yesterday claim accuse high official business month \n",
+ "8\t3.84615\tdevelopment government policy support economic national rural sector ensure priority strategy program improve area reform plan constituency partner implementation achieve \n",
+ "9\t3.84615\tgovernment public budget report fund finance financial process ministry service information provide system include management total require survey committee explain \n",
+ "10\t3.84615\tfishery community management resource develop island sustainable impact environment system address action world global include access level challenge ensure effort \n",
+ "11\t3.84615\tgovernment provincial province company business land log operation issue people western mining guadalcanal executive premier operate investor local add landowner \n",
+ "12\t3.84615\tgovernment member parliament medium decision election statement political bill leader interest national group yesterday minister opposition question call power state \n",
+ "\n",
+ "<600> LL/token: -8.19455\n",
+ "<610> LL/token: -8.196\n",
+ "<620> LL/token: -8.19328\n",
+ "<630> LL/token: -8.19436\n",
+ "<640> LL/token: -8.19581\n",
+ "\n",
+ "0\t3.84615\tcountry visit region meeting trade official meet regional economic island agreement leader include cooperation opportunity issue sign state discuss hold \n",
+ "1\t3.84615\twoman work opportunity student education training business program child community event school youth family young people support worker skill study \n",
+ "2\t3.84615\tcovid health tourism service response pandemic border travel week continue support include medical ship time provide ensure emergency team international \n",
+ "3\t3.84615\tpeople water time local family leave village thing area business live honiara home problem report day good call year damage \n",
+ "4\t3.84615\teconomy increase economic market percent growth sector industry high business product export investment agriculture grow cost expect rate price farmer \n",
+ "5\t3.84615\tproject infrastructure work support government provide service fund road include build access complete facility development community improve construction transport funding \n",
+ "6\t3.84615\tpeople police nation security island year continue chinese australian force government good mission solomon ramsi law corruption peace leader lead \n",
+ "7\t3.84615\tpay officer court public case money police charge payment office order matter receive yesterday accuse business high claim official law \n",
+ "8\t3.84615\tdevelopment government policy economic support national sector rural ensure priority improve strategy reform program plan partner area constituency implementation key \n",
+ "9\t3.84615\tgovernment public report budget fund financial finance ministry process service information system management total include provide reveal survey committee payment \n",
+ "10\t3.84615\tfishery community develop management resource island impact sustainable environment global world system action address include challenge access level climate effort \n",
+ "11\t3.84615\tgovernment provincial province company business land log operation people issue western mining guadalcanal executive premier investor local operate landowner add \n",
+ "12\t3.84615\tgovernment member parliament medium decision statement election leader bill political interest group opposition minister question yesterday national call state power \n",
+ "\n",
+ "<650> LL/token: -8.19742\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<760> LL/token: -8.18017\n",
- "<770> LL/token: -8.1798\n",
- "<780> LL/token: -8.17909\n",
- "<790> LL/token: -8.18129\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital risk response include emergency test vaccine province week care provide continue receive \n",
- "1\t3.84615\tbusiness year increase country service cost economic percent tourism financial economy budget investment growth sector high provide worker total industry \n",
- "2\t3.84615\tteam event time good play year game start host place today competition group day lead player match hold goal final \n",
- "3\t3.84615\tpeople woman community family child leader youth young work life live church day change speak leadership peace good violence guadalcanal \n",
- "4\t3.84615\tpolice officer medium public rsipf report information work operation force continue community law conduct security commissioner ramsi involve member ensure \n",
- "5\t3.84615\tgovernment development project support work policy plan national provide fund improve infrastructure rural ensure implement develop service include system priority \n",
- "6\t3.84615\tpeople province travel road western disaster area time week ship leave return home boat affect yesterday transport honiara passenger arrive \n",
- "7\t3.84615\tcourt case man charge police accuse year allege incident arrest victim matter investigation public prosecution yesterday high suspect face allegedly \n",
- "8\t3.84615\tstudent school year training work program education staff week study learn teacher train receive skill complete australian provide add start \n",
- "9\t3.84615\tmember parliament election process constituency national yesterday bill act general candidate vote office hold week day register pass chief follow \n",
- "10\t3.84615\tcompany land water market area local food log site product export sell landowner resource island environment fishery mining farmer clean \n",
- "11\t3.84615\tgovernment provincial issue decision statement public concern question state claim province call executive premier raise opposition add interest leader national \n",
- "12\t3.84615\tcountry island visit region meeting regional leader meet official sign include support state agreement issue international cooperation discuss assistance security \n",
- "\n",
- "<800> LL/token: -8.18124\n",
- "<810> LL/token: -8.18045\n",
- "<820> LL/token: -8.18137\n",
- "<830> LL/token: -8.1819\n",
- "<840> LL/token: -8.18219\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk include emergency test vaccine province continue provide week care receive \n",
- "1\t3.84615\tbusiness year increase country service cost economic budget tourism financial percent economy investment growth sector high worker expect money provide \n",
- "2\t3.84615\tteam event time good play year game start host place today competition player group match hold lead goal final island \n",
- "3\t3.84615\tpeople woman community family child leader youth young work life live church day speak change leadership good peace violence support \n",
- "4\t3.84615\tpolice officer medium public rsipf report work operation information force continue community law security commissioner member conduct ramsi order involve \n",
- "5\t3.84615\tdevelopment government project support work policy national plan provide fund improve infrastructure rural ensure implement include develop service priority system \n",
- "6\t3.84615\tpeople province travel road western disaster area week ship leave boat home return time affect transport yesterday passenger honiara island \n",
- "7\t3.84615\tcourt case man charge police accuse year allege incident arrest victim matter investigation prosecution public yesterday high suspect face allegedly \n",
- "8\t3.84615\tstudent school year training work program education week staff study learn teacher train receive complete skill form australian start provide \n",
- "9\t3.84615\tmember parliament election process constituency national yesterday bill general act candidate vote hold follow day week register chief pass office \n",
- "10\t3.84615\tcompany land water market area local food log site product export sell landowner fishery resource environment island mining farmer clean \n",
- "11\t3.84615\tgovernment provincial issue decision statement public question claim province concern executive state premier call raise add opposition leader national interest \n",
- "12\t3.84615\tcountry island visit region meeting regional meet leader official include sign support state agreement international issue cooperation discuss assistance government \n",
- "\n",
- "<850> LL/token: -8.18398\n",
- "<860> LL/token: -8.18207\n",
- "<870> LL/token: -8.18157\n",
- "<880> LL/token: -8.18212\n",
- "<890> LL/token: -8.182\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk include province emergency test vaccine care provide week receive measure \n",
- "1\t3.84615\tbusiness year increase country service cost percent budget tourism economic financial economy investment growth high sector worker provide total money \n",
- "2\t3.84615\tteam event time good play year game host start place today group competition player match day lead goal hold final \n",
- "3\t3.84615\tpeople woman community family child leader young youth work life live church day speak change good leadership peace violence guadalcanal \n",
- "4\t3.84615\tpolice officer medium public report rsipf work operation information force continue law community commissioner security member ramsi conduct ensure order \n",
- "5\t3.84615\tdevelopment government project support work policy plan national fund provide improve infrastructure rural ensure implement include develop service sector system \n",
- "6\t3.84615\tpeople province travel road western disaster area week time home ship boat leave honiara return transport affect yesterday passenger arrive \n",
- "7\t3.84615\tcourt case man charge police accuse year allege incident arrest victim matter prosecution public investigation high yesterday suspect face allegedly \n",
- "8\t3.84615\tstudent school year training work program education week staff study learn teacher train complete skill receive provide form start add \n",
- "9\t3.84615\tmember parliament election process constituency yesterday bill national general act candidate vote follow week office hold pass register day chief \n",
- "10\t3.84615\tcompany land water market area food local log site product island sell export landowner fishery resource environment mining community farmer \n",
- "11\t3.84615\tgovernment provincial issue decision statement public province question concern claim state call premier executive raise add opposition national leader interest \n",
- "12\t3.84615\tcountry island visit region meeting regional leader meet official sign include support state agreement international issue cooperation government discuss security \n",
- "\n",
- "<900> LL/token: -8.18315\n",
- "<910> LL/token: -8.18328\n",
- "<920> LL/token: -8.18313\n",
- "<930> LL/token: -8.18304\n",
- "<940> LL/token: -8.18245\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk include emergency test vaccine province continue provide week receive care \n",
- "1\t3.84615\tbusiness year increase country service cost budget tourism percent economy economic financial investment growth high sector total pay money worker \n",
- "2\t3.84615\tteam event time good play year game host place start today competition hold lead group player match open goal big \n",
- "3\t3.84615\tpeople woman community family child leader youth young work life live day church speak change leadership peace good violence support \n",
- "4\t3.84615\tpolice officer medium public report rsipf information operation work force continue law community security commissioner ramsi involve member order conduct \n",
- "5\t3.84615\tdevelopment government project support work policy plan national provide fund improve infrastructure rural ensure implement include develop service sector system \n",
- "6\t3.84615\tpeople province travel road western disaster area week leave ship time boat home affect vehicle return transport passenger honiara yesterday \n",
- "7\t3.84615\tcourt case man charge accuse police year allege incident arrest victim matter prosecution public investigation high yesterday suspect face allegedly \n",
- "8\t3.84615\tstudent school year training work program education week staff study learn teacher train complete receive skill start provide form participant \n",
- "9\t3.84615\tmember parliament election process constituency yesterday bill national general act candidate vote office hold follow week day register pass year \n",
- "10\t3.84615\tcompany land water market area food local log site product export sell landowner resource fishery environment island mining farmer clean \n",
- "11\t3.84615\tgovernment provincial issue decision statement public province question claim state concern call executive premier raise add opposition national leader interest \n",
- "12\t3.84615\tcountry island visit region meeting regional leader meet include sign official support state agreement issue international cooperation discuss assistance nation \n",
- "\n"
+ "<660> LL/token: -8.1957\n",
+ "<670> LL/token: -8.19523\n",
+ "<680> LL/token: -8.19491\n",
+ "<690> LL/token: -8.19568\n",
+ "\n",
+ "0\t3.84615\tcountry visit region meeting economic official trade regional meet include leader island agreement opportunity cooperation state sign issue development hold \n",
+ "1\t3.84615\twoman work opportunity student training education business community program child event school youth support young family people worker skill study \n",
+ "2\t3.84615\tcovid health tourism service response travel support border continue pandemic time medical week include ensure provide international day ship emergency \n",
+ "3\t3.84615\tpeople water time local family live honiara village leave thing report area business home community place affect day problem good \n",
+ "4\t3.84615\teconomy increase economic market industry percent growth sector business high product export investment agriculture grow price rate expect farmer cost \n",
+ "5\t3.84615\tproject infrastructure support work provide government service fund road build include improve access complete facility development construction transport funding plan \n",
+ "6\t3.84615\tpeople police nation security year island continue chinese australian good mission force solomon ramsi corruption leader peace law government lead \n",
+ "7\t3.84615\tpay officer court public money case police charge order office payment yesterday matter receive business accuse claim high official law \n",
+ "8\t3.84615\tdevelopment government policy economic national support sector rural ensure priority improve strategy reform area program constituency implementation plan achieve partner \n",
+ "9\t3.84615\tgovernment budget public report fund financial finance ministry process service total information system management include payment provide survey explain reveal \n",
+ "10\t3.84615\tfishery management resource develop community sustainable impact island address environment global world action system access include level challenge manage climate \n",
+ "11\t3.84615\tgovernment provincial province company business land log operation issue people western mining guadalcanal premier executive investor operate process landowner add \n",
+ "12\t3.84615\tgovernment member parliament medium decision election statement bill political leader interest question opposition yesterday minister group state add power call \n",
+ "\n",
+ "<700> LL/token: -8.19691\n",
+ "<710> LL/token: -8.1966\n",
+ "<720> LL/token: -8.19424\n",
+ "<730> LL/token: -8.19626\n",
+ "<740> LL/token: -8.1964\n",
+ "\n",
+ "0\t3.84615\tcountry visit meeting region meet official island trade economic leader include agreement cooperation regional opportunity sign state hold issue development \n",
+ "1\t3.84615\twoman work opportunity business education student training community program child event youth school young family support worker skill experience study \n",
+ "2\t3.84615\tcovid health tourism service response continue border travel support pandemic time week include medical provide ensure team day emergency ship \n",
+ "3\t3.84615\tpeople water time family local village leave live thing home honiara problem report area day start place house damage affect \n",
+ "4\t3.84615\teconomy increase economic industry market growth percent sector high product business export investment agriculture grow expect cost price rate farmer \n",
+ "5\t3.84615\tproject infrastructure support work government provide service fund road build complete facility include access development community improve construction funding plan \n",
+ "6\t3.84615\tpeople police nation year security island continue chinese australian good mission force ramsi leader solomon work government peace law lead \n",
+ "7\t3.84615\tofficer pay public court money case police charge order business receive matter office yesterday payment accuse high official claim law \n",
+ "8\t3.84615\tdevelopment government policy economic support national sector rural ensure priority improve strategy reform program people area plan constituency key achieve \n",
+ "9\t3.84615\tgovernment budget report public fund financial finance process ministry service system information include total payment provide management survey reveal spend \n",
+ "10\t3.84615\tfishery develop management community island resource sustainable impact environment address world global action include system country access challenge level climate \n",
+ "11\t3.84615\tgovernment provincial province company business land log operation issue people western mining guadalcanal executive local premier investor add landowner operate \n",
+ "12\t3.84615\tgovernment member parliament medium decision statement election political bill leader interest question yesterday opposition national minister group call power state \n",
+ "\n",
+ "<750> LL/token: -8.19728\n",
+ "<760> LL/token: -8.19688\n",
+ "<770> LL/token: -8.1966\n",
+ "<780> LL/token: -8.19595\n",
+ "<790> LL/token: -8.19625\n",
+ "\n",
+ "0\t3.84615\tcountry visit meeting official region meet trade island economic leader include agreement cooperation regional sign opportunity issue state hold discuss \n",
+ "1\t3.84615\twoman work business opportunity student training education community program event child youth school support young family worker people skill role \n",
+ "2\t3.84615\tcovid health tourism service response border pandemic support travel continue week include time medical ensure team provide emergency operation day \n",
+ "3\t3.84615\tpeople water time family local village leave thing live good start home honiara problem call area house damage year place \n",
+ "4\t3.84615\teconomy increase industry economic market percent growth sector high product export investment business agriculture grow cost expect price rate farmer \n",
+ "5\t3.84615\tproject infrastructure support work government provide service fund road build include complete facility access community improve construction development plan funding \n",
+ "6\t3.84615\tpeople police nation security year island continue australian chinese government good force mission ramsi solomon leader corruption work peace lead \n",
+ "7\t3.84615\tofficer pay court public police case charge money business office order matter receive yesterday payment accuse high claim official law \n",
+ "8\t3.84615\tdevelopment government policy economic support national sector rural ensure improve priority strategy reform program key area plan partner constituency achieve \n",
+ "9\t3.84615\tgovernment budget public report fund financial finance ministry process service provide system total information management include payment survey reveal require \n",
+ "10\t3.84615\tfishery island develop management resource community sustainable impact environment address world global action country system access level region include challenge \n",
+ "11\t3.84615\tgovernment provincial company province business land log operation issue people western mining guadalcanal premier executive local operate investor landowner add \n",
+ "12\t3.84615\tgovernment member parliament medium decision statement election bill political interest leader question opposition minister group yesterday call power add state \n",
+ "\n",
+ "<800> LL/token: -8.19811\n",
+ "<810> LL/token: -8.19793\n",
+ "<820> LL/token: -8.19837\n",
+ "<830> LL/token: -8.19828\n",
+ "<840> LL/token: -8.19766\n",
+ "\n",
+ "0\t3.84615\tcountry visit meeting region official meet trade island leader include economic agreement cooperation regional sign state hold issue discuss member \n",
+ "1\t3.84615\twoman work business education student opportunity training community program child event youth school family young support worker skill role people \n",
+ "2\t3.84615\tcovid health tourism service response support week continue border pandemic travel time medical ensure include provide team emergency work international \n",
+ "3\t3.84615\tpeople water time local family thing village leave good problem area home start honiara live day call year damage affect \n",
+ "4\t3.84615\teconomy increase economic industry market percent growth sector business high investment product export agriculture grow cost expect price rate local \n",
+ "5\t3.84615\tproject support infrastructure work provide service government road fund build development include complete access community facility improve construction funding transport \n",
+ "6\t3.84615\tpeople police nation security island year continue government chinese australian good force ramsi solomon leader law mission corruption peace lead \n",
+ "7\t3.84615\tofficer pay court public case police money charge office order yesterday business matter payment receive accuse high claim official law \n",
+ "8\t3.84615\tdevelopment government policy economic national support sector rural ensure priority improve reform strategy plan program key area achieve partner constituency \n",
+ "9\t3.84615\tgovernment budget public report fund financial finance ministry process service information system total include management provide payment survey explain spend \n",
+ "10\t3.84615\tfishery resource develop management community impact island sustainable global environment world action address system country access challenge provide include level \n",
+ "11\t3.84615\tgovernment provincial company province business land log operation people western issue mining guadalcanal executive premier add investor operate landowner local \n",
+ "12\t3.84615\tgovernment member parliament medium decision statement election bill political interest leader question minister opposition group yesterday national power call state \n",
+ "\n",
+ "<850> LL/token: -8.1987\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<950> LL/token: -8.18214\n",
- "<960> LL/token: -8.1816\n",
- "<970> LL/token: -8.18066\n",
- "<980> LL/token: -8.18132\n",
- "<990> LL/token: -8.18298\n",
- "\n",
- "0\t3.84615\tcovid health country case medical service people hospital response risk include emergency province test vaccine provide care week receive measure \n",
- "1\t3.84615\tbusiness year increase country service cost budget economic percent tourism financial economy investment growth high sector pay worker money total \n",
- "2\t3.84615\tteam event good time play year game start host place today lead competition group hold open player match goal day \n",
- "3\t3.84615\tpeople woman community family child leader youth young work life live church speak day change leadership good peace violence support \n",
- "4\t3.84615\tpolice officer medium public report rsipf operation work information force continue community law security commissioner member ramsi involve conduct add \n",
- "5\t3.84615\tdevelopment government project support work policy plan provide national fund improve infrastructure rural ensure service implement include system develop sector \n",
- "6\t3.84615\tpeople province travel road western disaster week area vehicle ship time boat leave home transport honiara return affect passenger yesterday \n",
- "7\t3.84615\tcourt case man charge year accuse police allege incident arrest victim matter prosecution public high investigation suspect yesterday face allegedly \n",
- "8\t3.84615\tstudent school year training work program education week staff study learn teacher train receive complete skill participant form opportunity start \n",
- "9\t3.84615\tmember parliament election process constituency national yesterday bill general act candidate office hold vote follow week day pass register chief \n",
- "10\t3.84615\tcompany land water market area food local log site product export sell landowner resource island fishery environment mining farmer clean \n",
- "11\t3.84615\tgovernment provincial issue decision statement province public question claim state concern call executive premier raise add opposition national leader interest \n",
- "12\t3.84615\tcountry island visit region meeting regional leader meet include official sign support state agreement international issue cooperation assistance discuss government \n",
- "\n",
- "<1000> LL/token: -8.18239\n",
- "\n",
- "Total time: 2 minutes 1 seconds\n",
+ "<860> LL/token: -8.1975\n",
+ "<870> LL/token: -8.19809\n",
+ "<880> LL/token: -8.19984\n",
+ "<890> LL/token: -8.19905\n",
+ "\n",
+ "0\t3.84615\tcountry visit meeting meet official region island leader trade agreement include economic cooperation regional sign issue opportunity hold development member \n",
+ "1\t3.84615\twoman work business opportunity student training education program community child event youth school young support family worker skill study learn \n",
+ "2\t3.84615\tcovid health tourism service response continue support border pandemic travel week provide include medical time ensure day team emergency international \n",
+ "3\t3.84615\tpeople water time family leave village home local honiara good live thing year problem day damage area call start affect \n",
+ "4\t3.84615\teconomy increase economic industry market percent growth sector business product high export investment agriculture grow price rate cost local farmer \n",
+ "5\t3.84615\tproject support infrastructure work provide service government fund road build community access include improve development complete facility construction funding assistance \n",
+ "6\t3.84615\tpeople police nation security year island continue government chinese australian good force solomon leader ramsi corruption mission peace lead law \n",
+ "7\t3.84615\tofficer pay court public case police business money charge order office matter yesterday receive accuse payment law claim high official \n",
+ "8\t3.84615\tdevelopment government policy economic support national sector rural ensure priority improve strategy reform plan key implement constituency implementation achieve area \n",
+ "9\t3.84615\tgovernment budget public report financial fund finance ministry process service information total system payment management provide include survey cost reveal \n",
+ "10\t3.84615\tfishery develop management resource island sustainable community global world impact environment address country action system include challenge region level access \n",
+ "11\t3.84615\tgovernment provincial province company business land people log operation issue western mining guadalcanal executive premier local investor landowner operate add \n",
+ "12\t3.84615\tgovernment member parliament medium decision election statement bill political interest leader question opposition yesterday power minister group national call state \n",
+ "\n",
+ "<900> LL/token: -8.19682\n",
+ "<910> LL/token: -8.19607\n",
+ "<920> LL/token: -8.19672\n",
+ "<930> LL/token: -8.19808\n",
+ "<940> LL/token: -8.19918\n",
+ "\n",
+ "0\t3.84615\tcountry visit meeting official region leader meet include trade island agreement economic cooperation sign regional issue opportunity discuss member hold \n",
+ "1\t3.84615\twoman work business student opportunity training education program community event child youth school support young family worker skill people experience \n",
+ "2\t3.84615\tcovid health tourism service response support pandemic border continue travel week medical time include ensure provide international emergency operation work \n",
+ "3\t3.84615\tpeople water time family live local village leave home call honiara start thing problem year community day area good damage \n",
+ "4\t3.84615\teconomy increase economic industry market percent growth sector business high product export investment agriculture grow local cost rate price farmer \n",
+ "5\t3.84615\tproject infrastructure support work provide government service road fund build include community access development improve complete facility construction transport funding \n",
+ "6\t3.84615\tpeople police nation year security island continue australian chinese good government force ramsi solomon mission lead corruption leader peace work \n",
+ "7\t3.84615\tpay officer court public case police money charge business order matter yesterday payment office accuse high receive claim law official \n",
+ "8\t3.84615\tdevelopment government policy economic support national sector rural ensure priority improve reform strategy plan key constituency program area achieve partner \n",
+ "9\t3.84615\tgovernment budget public report fund financial finance ministry service process information system total management include provide payment cost survey reveal \n",
+ "10\t3.84615\tdevelop fishery management resource island sustainable impact global community world environment address country system action level challenge access region include \n",
+ "11\t3.84615\tgovernment provincial province company land business people log operation issue mining western guadalcanal premier executive add investor local operate landowner \n",
+ "12\t3.84615\tgovernment member parliament decision medium statement election bill political interest leader question opposition power minister group state yesterday add call \n",
+ "\n",
+ "<950> LL/token: -8.20173\n",
+ "<960> LL/token: -8.20126\n",
+ "<970> LL/token: -8.20005\n",
+ "<980> LL/token: -8.19865\n",
+ "<990> LL/token: -8.19885\n",
+ "\n",
+ "0\t3.84615\tcountry visit meeting official trade meet agreement region leader island include economic cooperation sign regional member hold discuss issue opportunity \n",
+ "1\t3.84615\twoman work business opportunity student training education community program child youth school event young support family worker skill role study \n",
+ "2\t3.84615\tcovid health tourism service response support border travel continue pandemic week include medical ensure provide time team work emergency operation \n",
+ "3\t3.84615\tpeople water time local family area year leave village thing live house home start problem good day honiara call damage \n",
+ "4\t3.84615\teconomy increase industry economic market percent growth sector business high product export agriculture investment grow local cost expect price rate \n",
+ "5\t3.84615\tproject infrastructure support work provide service government road fund build include community development complete access improve facility construction funding plan \n",
+ "6\t3.84615\tpeople police nation security year island government continue australian chinese good leader force ramsi solomon corruption mission peace law work \n",
+ "7\t3.84615\tofficer pay court public police case money charge order office business receive matter accuse yesterday payment law high official claim \n",
+ "8\t3.84615\tdevelopment government policy economic support national sector rural ensure priority improve reform strategy area implementation achieve plan key partner constituency \n",
+ "9\t3.84615\tgovernment budget public report financial fund finance ministry service process total system information provide management payment include survey cost explain \n",
+ "10\t3.84615\tfishery develop management resource island sustainable country community impact world address global environment region action system include challenge access level \n",
+ "11\t3.84615\tgovernment provincial province company business land people log operation issue western guadalcanal mining executive premier investor operate landowner add local \n",
+ "12\t3.84615\tgovernment member parliament medium decision statement election bill political interest leader yesterday question opposition minister group call power state party \n",
+ "\n",
+ "<1000> LL/token: -8.19997\n",
+ "\n",
+ "Total time: 48 seconds\n",
"Mallet LDA: 14 topics, 4 topic bits, 1111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -10.11726\n",
- "<20> LL/token: -9.17389\n",
- "<30> LL/token: -8.62326\n",
- "<40> LL/token: -8.43654\n",
- "\n",
- "0\t3.57143\tstudent school land year receive education pay issue week study teacher payment staff form contract add give award accord parent \n",
- "1\t3.57143\tgovernment issue decision public parliament statement medium state question concern law bill report opposition claim call group power legal member \n",
- "2\t3.57143\tyear work people country building support add build open australian important include complete visit system service continue provide speak today \n",
- "3\t3.57143\tcountry leader island meeting visit nation issue meet region official government state regional cooperation agreement peace people sign discuss security \n",
- "4\t3.57143\tmember election people constituency day yesterday general office chief week act candidate vote parliament process follow today national number late \n",
- "5\t3.57143\tpeople area water island village home report find boat travel leave ship disaster live time site damage local affect sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road work continue service medium security commissioner ramsi vehicle honiara travel ensure border flight \n",
- "7\t3.57143\tpolice court case man charge accuse allege incident arrest victim year investigation matter prosecution public suspect report allegedly yesterday face \n",
- "8\t3.57143\tteam good time play event game training start year host competition place today week player lead goal match final hold \n",
- "9\t3.57143\tbusiness company market local log increase cost money percent product export sell financial mining report high operate operation country dollar \n",
- "10\t3.57143\tgovernment provincial project province national development support fund plan training western ministry budget policy premier rural guadalcanal program people infrastructure \n",
- "11\t3.57143\tcovid health country case medical service supply people hospital risk response test vaccine provide include emergency care facility measure clinic \n",
- "12\t3.57143\tdevelopment support economic sector provide improve develop opportunity country access tourism policy resource management key project growth partnership include economy \n",
- "13\t3.57143\tcommunity woman child people family young youth life live day program church work learn world event violence change culture activity \n",
- "\n",
- "<50> LL/token: -8.34959\n",
- "<60> LL/token: -8.29917\n",
- "<70> LL/token: -8.26715\n",
- "<80> LL/token: -8.24475\n",
- "<90> LL/token: -8.23144\n",
- "\n",
- "0\t3.57143\tstudent school land year education week receive issue pay study teacher payment form give staff add high contract parent award \n",
- "1\t3.57143\tgovernment issue public decision medium statement report state question concern law call claim parliament bill opposition people add raise deal \n",
- "2\t3.57143\twork year support service people provide build australian continue building add good program complete time facility important islander serve challenge \n",
- "3\t3.57143\tcountry leader visit island meeting issue meet nation official state sign region include cooperation agreement regional security peace discuss minister \n",
- "4\t3.57143\tmember election parliament constituency yesterday people day general process office week today chief candidate act vote follow late national official \n",
- "5\t3.57143\tpeople water area island food village disaster report live ship boat affect home find site damage clean supply sea resident \n",
- "6\t3.57143\tpolice officer rsipf public operation force road medium vehicle continue commissioner ramsi security travel conduct community law honiara passenger order \n",
- "7\t3.57143\tcourt police case man charge accuse year allege incident arrest victim investigation matter prosecution public suspect yesterday allegedly face report \n",
- "8\t3.57143\tteam time good play event game start week place lead host year today competition player match final goal hold stage \n",
- "9\t3.57143\tbusiness company market local increase log cost percent money product year export sell high mining operate country dollar good industry \n",
- "10\t3.57143\tgovernment project provincial province development national fund plan budget support ministry infrastructure policy rural western premier guadalcanal people funding executive \n",
- "11\t3.57143\tcovid health country case medical people service hospital response risk test vaccine include emergency care community week measure clinic patient \n",
- "12\t3.57143\tdevelopment economic sector support country develop provide improve management system resource access policy tourism key opportunity include growth partner impact \n",
- "13\t3.57143\tcommunity woman people child family training young youth program day life learn church live event encourage culture violence group activity \n",
- "\n",
- "<100> LL/token: -8.22015\n",
- "<110> LL/token: -8.21262\n",
- "<120> LL/token: -8.20481\n",
- "<130> LL/token: -8.19989\n",
- "<140> LL/token: -8.19608\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive issue pay study teacher payment form staff give add high parent contract start \n",
- "1\t3.57143\tgovernment issue public decision medium statement report state people question concern claim call law bill add opposition deal raise leader \n",
- "2\t3.57143\twork support service year provide people continue program build australian building assistance good complete important deliver facility add acknowledge islander \n",
- "3\t3.57143\tcountry visit leader island meeting issue official meet nation sign state region agreement cooperation include regional security government peace discuss \n",
- "4\t3.57143\tmember election parliament yesterday constituency day people general office chief process today candidate act week follow vote late hold national \n",
- "5\t3.57143\tpeople water area island food village disaster report community affect live ship boat find site home supply damage clean sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road medium vehicle continue commissioner ramsi travel security community law honiara passenger conduct order \n",
- "7\t3.57143\tcourt police case man charge accuse year allege incident arrest victim investigation matter prosecution public suspect yesterday face allegedly report \n",
- "8\t3.57143\tteam time good play year game event start place week today host competition lead player match final goal yesterday stage \n",
- "9\t3.57143\tbusiness company market local increase log percent money cost year product export sell high country operate industry mining farmer pay \n",
- "10\t3.57143\tgovernment project provincial province development national fund plan budget ministry infrastructure policy rural western premier guadalcanal funding executive people include \n",
- "11\t3.57143\tcovid health country case medical people hospital service response risk test vaccine emergency include week care number measure clinic patient \n",
- "12\t3.57143\tdevelopment economic sector country develop support management system policy improve provide resource key tourism include access impact partner growth strategy \n",
- "13\t3.57143\twoman community people child training family young youth day event learn church program life live culture encourage group skill violence \n",
- "\n",
- "<150> LL/token: -8.19296\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.93843\n",
+ "<20> LL/token: -9.12789\n",
+ "<30> LL/token: -8.6777\n",
+ "<40> LL/token: -8.49307\n",
+ "\n",
+ "0\t3.57143\twork business student training worker family staff event australian start opportunity travel team job week skill number visit people time \n",
+ "1\t3.57143\tfinancial government finance service cost public percent tax increase reform revenue system pay member report payment current rate expect price \n",
+ "2\t3.57143\tgovernment provincial province national budget western executive add premier ministry report follow guadalcanal issue plan current term expenditure total propose \n",
+ "3\t3.57143\tproject support development infrastructure fund rural provide improve economic funding constituency government service road assistance facility work deliver construction include \n",
+ "4\t3.57143\tparliament member leader government decision political bill group chinese opposition ramsi question call concern minister election force week confidence time \n",
+ "5\t3.57143\tsector market tourism industry economy growth local economic support agriculture product investment export opportunity benefit grow increase farmer create potential \n",
+ "6\t3.57143\twoman support development education programme program community work role youth achieve leadership child improve opportunity launch young important provide social \n",
+ "7\t3.57143\tcovid health public time response day situation pandemic border continue medical people week service emergency case election state early include \n",
+ "8\t3.57143\tcompany business land log operation mining operate legal law process issue local landowner investor ship license owner pay give grant \n",
+ "9\t3.57143\tpolice officer public court office case report charge payment matter order yesterday money accuse official man receive vehicle rsipf high \n",
+ "10\t3.57143\tdevelopment policy meeting economic leader trade include cooperation agreement country security regional meet official issue strategy sign visit minister discussion \n",
+ "11\t3.57143\tcommunity water area people fishery management resource food environment population impact village live affect access activity sicci tuna include survey \n",
+ "12\t3.57143\tisland country region economic global international world impact economy develop large nation aid small increase include regional high challenge crisis \n",
+ "13\t3.57143\tpeople government medium good year nation add corruption continue speak thing day today serve school islander life social citizen time \n",
+ "\n",
+ "<50> LL/token: -8.38939\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<160> LL/token: -8.19161\n",
- "<170> LL/token: -8.18867\n",
- "<180> LL/token: -8.18785\n",
- "<190> LL/token: -8.18582\n",
- "\n",
- "0\t3.57143\tstudent school year land education week issue receive pay study teacher payment form add give staff parent start contract high \n",
- "1\t3.57143\tgovernment issue public decision medium statement report people concern state question call claim law bill opposition raise add deal action \n",
- "2\t3.57143\twork support service provide year program people continue build australian assistance building good deliver facility complete important improve acknowledge add \n",
- "3\t3.57143\tcountry visit island leader meeting issue official meet state nation government sign agreement region cooperation include regional discuss hold security \n",
- "4\t3.57143\tmember election parliament yesterday people constituency day general office process chief candidate week act vote follow today late national hold \n",
- "5\t3.57143\tpeople water area island food community disaster village report live affect ship boat find site home supply damage clean sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road vehicle medium continue commissioner security travel honiara community ramsi law conduct passenger station \n",
- "7\t3.57143\tcourt police case man charge accuse year allege arrest victim incident investigation matter prosecution public suspect yesterday face allegedly high \n",
- "8\t3.57143\tteam time good play year game event start place host today week competition lead player match final goal yesterday stage \n",
- "9\t3.57143\tbusiness company market local increase log percent money year cost product export sell industry high country mining operate farmer pay \n",
- "10\t3.57143\tgovernment project provincial province development national fund plan ministry budget infrastructure rural western premier policy guadalcanal funding executive people year \n",
- "11\t3.57143\tcovid health country case medical people hospital response test vaccine week emergency risk care include service measure community clinic patient \n",
- "12\t3.57143\tdevelopment economic country sector develop policy system management resource support improve key tourism provide include access partner impact growth ensure \n",
- "13\t3.57143\twoman community people child training family young youth day event church life program live learn culture group skill encourage violence \n",
- "\n",
- "<200> LL/token: -8.18541\n",
- "<210> LL/token: -8.18544\n",
- "<220> LL/token: -8.18412\n",
- "<230> LL/token: -8.18245\n",
- "<240> LL/token: -8.18063\n",
- "\n",
- "0\t3.57143\tstudent school year land education week issue receive pay study teacher payment form add start staff high give parent contract \n",
- "1\t3.57143\tgovernment issue public decision medium report statement state concern question call claim law bill people opposition raise deal add action \n",
- "2\t3.57143\twork support service provide program year continue build australian assistance people building good facility deliver improve complete acknowledge worker important \n",
- "3\t3.57143\tcountry visit island leader meeting issue official meet government nation state sign agreement cooperation region security include regional discuss mission \n",
- "4\t3.57143\tmember election parliament yesterday constituency people day general process week office chief candidate vote today follow national act late hold \n",
- "5\t3.57143\tpeople water area island food community village disaster report live affect ship boat find site supply home clean damage sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road vehicle medium continue community commissioner honiara security travel law passenger conduct station order \n",
- "7\t3.57143\tcourt case man police charge accuse year allege arrest victim incident investigation matter prosecution public suspect yesterday face allegedly high \n",
- "8\t3.57143\tteam time good year play game start event place week today host lead competition player match final goal stage open \n",
- "9\t3.57143\tbusiness company market local increase log percent money cost year product export sell industry country high operate mining farmer pay \n",
- "10\t3.57143\tgovernment project provincial province development national fund plan ministry budget infrastructure rural western premier people guadalcanal funding policy executive year \n",
- "11\t3.57143\tcovid health country case medical people hospital response test vaccine include emergency risk week care service measure number clinic patient \n",
- "12\t3.57143\tdevelopment economic country sector develop policy management support system resource key tourism provide improve include ensure partner access growth level \n",
- "13\t3.57143\twoman community people child training family young youth day event life church live learn culture program skill group encourage violence \n",
- "\n",
- "<250> LL/token: -8.1806\n",
- "<260> LL/token: -8.18089\n",
- "<270> LL/token: -8.17918\n",
- "<280> LL/token: -8.17768\n",
- "<290> LL/token: -8.17714\n",
- "\n",
- "0\t3.57143\tstudent school year land education week issue receive pay study teacher payment add form give high staff parent contract start \n",
- "1\t3.57143\tgovernment issue public decision report medium statement state concern question claim call law people bill add opposition raise deal action \n",
- "2\t3.57143\twork support service provide program year build australian continue assistance building improve deliver facility people complete good acknowledge worker important \n",
- "3\t3.57143\tcountry visit island leader meeting issue official meet government state nation sign include agreement cooperation security region discuss regional hold \n",
- "4\t3.57143\tmember election parliament yesterday constituency day people general process today candidate chief office vote week national group follow late act \n",
- "5\t3.57143\tpeople water area island food community disaster village live report ship affect boat find site supply home clean damage sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road medium vehicle continue community commissioner law conduct travel security passenger honiara station report \n",
- "7\t3.57143\tcourt case man police charge accuse year allege arrest victim incident investigation matter prosecution public suspect yesterday allegedly high face \n",
- "8\t3.57143\tteam time good year play game event start place host week competition lead player today match final goal big stage \n",
- "9\t3.57143\tbusiness company market local increase log percent money cost product year industry export sell high country operate mining farmer produce \n",
- "10\t3.57143\tgovernment project provincial province development national fund plan budget ministry people rural infrastructure western premier guadalcanal funding policy executive year \n",
- "11\t3.57143\tcovid health country case medical people hospital response week test vaccine emergency include risk care number measure clinic patient service \n",
- "12\t3.57143\tdevelopment economic country sector develop policy system resource management support key tourism improve provide include partner growth ensure impact strategy \n",
- "13\t3.57143\twoman community people child training family young youth day event church life learn live program culture skill encourage violence train \n",
- "\n",
- "<300> LL/token: -8.17743\n",
- "<310> LL/token: -8.17685\n",
- "<320> LL/token: -8.17594\n",
- "<330> LL/token: -8.17483\n",
- "<340> LL/token: -8.17464\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay issue study teacher payment form add give parent high staff start contract \n",
- "1\t3.57143\tgovernment issue public decision medium report statement state concern question call claim law bill add raise people action opposition deal \n",
- "2\t3.57143\twork support service provide program year build australian continue building assistance complete improve deliver facility good worker include construction acknowledge \n",
- "3\t3.57143\tcountry visit island leader meeting issue official meet government nation state sign include agreement security cooperation region discuss mission regional \n",
- "4\t3.57143\tmember election parliament yesterday constituency people day general today week candidate chief office vote act process hold national late follow \n",
- "5\t3.57143\tpeople water area island community food disaster village live affect report ship boat find supply site home clean damage sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road vehicle continue medium community commissioner law conduct honiara passenger travel information security station \n",
- "7\t3.57143\tcourt case man charge police accuse year allege arrest victim investigation incident matter prosecution public suspect yesterday face allegedly high \n",
- "8\t3.57143\tteam time good year play game start event place host competition today lead week player match final stage goal yesterday \n",
- "9\t3.57143\tbusiness company market local increase log percent money cost year product industry export country sell high operate mining farmer produce \n",
- "10\t3.57143\tgovernment project provincial province development national fund plan ministry budget people rural infrastructure western premier guadalcanal funding policy year executive \n",
- "11\t3.57143\tcovid health country case medical people hospital response week emergency test vaccine risk include care measure number clinic patient service \n",
- "12\t3.57143\tdevelopment economic country sector develop policy system support resource management key tourism include improve provide partner ensure growth level strategy \n",
- "13\t3.57143\twoman community people child training family young youth day event church life learn live encourage program culture skill group violence \n",
- "\n",
- "<350> LL/token: -8.17449\n"
+ "<60> LL/token: -8.3347\n",
+ "<70> LL/token: -8.29821\n",
+ "<80> LL/token: -8.27516\n",
+ "<90> LL/token: -8.2566\n",
+ "\n",
+ "0\t3.57143\twork student business training school education worker australian visit event family staff program opportunity start week study team skill number \n",
+ "1\t3.57143\tfinancial finance report public percent cost service increase reform revenue tax total system fund pay payment rate expect government spend \n",
+ "2\t3.57143\tgovernment provincial province national budget policy western add executive guadalcanal ministry premier ensure statement current propose process plan expenditure act \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work provide funding constituency road improve assistance service area facility include program construction economic \n",
+ "4\t3.57143\tparliament member election decision political bill leader chinese group opposition ramsi question government minister concern yesterday statement interest call confidence \n",
+ "5\t3.57143\tsector economy market business tourism economic industry growth investment local product agriculture support export opportunity benefit grow increase create potential \n",
+ "6\t3.57143\twoman development support community programme work role achieve youth policy economic launch leadership social improve partner program child provide opportunity \n",
+ "7\t3.57143\tcovid health public service response continue pandemic situation week time day medical border include ensure emergency case measure travel follow \n",
+ "8\t3.57143\tbusiness company land log operation mining operate process local legal issue landowner give law foreign license owner ship regulation investor \n",
+ "9\t3.57143\tpolice officer public court case office charge order matter money payment accuse yesterday high official law man report rsipf pay \n",
+ "10\t3.57143\tdevelopment meeting country include agreement trade official leader meet visit security cooperation issue regional economic sign member discuss minister discussion \n",
+ "11\t3.57143\tcommunity water fishery area people food environment management resource impact local village report live survey affect tuna population disaster environmental \n",
+ "12\t3.57143\tisland country economic region global international world impact nation high develop aid economy challenge large australian small increase climate regional \n",
+ "13\t3.57143\tpeople good medium government year add time continue nation thing speak corruption leader social today islander day work citizen life \n",
+ "\n",
+ "<100> LL/token: -8.24483\n",
+ "<110> LL/token: -8.23486\n",
+ "<120> LL/token: -8.22675\n",
+ "<130> LL/token: -8.22155\n",
+ "<140> LL/token: -8.21829\n",
+ "\n",
+ "0\t3.57143\twork student training education school program event worker australian opportunity staff week family study visit skill job business number team \n",
+ "1\t3.57143\tfinancial report finance public cost percent service reform increase total revenue tax fund payment pay system expect spend rate money \n",
+ "2\t3.57143\tgovernment provincial province national policy budget western add guadalcanal ministry executive premier current ensure propose address process issue priority statement \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work provide improve constituency funding road service area include facility plan deliver assistance government \n",
+ "4\t3.57143\tparliament member decision election political bill leader chinese group opposition ramsi statement question government concern minister confidence week yesterday force \n",
+ "5\t3.57143\tbusiness sector market economy tourism industry investment economic growth local agriculture product support export opportunity benefit increase grow create farmer \n",
+ "6\t3.57143\twoman development support community policy work programme role achieve economic youth strategy stakeholder ensure launch social key national implement address \n",
+ "7\t3.57143\tcovid health service response public continue pandemic week situation time include border ensure medical provide day travel emergency operation support \n",
+ "8\t3.57143\tcompany business land log operation mining process operate local issue landowner law give legal license owner ship director regulation foreign \n",
+ "9\t3.57143\tpolice officer public court case office charge order money matter accuse yesterday payment official man high rsipf law vehicle report \n",
+ "10\t3.57143\tdevelopment meeting country visit leader official include agreement trade meet sign security cooperation support regional issue economic island member discuss \n",
+ "11\t3.57143\tcommunity water people fishery area food management environment resource village report survey tuna problem population affect live environmental fishing disaster \n",
+ "12\t3.57143\tisland economic country region global world impact international develop australian high nation aid economy challenge large small climate regional increase \n",
+ "13\t3.57143\tpeople good government medium year add time nation continue speak thing leader corruption call today social day islander citizen lot \n",
+ "\n",
+ "<150> LL/token: -8.21706\n",
+ "<160> LL/token: -8.21354\n",
+ "<170> LL/token: -8.2121\n",
+ "<180> LL/token: -8.21039\n",
+ "<190> LL/token: -8.21054\n",
+ "\n",
+ "0\t3.57143\twork student training education school program event australian worker opportunity family staff study skill week job number business receive start \n",
+ "1\t3.57143\tfinancial report finance public percent cost service increase revenue total tax fund payment pay system expect government reform rate spend \n",
+ "2\t3.57143\tgovernment provincial province national policy budget add western guadalcanal ministry executive ensure premier process current propose address priority issue statement \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work provide improve funding constituency road area service include facility assistance deliver program build \n",
+ "4\t3.57143\tparliament member decision election political government bill leader chinese group question opposition ramsi statement interest minister concern yesterday confidence deal \n",
+ "5\t3.57143\tbusiness sector market tourism economy investment industry economic growth local agriculture product support opportunity export benefit grow increase create farmer \n",
+ "6\t3.57143\twoman development support community policy programme achieve strategy role work economic youth stakeholder ensure key launch improve national provide social \n",
+ "7\t3.57143\tcovid health service response public continue pandemic week situation include ensure medical time border travel operation emergency provide day case \n",
+ "8\t3.57143\tcompany business land log operation mining process operate issue landowner local law license foreign owner legal give director pay regulation \n",
+ "9\t3.57143\tpolice officer public court case office order charge money accuse matter yesterday high law man payment rsipf vehicle official receive \n",
+ "10\t3.57143\tcountry meeting visit development official trade include leader agreement meet security cooperation island regional sign issue support economic discuss minister \n",
+ "11\t3.57143\tcommunity water people area fishery food management environment resource report village survey local live tuna affect environmental fishing problem disaster \n",
+ "12\t3.57143\tisland economic country region global impact world develop high international challenge economy australian nation aid large increase growth level climate \n",
+ "13\t3.57143\tpeople government good medium year time add nation continue speak thing leader corruption citizen day lot social work call islander \n",
+ "\n",
+ "<200> LL/token: -8.20921\n",
+ "<210> LL/token: -8.20744\n",
+ "<220> LL/token: -8.20613\n",
+ "<230> LL/token: -8.20642\n",
+ "<240> LL/token: -8.20704\n",
+ "\n",
+ "0\t3.57143\twork student education training school program australian event worker opportunity staff family week study start skill child number job learn \n",
+ "1\t3.57143\tfinancial finance report percent cost public service increase total fund tax revenue payment pay expect system government reform rate spend \n",
+ "2\t3.57143\tgovernment provincial province national policy budget western add ministry process executive ensure premier guadalcanal propose issue current development statement priority \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work constituency funding improve road provide area service facility program government build include deliver \n",
+ "4\t3.57143\tparliament member decision government election political bill chinese opposition group question ramsi statement leader concern minister deal confidence week yesterday \n",
+ "5\t3.57143\tbusiness sector market tourism economy investment industry economic growth local agriculture product opportunity export support create benefit increase grow potential \n",
+ "6\t3.57143\twoman development support policy community achieve strategy programme role economic work youth stakeholder ensure provide key launch address improve sustainable \n",
+ "7\t3.57143\tcovid health service response public continue pandemic situation ensure week border time medical include travel emergency provide day support measure \n",
+ "8\t3.57143\tcompany business land log operation mining operate process issue local landowner give license owner legal law regulation director accord foreign \n",
+ "9\t3.57143\tpolice officer public court case order office charge money yesterday matter law accuse official high man rsipf payment vehicle allege \n",
+ "10\t3.57143\tmeeting country visit official development leader security trade agreement meet include island cooperation regional issue sign support member minister assistance \n",
+ "11\t3.57143\tcommunity people water fishery area food report village resource environment management local survey tuna live island environmental affect fishing population \n",
+ "12\t3.57143\teconomic island country region global impact develop world high challenge international nation economy aid australian level growth increase action climate \n",
+ "13\t3.57143\tpeople good government year medium add time continue leader nation thing speak corruption work call important today islander social citizen \n",
+ "\n",
+ "<250> LL/token: -8.20395\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<360> LL/token: -8.17389\n",
- "<370> LL/token: -8.17277\n",
- "<380> LL/token: -8.17357\n",
- "<390> LL/token: -8.17381\n",
- "\n",
- "0\t3.57143\tstudent school year land education week pay receive issue study teacher payment form add give high parent staff contract accord \n",
- "1\t3.57143\tissue government public decision report medium statement concern state question claim call law bill add raise deal opposition people action \n",
- "2\t3.57143\twork support service provide program build australian year continue assistance building improve facility deliver complete include worker construction acknowledge job \n",
- "3\t3.57143\tcountry visit island leader meeting official meet issue government nation state sign agreement cooperation include security region discuss hold mission \n",
- "4\t3.57143\tmember election parliament yesterday constituency people day general office week candidate today process vote chief group follow act national late \n",
- "5\t3.57143\tpeople water area island community food village disaster live affect report ship boat find supply site home clean damage sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road vehicle continue medium community commissioner law information security passenger conduct honiara station report \n",
- "7\t3.57143\tcourt case man charge accuse police year allege arrest victim investigation incident matter prosecution public suspect yesterday face high allegedly \n",
- "8\t3.57143\tteam time good year play game event start place today week host lead competition player match final stage big goal \n",
- "9\t3.57143\tbusiness company market local increase log percent year cost product money industry export country sell high operate mining farmer good \n",
- "10\t3.57143\tgovernment project provincial province development fund national people plan ministry rural budget infrastructure western premier guadalcanal year funding policy executive \n",
- "11\t3.57143\tcovid health country case medical people hospital response emergency test vaccine week risk care include measure clinic patient number positive \n",
- "12\t3.57143\tdevelopment economic country sector develop policy system management resource key support include partner level ensure provide growth plan strategy improve \n",
- "13\t3.57143\twoman community people child training family young youth day event church life live learn program encourage culture skill group violence \n",
- "\n",
- "<400> LL/token: -8.17443\n",
- "<410> LL/token: -8.17352\n",
- "<420> LL/token: -8.17282\n",
- "<430> LL/token: -8.17217\n",
- "<440> LL/token: -8.1724\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay issue study teacher payment form add give staff high parent start award \n",
- "1\t3.57143\tissue government public decision report medium statement state concern question call claim law people bill deal raise add opposition action \n",
- "2\t3.57143\twork support service provide program build australian year assistance building continue improve complete facility deliver include worker construction good opportunity \n",
- "3\t3.57143\tcountry visit leader island meeting issue official meet government nation state sign agreement cooperation security include region discuss mission regional \n",
- "4\t3.57143\tmember election parliament yesterday constituency day general process people candidate vote today office chief week act national group follow late \n",
- "5\t3.57143\tpeople water area island food community disaster village live report affect ship boat find supply site home damage clean sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road continue medium vehicle community commissioner report law information conduct security station honiara area \n",
- "7\t3.57143\tcourt case man charge accuse year police allege arrest victim investigation matter incident prosecution suspect public face allegedly high yesterday \n",
- "8\t3.57143\tteam time good year play game event start place host week competition today lead player match open goal stage final \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent industry cost product year money country export sell operate high mining farmer \n",
- "10\t3.57143\tgovernment project provincial province development national fund people plan ministry budget rural western premier infrastructure guadalcanal year funding add policy \n",
- "11\t3.57143\tcovid health country case medical people hospital response emergency week test vaccine risk include care measure service clinic patient number \n",
- "12\t3.57143\tdevelopment economic country sector policy develop system support resource key management partner include provide level improve ensure plan growth strategy \n",
- "13\t3.57143\twoman community people child training family young youth day event church life learn live culture encourage program skill group violence \n",
- "\n",
- "<450> LL/token: -8.17235\n",
- "<460> LL/token: -8.1716\n",
- "<470> LL/token: -8.17228\n",
- "<480> LL/token: -8.17217\n",
- "<490> LL/token: -8.17207\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay study teacher payment issue form add high parent staff give month start \n",
- "1\t3.57143\tissue government public decision report medium statement concern state question claim call law bill raise people action add deal opposition \n",
- "2\t3.57143\twork support service provide program build australian building assistance year continue improve complete facility deliver worker include construction access important \n",
- "3\t3.57143\tcountry visit island leader meeting official issue meet nation government state sign include security agreement cooperation discuss region mission regional \n",
- "4\t3.57143\tmember election parliament yesterday constituency day general process people candidate group vote office week today follow chief national act pass \n",
- "5\t3.57143\tpeople water area island community food disaster village live report affect ship boat find supply home site damage clean sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force road medium vehicle community continue report commissioner law conduct information station honiara security involve \n",
- "7\t3.57143\tcourt case man charge accuse year police allege arrest victim investigation matter incident prosecution suspect public yesterday face allegedly high \n",
- "8\t3.57143\tteam time good year play game event start place host today week competition player match lead final goal stage big \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent industry year cost country product money export operate sell high mining farmer \n",
- "10\t3.57143\tgovernment project provincial province development fund national people plan ministry rural budget western premier guadalcanal year funding infrastructure policy add \n",
- "11\t3.57143\tcovid health country case medical people hospital response emergency test vaccine week risk include number care measure service clinic patient \n",
- "12\t3.57143\tdevelopment economic country sector develop policy system resource management key support ensure include provide partner level address growth improve strategy \n",
- "13\t3.57143\twoman community people child training family young youth day event church life encourage learn program live culture skill violence group \n",
- "\n",
- "<500> LL/token: -8.17081\n",
- "<510> LL/token: -8.17128\n",
- "<520> LL/token: -8.17026\n",
- "<530> LL/token: -8.17155\n",
- "<540> LL/token: -8.17225\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay issue study payment teacher form add give high parent staff award start \n",
- "1\t3.57143\tissue government public decision report medium statement state concern question claim call bill law raise add deal people opposition action \n",
- "2\t3.57143\twork support service provide program build project australian building assistance improve continue complete facility deliver year include worker access construction \n",
- "3\t3.57143\tcountry visit island leader meeting official issue meet nation state sign government agreement cooperation security include discuss region mission regional \n",
- "4\t3.57143\tmember parliament election yesterday people constituency general day process candidate vote group week office chief follow act today late pass \n",
- "5\t3.57143\tpeople water area island community food village disaster live affect ship boat report supply find clean damage home site sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force medium vehicle road community continue report commissioner law information conduct honiara security station involve \n",
- "7\t3.57143\tcourt case man charge accuse year police allege arrest victim investigation matter incident prosecution suspect public yesterday high allegedly face \n",
- "8\t3.57143\tteam time good year play game start place event today host week competition player match lead final goal stage sport \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent industry country year product cost export operate money sell high mining farmer \n",
- "10\t3.57143\tgovernment provincial project province national fund development people rural budget ministry plan western premier year guadalcanal funding policy add executive \n",
- "11\t3.57143\tcovid health country case medical people hospital week emergency response test vaccine risk include care measure number flight clinic patient \n",
- "12\t3.57143\tdevelopment economic country sector policy develop system resource key management support include level ensure provide partner plan strategy focus address \n",
- "13\t3.57143\twoman community people child training family young youth day event church life learn encourage live culture program skill violence participant \n",
- "\n",
- "<550> LL/token: -8.17238\n"
+ "<260> LL/token: -8.20324\n",
+ "<270> LL/token: -8.20191\n",
+ "<280> LL/token: -8.201\n",
+ "<290> LL/token: -8.20054\n",
+ "\n",
+ "0\t3.57143\twork student education training program school australian event worker opportunity family study staff child skill week job start number learn \n",
+ "1\t3.57143\tfinancial finance report percent public cost budget service fund increase total government tax revenue payment pay expect system money reform \n",
+ "2\t3.57143\tgovernment provincial province national policy western add budget ensure ministry process executive premier guadalcanal issue propose current statement plan consultation \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work provide funding constituency improve road area government service facility program assistance build complete \n",
+ "4\t3.57143\tparliament member decision election government political bill chinese statement opposition group ramsi question leader concern confidence minister interest yesterday deal \n",
+ "5\t3.57143\tbusiness sector market tourism economy industry investment economic local growth agriculture product support opportunity export increase benefit grow create government \n",
+ "6\t3.57143\twoman development support community policy programme achieve strategy role economic youth stakeholder work ensure key provide address launch social improve \n",
+ "7\t3.57143\tcovid health service response pandemic public situation ensure week include continue medical border time travel provide support emergency day operation \n",
+ "8\t3.57143\tcompany business land log operation mining process operate issue local landowner give law license owner director legal pay regulation investor \n",
+ "9\t3.57143\tpolice officer public court case order office charge money yesterday accuse matter law high official rsipf man vehicle payment business \n",
+ "10\t3.57143\tcountry meeting visit development official meet trade agreement security leader include island cooperation regional sign support issue economic member discuss \n",
+ "11\t3.57143\tcommunity people water area fishery food report village management environment resource survey island live local tuna affect environmental fishing damage \n",
+ "12\t3.57143\teconomic island country region global impact develop high challenge world international nation economy aid growth australian small action level climate \n",
+ "13\t3.57143\tpeople good year medium government time leader continue add nation thing speak corruption work day today social citizen islander call \n",
+ "\n",
+ "<300> LL/token: -8.20312\n",
+ "<310> LL/token: -8.20005\n",
+ "<320> LL/token: -8.19761\n",
+ "<330> LL/token: -8.19856\n",
+ "<340> LL/token: -8.20063\n",
+ "\n",
+ "0\t3.57143\twork student training education school program event australian opportunity worker family study skill staff week start child number learn job \n",
+ "1\t3.57143\tfinancial budget finance report percent cost public service government increase fund total tax revenue payment pay expect system rate money \n",
+ "2\t3.57143\tgovernment provincial province national policy western add executive ensure ministry propose process premier current guadalcanal statement address consultation budget issue \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work provide improve constituency road funding service area facility program complete plan build deliver \n",
+ "4\t3.57143\tparliament member government decision election political bill chinese opposition group statement ramsi leader minister question interest concern yesterday confidence week \n",
+ "5\t3.57143\tbusiness sector market tourism economy industry economic investment local growth agriculture product opportunity export benefit support create increase grow government \n",
+ "6\t3.57143\twoman development support community policy programme achieve economic strategy role stakeholder youth key ensure work provide national sustainable launch address \n",
+ "7\t3.57143\tcovid health service response public continue week ensure border pandemic include time support medical situation travel provide day operation emergency \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue landowner local license give regulation owner pay law accord legal director \n",
+ "9\t3.57143\tpolice officer public court case office order charge matter money law accuse yesterday high payment man rsipf official receive vehicle \n",
+ "10\t3.57143\tcountry meeting visit development official include agreement security island trade meet leader regional cooperation sign support issue member discuss discussion \n",
+ "11\t3.57143\tcommunity water people fishery area food report management village environment resource local survey live island tuna affect environmental fishing damage \n",
+ "12\t3.57143\teconomic island country region global impact develop high world challenge international economy nation level australian aid increase growth action climate \n",
+ "13\t3.57143\tpeople good year medium add time continue leader nation government thing speak corruption call social work citizen day lot today \n",
+ "\n",
+ "<350> LL/token: -8.19926\n",
+ "<360> LL/token: -8.19845\n",
+ "<370> LL/token: -8.1984\n",
+ "<380> LL/token: -8.19567\n",
+ "<390> LL/token: -8.19703\n",
+ "\n",
+ "0\t3.57143\twork student training education school australian program event opportunity worker child family study skill staff week start learn job number \n",
+ "1\t3.57143\tbudget financial finance report public percent cost government service fund total increase tax revenue payment expect pay system rate spend \n",
+ "2\t3.57143\tgovernment provincial province national policy western add ensure executive propose process premier guadalcanal statement current issue address consultation ministry plan \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work provide improve constituency road funding program area facility service include complete assistance construction \n",
+ "4\t3.57143\tparliament member decision election political government bill chinese group opposition ramsi leader question statement interest minister concern yesterday confidence deal \n",
+ "5\t3.57143\tbusiness sector market tourism economy industry investment economic growth local agriculture product support export opportunity benefit create grow increase government \n",
+ "6\t3.57143\twoman development support community policy programme strategy role economic achieve stakeholder ensure key work youth address provide sustainable social launch \n",
+ "7\t3.57143\tcovid health service response week pandemic public continue border situation medical time travel ensure support include provide operation emergency day \n",
+ "8\t3.57143\tcompany business land log operation mining process operate issue landowner local pay license owner regulation legal director law give grant \n",
+ "9\t3.57143\tpolice officer public court case office order charge matter law money accuse yesterday high official man rsipf vehicle payment allege \n",
+ "10\t3.57143\tcountry meeting visit development official island security meet trade agreement include leader sign cooperation regional support member issue minister economic \n",
+ "11\t3.57143\tcommunity water people area fishery food report village management island environment survey local resource live tuna affect damage environmental fishing \n",
+ "12\t3.57143\teconomic island country region global impact develop high world challenge economy international nation level increase aid growth australian small climate \n",
+ "13\t3.57143\tpeople good year medium time continue add leader government nation thing speak corruption day citizen call social today lot islander \n",
+ "\n",
+ "<400> LL/token: -8.19605\n",
+ "<410> LL/token: -8.19644\n",
+ "<420> LL/token: -8.19542\n",
+ "<430> LL/token: -8.19595\n",
+ "<440> LL/token: -8.19574\n",
+ "\n",
+ "0\t3.57143\twork student education training program school australian event worker opportunity family child study staff skill week job start number learn \n",
+ "1\t3.57143\tfinancial budget finance report percent public cost government service fund increase total tax revenue payment pay expect system rate spend \n",
+ "2\t3.57143\tgovernment provincial province national policy western add executive ensure process premier propose ministry guadalcanal issue current statement consultation address office \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work provide constituency road funding improve area facility service program government include complete economic \n",
+ "4\t3.57143\tparliament member decision government election political bill chinese group opposition ramsi minister statement question concern interest yesterday confidence leader week \n",
+ "5\t3.57143\tbusiness sector market tourism industry investment economy economic local growth agriculture product support export opportunity benefit create increase grow farmer \n",
+ "6\t3.57143\twoman development support community policy programme strategy economic role stakeholder achieve ensure work key improve youth national provide address launch \n",
+ "7\t3.57143\tcovid health service response week public pandemic time continue medical situation support border include provide ensure travel emergency operation measure \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue landowner license regulation pay owner director legal give local explain claim \n",
+ "9\t3.57143\tpolice officer public court case order office charge law money matter accuse yesterday high man rsipf payment official vehicle business \n",
+ "10\t3.57143\tcountry meeting visit island official security development leader trade meet include agreement cooperation regional sign support issue discuss discussion minister \n",
+ "11\t3.57143\tcommunity water people area fishery food report village management island environment local survey resource live tuna environmental affect fishing damage \n",
+ "12\t3.57143\teconomic country island region global impact develop world challenge economy high international nation growth level aid australian small increase action \n",
+ "13\t3.57143\tpeople good medium year time add leader continue government nation thing speak corruption citizen work day social islander today call \n",
+ "\n",
+ "<450> LL/token: -8.19382\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<560> LL/token: -8.17082\n",
- "<570> LL/token: -8.17028\n",
- "<580> LL/token: -8.16866\n",
- "<590> LL/token: -8.16782\n",
- "\n",
- "0\t3.57143\tstudent school year land education week pay receive study payment teacher issue form add give staff parent high start contract \n",
- "1\t3.57143\tissue public report decision medium statement government concern state question call claim law bill raise deal action opposition add people \n",
- "2\t3.57143\twork support project service provide program build australian building infrastructure assistance improve include complete facility deliver access continue worker road \n",
- "3\t3.57143\tcountry visit island leader meeting official meet issue nation state sign agreement security cooperation discuss region include mission government regional \n",
- "4\t3.57143\tmember parliament election yesterday constituency general day process candidate week vote people office group today follow act chief hold late \n",
- "5\t3.57143\tpeople water area island food community disaster village live affect ship boat report find supply home damage clean site sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force community continue vehicle medium report commissioner law information conduct station road security honiara involve \n",
- "7\t3.57143\tcourt case man charge accuse year allege police arrest victim investigation matter incident prosecution yesterday suspect public face high allegedly \n",
- "8\t3.57143\tteam time good year play game start event place host today competition lead player match week final stage yesterday goal \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent industry country product cost year operate export money sell high mining good \n",
- "10\t3.57143\tgovernment provincial province national fund development people ministry plan budget year rural western premier policy guadalcanal add executive current funding \n",
- "11\t3.57143\tcovid health country case medical people hospital service response test emergency vaccine week risk number care include flight measure clinic \n",
- "12\t3.57143\tdevelopment economic country sector develop policy system resource key management support provide include level partner ensure plan address strategy focus \n",
- "13\t3.57143\twoman community people child training family young youth day event work church program life encourage learn live culture group violence \n",
- "\n",
- "<600> LL/token: -8.16673\n",
- "<610> LL/token: -8.16548\n",
- "<620> LL/token: -8.16506\n",
- "<630> LL/token: -8.16505\n",
- "<640> LL/token: -8.1645\n",
- "\n",
- "0\t3.57143\tstudent school year land education week pay receive study teacher payment issue form staff add give parent high start time \n",
- "1\t3.57143\tissue public report medium decision statement state concern question claim call raise law bill deal add action opposition power interest \n",
- "2\t3.57143\twork project support service provide program build australian infrastructure training building fund assistance complete improve include facility deliver access worker \n",
- "3\t3.57143\tcountry visit island leader meeting official meet nation state issue sign security agreement cooperation support discuss include region mission hold \n",
- "4\t3.57143\tmember parliament election constituency yesterday general day process candidate group vote people week office today chief act follow hold pass \n",
- "5\t3.57143\tpeople water area island community food disaster live village ship affect boat report supply find home clean damage sea site \n",
- "6\t3.57143\tpolice officer rsipf public operation force continue vehicle community medium report commissioner law information conduct station work road area involve \n",
- "7\t3.57143\tcourt case man charge accuse year allege police arrest victim investigation matter prosecution incident suspect yesterday high face public allegedly \n",
- "8\t3.57143\tteam time good year play game start event place today host competition player lead match week final goal big yesterday \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent industry year country cost product operate money export high sell mining good \n",
- "10\t3.57143\tgovernment provincial province national development people fund ministry budget plan western policy premier year rural guadalcanal executive add current propose \n",
- "11\t3.57143\tcovid health country case medical people hospital service week emergency test response vaccine risk include care number flight measure clinic \n",
- "12\t3.57143\tdevelopment economic country sector develop system policy resource support key management provide include level partner ensure challenge strategy plan address \n",
- "13\t3.57143\twoman community people child family young youth work day event training church life program encourage live learn culture group violence \n",
- "\n",
- "<650> LL/token: -8.16336\n",
- "<660> LL/token: -8.16184\n",
- "<670> LL/token: -8.16208\n",
- "<680> LL/token: -8.16202\n",
- "<690> LL/token: -8.16234\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay study teacher payment form staff add high issue give parent yesterday award \n",
- "1\t3.57143\tissue public report decision medium statement concern state question claim call law bill raise deal action add opposition clear power \n",
- "2\t3.57143\twork project support service provide program training build australian infrastructure fund building assistance improve include complete facility deliver road access \n",
- "3\t3.57143\tcountry visit island leader meeting official nation meet state sign agreement support issue cooperation security include region mission discuss regional \n",
- "4\t3.57143\tmember parliament election constituency yesterday general day process office candidate people vote week group today act chief follow hold confidence \n",
- "5\t3.57143\tpeople water area island community food disaster village live ship boat affect report find supply clean damage home site sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force community vehicle continue medium report commissioner law conduct work information security station area people \n",
- "7\t3.57143\tcourt case man charge accuse year allege arrest victim police investigation matter prosecution incident suspect yesterday public face high allegedly \n",
- "8\t3.57143\tteam good time play year game start place event host today competition week player match lead final goal yesterday sport \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent year industry cost country product operate export money sell high good mining \n",
- "10\t3.57143\tgovernment provincial province national people development ministry budget plan fund western policy year add premier guadalcanal rural executive current propose \n",
- "11\t3.57143\tcovid health country case medical people service hospital response emergency test vaccine week risk number include care continue measure flight \n",
- "12\t3.57143\tdevelopment economic country sector develop policy system support resource key management provide include level ensure partner challenge address strategy plan \n",
- "13\t3.57143\twoman community people child family young youth work event day church life live encourage program culture learn group speak violence \n",
- "\n",
- "<700> LL/token: -8.16133\n",
- "<710> LL/token: -8.15961\n",
- "<720> LL/token: -8.16053\n",
- "<730> LL/token: -8.16047\n",
- "<740> LL/token: -8.16049\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay study teacher payment form staff add issue high give parent time start \n",
- "1\t3.57143\tissue public report medium decision statement state concern claim question call raise deal law action add opposition power clear legal \n",
- "2\t3.57143\twork project support service provide training program build australian infrastructure fund building improve include complete assistance facility deliver road access \n",
- "3\t3.57143\tcountry visit island leader meeting official meet sign nation state support agreement cooperation security include mission region issue discuss hold \n",
- "4\t3.57143\tmember parliament election constituency yesterday bill general day candidate process vote group people act today week chief office follow hold \n",
- "5\t3.57143\tpeople water area island community food disaster village live affect ship boat report find supply clean damage home sea site \n",
- "6\t3.57143\tpolice officer rsipf public operation force community continue vehicle medium report law commissioner conduct work information involve security area station \n",
- "7\t3.57143\tcourt case man charge accuse year allege arrest victim police investigation matter prosecution incident suspect yesterday face public high allegedly \n",
- "8\t3.57143\tteam time good year play game start place event week today host competition player match lead final big goal stage \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent year industry country cost product operate export sell money high mining operation \n",
- "10\t3.57143\tgovernment provincial province national people development ministry budget plan fund policy add western year premier rural executive guadalcanal current propose \n",
- "11\t3.57143\tcovid health country case medical people service hospital week emergency test vaccine response include risk travel number care flight measure \n",
- "12\t3.57143\tdevelopment economic country develop sector system policy support key resource management provide level ensure partner challenge include focus plan strategy \n",
- "13\t3.57143\twoman people community child family work young youth day event church life live encourage culture group program learn violence speak \n",
- "\n",
- "<750> LL/token: -8.15923\n"
+ "<460> LL/token: -8.19511\n",
+ "<470> LL/token: -8.19408\n",
+ "<480> LL/token: -8.19292\n",
+ "<490> LL/token: -8.19479\n",
+ "\n",
+ "0\t3.57143\twork student education training program school australian event opportunity worker family child study week staff skill job learn number start \n",
+ "1\t3.57143\tbudget financial finance report government public percent cost service fund increase tax revenue total payment pay expect rate system estimate \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose process issue premier guadalcanal current statement address ministry consultation plan \n",
+ "3\t3.57143\tproject development support infrastructure fund work rural constituency road provide improve funding service area include government program complete build facility \n",
+ "4\t3.57143\tparliament member decision government election political bill chinese opposition statement ramsi interest group minister question confidence concern party power yesterday \n",
+ "5\t3.57143\tbusiness sector market tourism economy industry investment local economic growth agriculture product support opportunity benefit export create increase grow potential \n",
+ "6\t3.57143\twoman development support community policy economic strategy programme role ensure work stakeholder key achieve provide launch youth improve social management \n",
+ "7\t3.57143\tcovid health service response pandemic public week situation continue time include medical border ensure travel provide operation support emergency measure \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue landowner give license law legal owner pay regulation local director accord \n",
+ "9\t3.57143\tpolice officer public court case office order charge matter money law yesterday accuse high official man rsipf business payment vehicle \n",
+ "10\t3.57143\tcountry meeting visit island official security trade leader development meet agreement include cooperation sign support regional assistance member discuss minister \n",
+ "11\t3.57143\tcommunity water people fishery area food report village management local environment island survey tuna live resource affect fishing damage disaster \n",
+ "12\t3.57143\teconomic island country region global impact challenge world high develop economy level growth aid international nation sustainable increase small face \n",
+ "13\t3.57143\tpeople good year add medium leader time continue nation thing speak government citizen day work corruption today islander social call \n",
+ "\n",
+ "<500> LL/token: -8.19515\n",
+ "<510> LL/token: -8.19458\n",
+ "<520> LL/token: -8.19566\n",
+ "<530> LL/token: -8.1958\n",
+ "<540> LL/token: -8.1966\n",
+ "\n",
+ "0\t3.57143\twork student education training school program event australian opportunity worker child family study staff skill week job number learn start \n",
+ "1\t3.57143\tbudget financial finance report government percent public cost fund service increase payment total revenue tax expect pay system rate dollar \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose statement issue process premier current guadalcanal address consultation ministry office \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work constituency road improve funding provide government program area include service facility build construction \n",
+ "4\t3.57143\tparliament member government decision election political bill opposition interest ramsi concern chinese group minister question statement confidence leader deal party \n",
+ "5\t3.57143\tbusiness sector market tourism economy industry investment economic local growth agriculture product benefit support export opportunity increase create grow potential \n",
+ "6\t3.57143\twoman development support policy community strategy key programme role ensure economic stakeholder achieve work plan management improve information launch provide \n",
+ "7\t3.57143\tcovid health service response pandemic public week provide situation continue medical time ensure travel border include operation support emergency team \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue landowner give local pay license owner law legal director regulation claim \n",
+ "9\t3.57143\tpolice officer public court case order charge office yesterday law matter money accuse high man rsipf official business vehicle allege \n",
+ "10\t3.57143\tcountry visit meeting official security island meet trade include agreement development leader regional cooperation sign support assistance member economic discuss \n",
+ "11\t3.57143\tcommunity water people fishery area food report village island management survey environment live local tuna affect resource fishing damage source \n",
+ "12\t3.57143\teconomic island country region global impact challenge develop high economy world level growth international aid nation increase sustainable small address \n",
+ "13\t3.57143\tpeople good year leader medium continue add time nation speak thing work day today social citizen corruption islander call church \n",
+ "\n",
+ "<550> LL/token: -8.19614\n",
+ "<560> LL/token: -8.1967\n",
+ "<570> LL/token: -8.19501\n",
+ "<580> LL/token: -8.19482\n",
+ "<590> LL/token: -8.19371\n",
+ "\n",
+ "0\t3.57143\twork student training education school program australian event worker opportunity child family week study skill staff number start young learn \n",
+ "1\t3.57143\tbudget financial report finance public percent government cost fund service payment total tax increase revenue expect pay ministry system rate \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive process propose premier address guadalcanal issue consultation statement current ministry act \n",
+ "3\t3.57143\tproject support development infrastructure fund work rural provide constituency road improve funding government area complete program facility economic include community \n",
+ "4\t3.57143\tparliament member government decision election political bill opposition statement interest ramsi group question concern yesterday minister chinese confidence deal power \n",
+ "5\t3.57143\tbusiness sector market tourism economy industry investment local economic growth agriculture product opportunity support export increase benefit create grow potential \n",
+ "6\t3.57143\tdevelopment woman support policy community strategy role ensure economic programme stakeholder key achieve work improve plan launch national partner management \n",
+ "7\t3.57143\tcovid health service response public week continue pandemic situation time medical border travel ensure operation support emergency ship day include \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue pay landowner give law regulation license legal owner local director claim \n",
+ "9\t3.57143\tpolice officer public court case office order charge matter money accuse yesterday high law man rsipf business vehicle allege person \n",
+ "10\t3.57143\tcountry visit meeting island official security meet trade agreement development include regional leader cooperation sign assistance issue support member minister \n",
+ "11\t3.57143\tcommunity water people fishery area food village report management island local survey environment tuna affect live fishing resource damage day \n",
+ "12\t3.57143\teconomic country island region global impact challenge develop high world level economy growth increase address nation aid action sustainable international \n",
+ "13\t3.57143\tpeople good year leader medium add time nation continue thing speak day work corruption social citizen call today islander leadership \n",
+ "\n",
+ "<600> LL/token: -8.19214\n",
+ "<610> LL/token: -8.19164\n",
+ "<620> LL/token: -8.19254\n",
+ "<630> LL/token: -8.19192\n",
+ "<640> LL/token: -8.19281\n",
+ "\n",
+ "0\t3.57143\twork student education training program school australian event worker opportunity child family week study staff skill start young number job \n",
+ "1\t3.57143\tbudget financial report finance public percent government cost service fund payment total tax increase revenue expect pay system rate dollar \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose premier current issue address process guadalcanal statement consultation ministry plan \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work improve provide constituency funding road area government program community complete service include build \n",
+ "4\t3.57143\tparliament member government decision election political bill opposition statement ramsi question interest group minister concern chinese leader week confidence deal \n",
+ "5\t3.57143\tbusiness sector market tourism industry investment economy local economic growth agriculture product export support opportunity benefit increase create grow farmer \n",
+ "6\t3.57143\tdevelopment woman support policy community strategy economic programme role key achieve stakeholder work ensure provide launch national plan management partner \n",
+ "7\t3.57143\tcovid health service response week pandemic public time continue situation border medical travel provide ensure include operation emergency support ship \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue landowner give law local pay license owner legal director regulation accord \n",
+ "9\t3.57143\tpolice officer public court case order office charge matter money yesterday accuse law high business man rsipf vehicle official allege \n",
+ "10\t3.57143\tcountry visit meeting island security official meet agreement trade include leader cooperation sign regional development assistance discuss economic issue minister \n",
+ "11\t3.57143\tcommunity water people fishery area food village report management island environment survey tuna live local resource fishing affect home fish \n",
+ "12\t3.57143\teconomic country island region global impact develop economy high world challenge level growth increase aid nation address international action small \n",
+ "13\t3.57143\tpeople good year leader time medium add continue nation speak day thing call social citizen corruption work islander today live \n",
+ "\n",
+ "<650> LL/token: -8.1933\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<760> LL/token: -8.15996\n",
- "<770> LL/token: -8.16031\n",
- "<780> LL/token: -8.15963\n",
- "<790> LL/token: -8.15913\n",
- "\n",
- "0\t3.57143\tstudent year school land education week receive pay study teacher payment form staff high issue add give parent award time \n",
- "1\t3.57143\tissue public report medium decision statement concern state call question claim raise law action deal add people opposition interest matter \n",
- "2\t3.57143\tproject work support service provide training program build australian infrastructure fund building improve include complete assistance facility deliver road access \n",
- "3\t3.57143\tcountry visit island leader meeting official meet nation state support sign agreement cooperation security region issue include mission discuss assistance \n",
- "4\t3.57143\tmember parliament election constituency yesterday bill general process day candidate vote act group office today week chief follow pass hold \n",
- "5\t3.57143\tpeople water area island community food disaster village live ship affect boat report supply find clean home damage site sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force community continue vehicle medium law work commissioner conduct report information security station involve honiara \n",
- "7\t3.57143\tcourt case man charge accuse year allege arrest victim police investigation matter prosecution incident suspect face yesterday public high allegedly \n",
- "8\t3.57143\tteam time good play year game start place event today host week competition lead player match final stage yesterday open \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent industry year country cost product operate export sell money high good mining \n",
- "10\t3.57143\tgovernment provincial province national people development ministry budget fund western policy plan year premier add executive guadalcanal rural current propose \n",
- "11\t3.57143\tcovid health country case medical service people hospital emergency test vaccine week response include risk travel number flight care clinic \n",
- "12\t3.57143\tdevelopment economic country develop sector policy system support resource key management provide level partner ensure include challenge focus strategy address \n",
- "13\t3.57143\twoman people community child family work young youth day event church life live encourage culture speak program group learn violence \n",
- "\n",
- "<800> LL/token: -8.15902\n",
- "<810> LL/token: -8.15855\n",
- "<820> LL/token: -8.15856\n",
- "<830> LL/token: -8.15837\n",
- "<840> LL/token: -8.15769\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay study teacher payment form staff high add issue give parent start time \n",
- "1\t3.57143\tissue public report medium statement decision state concern call claim question raise law deal action add people interest opposition power \n",
- "2\t3.57143\tproject work support service provide training program build australian infrastructure fund building improve complete include assistance facility deliver road access \n",
- "3\t3.57143\tcountry visit island leader official meeting meet support sign nation state agreement cooperation security include issue assistance mission continue region \n",
- "4\t3.57143\tmember parliament election constituency yesterday bill process general day candidate vote act group follow week today office chief hold pass \n",
- "5\t3.57143\tpeople water area island community food disaster village live affect ship boat report find supply clean home damage sea site \n",
- "6\t3.57143\tpolice officer rsipf public operation force community continue vehicle medium report work law commissioner conduct information area station involve security \n",
- "7\t3.57143\tcourt case man charge accuse year allege arrest victim investigation police matter prosecution incident yesterday suspect high public face allegedly \n",
- "8\t3.57143\tteam time good play year start game place today week host event competition player lead match final stage goal big \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent country industry year cost product operate export sell money high mining operation \n",
- "10\t3.57143\tgovernment provincial province national people development ministry budget plan western fund add year policy premier executive guadalcanal current rural propose \n",
- "11\t3.57143\tcovid health country case medical people service hospital week emergency test vaccine response risk include travel number measure flight care \n",
- "12\t3.57143\tdevelopment economic country develop sector policy system support resource key provide management ensure include partner challenge level region address focus \n",
- "13\t3.57143\twoman people community child family work young youth event day church life live encourage culture speak group learn program violence \n",
- "\n",
- "<850> LL/token: -8.15903\n",
- "<860> LL/token: -8.15862\n",
- "<870> LL/token: -8.15871\n",
- "<880> LL/token: -8.15921\n",
- "<890> LL/token: -8.15994\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay study teacher payment form staff add issue high parent give time award \n",
- "1\t3.57143\tissue public report medium decision statement concern state call claim question raise deal action add law people opposition power matter \n",
- "2\t3.57143\tproject work support service provide training program build fund australian infrastructure building improve rural complete include assistance facility deliver access \n",
- "3\t3.57143\tcountry visit island leader official meeting meet support nation sign state agreement issue cooperation security include region assistance mission hold \n",
- "4\t3.57143\tmember parliament election constituency yesterday bill general process day candidate vote act group follow office today chief week people pass \n",
- "5\t3.57143\tpeople water area island community food disaster village live affect ship boat report supply find clean damage home sea site \n",
- "6\t3.57143\tpolice officer rsipf public operation force community continue vehicle medium work law report commissioner conduct information area station involve security \n",
- "7\t3.57143\tcourt case man charge accuse year allege arrest victim investigation police matter prosecution incident suspect yesterday public face high allegedly \n",
- "8\t3.57143\tteam time good play year game start place week today host event competition lead player match final stage goal yesterday \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent year country industry cost product operate export high sell money good mining \n",
- "10\t3.57143\tgovernment provincial province national people development ministry budget plan western policy year add premier executive fund guadalcanal current propose ensure \n",
- "11\t3.57143\tcovid health country case medical service people hospital emergency week test vaccine response travel include risk number care measure flight \n",
- "12\t3.57143\tdevelopment economic country develop sector support policy system resource key management provide ensure include challenge partner level plan focus address \n",
- "13\t3.57143\twoman people community child family work young youth event day life church live encourage culture speak group violence program learn \n",
- "\n",
- "<900> LL/token: -8.15992\n",
- "<910> LL/token: -8.15977\n",
- "<920> LL/token: -8.15959\n",
- "<930> LL/token: -8.16035\n",
- "<940> LL/token: -8.16155\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay study teacher payment staff form add high give parent number issue start \n",
- "1\t3.57143\tissue public report medium decision statement concern state call claim question raise deal action add law people opposition clear interest \n",
- "2\t3.57143\tproject work support service provide training program fund build australian infrastructure building rural improve complete community development assistance facility include \n",
- "3\t3.57143\tcountry visit island leader official meeting support meet sign nation state include agreement cooperation security region issue assistance mission continue \n",
- "4\t3.57143\tmember parliament election constituency yesterday bill general process act candidate vote group day office today week follow pass chief hold \n",
- "5\t3.57143\tpeople water area island food community disaster village live affect ship boat report find supply home clean damage travel sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force community continue vehicle medium work law commissioner report conduct information area security station people \n",
- "7\t3.57143\tcourt case man charge accuse year allege arrest victim police investigation matter prosecution incident yesterday suspect high face public allegedly \n",
- "8\t3.57143\tteam time good play year game start place week today event host competition lead player match final goal yesterday stage \n",
- "9\t3.57143\tbusiness company market local increase tourism log percent year country industry product cost export sell money operate high economy mining \n",
- "10\t3.57143\tgovernment provincial province national people ministry development budget plan western policy premier year add executive guadalcanal current fund propose issue \n",
- "11\t3.57143\tcovid health country case medical service people hospital week emergency test vaccine include response risk travel number continue flight care \n",
- "12\t3.57143\tdevelopment economic country develop sector policy support system resource key management provide include ensure level partner challenge address focus strategy \n",
- "13\t3.57143\twoman people community child work family young youth day event life church live encourage program culture speak violence group learn \n",
- "\n",
- "<950> LL/token: -8.16171\n"
+ "<660> LL/token: -8.19259\n",
+ "<670> LL/token: -8.19215\n",
+ "<680> LL/token: -8.1939\n",
+ "<690> LL/token: -8.19339\n",
+ "\n",
+ "0\t3.57143\twork education student training australian school program worker event child opportunity family study skill week staff young number start job \n",
+ "1\t3.57143\tbudget financial report finance government public percent cost fund payment service tax total revenue increase pay expect ministry rate system \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose issue current premier address guadalcanal process consultation plan statement continue \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work constituency road provide improve funding government area include program economic service facility complete \n",
+ "4\t3.57143\tparliament member government decision election political bill group statement opposition ramsi interest question minister concern yesterday chinese medium confidence call \n",
+ "5\t3.57143\tbusiness sector market tourism industry economy investment local growth economic agriculture product opportunity export support benefit increase create grow farmer \n",
+ "6\t3.57143\tdevelopment woman support policy community strategy programme economic role key stakeholder ensure provide achieve management partner work improve information launch \n",
+ "7\t3.57143\tcovid health service response public continue week pandemic time border medical situation travel ensure operation provide ship emergency support include \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue landowner pay law legal give license local owner regulation director accord \n",
+ "9\t3.57143\tpolice officer public court case order office charge matter money accuse yesterday high law business man rsipf vehicle official allege \n",
+ "10\t3.57143\tcountry visit meeting security island official meet agreement trade leader regional include sign development cooperation support assistance member discuss minister \n",
+ "11\t3.57143\tcommunity water people area fishery food village report island environment live management local affect survey tuna day fishing resource fish \n",
+ "12\t3.57143\teconomic country island region global impact high challenge develop economy world growth level increase international nation aid small address sustainable \n",
+ "13\t3.57143\tpeople good year leader time medium nation continue add speak thing day social work today citizen corruption important lot islander \n",
+ "\n",
+ "<700> LL/token: -8.19202\n",
+ "<710> LL/token: -8.19224\n",
+ "<720> LL/token: -8.19337\n",
+ "<730> LL/token: -8.19283\n",
+ "<740> LL/token: -8.19242\n",
+ "\n",
+ "0\t3.57143\twork education student training school program australian opportunity child worker event family staff study skill week young start number job \n",
+ "1\t3.57143\tbudget financial report finance public percent government cost fund service payment total tax revenue increase expect pay ministry system rate \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose issue process premier current guadalcanal address consultation statement plan ministry \n",
+ "3\t3.57143\tproject development support infrastructure fund rural work constituency road improve provide funding government area program build complete community facility economic \n",
+ "4\t3.57143\tparliament member government decision election political bill opposition interest ramsi statement group question minister chinese medium concern deal power week \n",
+ "5\t3.57143\tbusiness sector market tourism industry investment economy local economic growth agriculture product support export opportunity benefit create increase grow farmer \n",
+ "6\t3.57143\twoman development policy support community strategy economic programme ensure key stakeholder role achieve management work provide improve partner launch plan \n",
+ "7\t3.57143\tcovid health service response public week continue pandemic time provide medical border situation travel ensure include operation support people team \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue pay landowner give regulation legal law license owner director local claim \n",
+ "9\t3.57143\tpolice officer public court case order office charge yesterday law accuse money high matter man official rsipf business vehicle involve \n",
+ "10\t3.57143\tcountry visit meeting island security official meet agreement trade leader include regional development cooperation sign support assistance economic issue minister \n",
+ "11\t3.57143\tcommunity water people fishery area food report village local island environment live tuna resource management affect fishing damage forest fish \n",
+ "12\t3.57143\teconomic island country region global impact economy develop challenge high growth world level increase address aid sustainable international nation face \n",
+ "13\t3.57143\tpeople good leader year medium time nation add continue speak today thing day citizen corruption social work call islander important \n",
+ "\n",
+ "<750> LL/token: -8.1941\n",
+ "<760> LL/token: -8.19325\n",
+ "<770> LL/token: -8.19269\n",
+ "<780> LL/token: -8.19331\n",
+ "<790> LL/token: -8.19259\n",
+ "\n",
+ "0\t3.57143\twork education student training program school australian opportunity child worker event family study young staff week skill job start number \n",
+ "1\t3.57143\tbudget financial report public finance government percent cost fund payment total service tax increase revenue pay expect ministry money rate \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose premier current statement guadalcanal process issue address consultation plan ministry \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work constituency road provide improve government funding area service community program facility economic build \n",
+ "4\t3.57143\tparliament member government decision election political bill interest opposition ramsi group question medium statement minister concern leader confidence power deal \n",
+ "5\t3.57143\tbusiness sector market tourism investment industry economy local economic agriculture product growth benefit support opportunity export increase create grow farmer \n",
+ "6\t3.57143\tdevelopment woman support policy community strategy ensure programme role stakeholder economic key provide achieve work management improve plan information launch \n",
+ "7\t3.57143\tcovid health service response public continue week pandemic time border situation medical travel include provide ensure ship operation emergency support \n",
+ "8\t3.57143\tcompany business land log operation process mining operate issue landowner legal regulation pay license give owner law local director claim \n",
+ "9\t3.57143\tpolice officer public court case order charge office law yesterday matter accuse money high business man official rsipf force vehicle \n",
+ "10\t3.57143\tcountry visit island meeting security official trade agreement meet regional include leader sign cooperation development support assistance issue minister discuss \n",
+ "11\t3.57143\tcommunity water people fishery area food village report local environment island live tuna affect management resource fishing fish damage source \n",
+ "12\t3.57143\teconomic country island region global impact economy challenge develop high growth world level address increase aid sustainable action climate international \n",
+ "13\t3.57143\tpeople good year leader time nation medium continue add speak thing day social today corruption work citizen islander lot important \n",
+ "\n",
+ "<800> LL/token: -8.19267\n",
+ "<810> LL/token: -8.1923\n",
+ "<820> LL/token: -8.19271\n",
+ "<830> LL/token: -8.19053\n",
+ "<840> LL/token: -8.18848\n",
+ "\n",
+ "0\t3.57143\twork education student training program school australian child opportunity worker event family young staff study skill week job start number \n",
+ "1\t3.57143\tbudget financial report finance public government percent cost fund service payment total tax revenue increase pay ministry expect money rate \n",
+ "2\t3.57143\tgovernment provincial province national policy add western executive propose ensure issue current premier statement guadalcanal consultation address process office plan \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work constituency road improve provide funding program government area community service economic include build \n",
+ "4\t3.57143\tparliament member decision election political government bill opposition ramsi statement group interest question minister concern yesterday medium leader deal party \n",
+ "5\t3.57143\tbusiness sector market tourism industry local economy investment economic agriculture product growth export opportunity benefit support increase grow create farmer \n",
+ "6\t3.57143\tdevelopment woman support policy community strategy programme ensure economic key role stakeholder achieve management work provide plan address launch national \n",
+ "7\t3.57143\tcovid health service response week public pandemic time border medical ensure travel continue situation provide include support ship operation emergency \n",
+ "8\t3.57143\tcompany business land log operation process mining issue operate landowner law pay legal give license regulation owner director local claim \n",
+ "9\t3.57143\tpolice officer public court case order charge office law accuse matter yesterday money high business official man rsipf vehicle force \n",
+ "10\t3.57143\tcountry visit meeting island security official development meet trade regional agreement leader include cooperation sign assistance minister support issue member \n",
+ "11\t3.57143\tcommunity people water area fishery food village report local island resource environment tuna live management fishing affect fish problem forest \n",
+ "12\t3.57143\teconomic country island region global impact economy high growth challenge develop level world increase sustainable aid action address international nation \n",
+ "13\t3.57143\tpeople good year leader medium time continue nation speak add work thing day today corruption citizen leadership live islander social \n",
+ "\n",
+ "<850> LL/token: -8.19053\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<960> LL/token: -8.16082\n",
- "<970> LL/token: -8.16139\n",
- "<980> LL/token: -8.16104\n",
- "<990> LL/token: -8.16207\n",
- "\n",
- "0\t3.57143\tstudent school year land education week receive pay study teacher payment form staff add time high give parent start award \n",
- "1\t3.57143\tissue public report medium statement decision concern state call claim question raise deal add action law people interest opposition clear \n",
- "2\t3.57143\tproject work support service provide training program fund build community australian infrastructure rural improve building development complete include assistance facility \n",
- "3\t3.57143\tcountry visit island leader official meeting support meet sign nation state security agreement cooperation include region assistance mission issue continue \n",
- "4\t3.57143\tmember parliament election constituency yesterday bill general process candidate day act vote group office chief follow today week pass political \n",
- "5\t3.57143\tpeople water area island food disaster village community live affect ship report boat find supply home clean damage travel sea \n",
- "6\t3.57143\tpolice officer rsipf public operation force community continue vehicle medium work law report commissioner conduct information station involve area people \n",
- "7\t3.57143\tcourt case man charge accuse year allege arrest victim police matter prosecution incident suspect yesterday face public high allegedly investigation \n",
- "8\t3.57143\tteam time good play year game start place week today host event competition player match lead final goal stage open \n",
- "9\t3.57143\tbusiness company market local increase tourism year log percent industry country product cost export sell money operate high investment mining \n",
- "10\t3.57143\tgovernment provincial province national people ministry budget development plan western policy premier year executive add guadalcanal current fund propose issue \n",
- "11\t3.57143\tcovid health country case medical service people hospital week emergency test vaccine response include risk number travel flight measure care \n",
- "12\t3.57143\tdevelopment economic country develop sector policy support system resource key provide management ensure include partner level challenge focus strategy plan \n",
- "13\t3.57143\twoman people community child family work young youth event day life church live encourage culture speak group violence program learn \n",
- "\n",
- "<1000> LL/token: -8.16044\n",
- "\n",
- "Total time: 1 minutes 42 seconds\n",
+ "<860> LL/token: -8.18865\n",
+ "<870> LL/token: -8.18917\n",
+ "<880> LL/token: -8.19049\n",
+ "<890> LL/token: -8.1908\n",
+ "\n",
+ "0\t3.57143\twork education student training program school opportunity australian child worker family young event study skill staff number job week start \n",
+ "1\t3.57143\tbudget financial report government public finance percent cost payment fund service total tax revenue increase pay ministry expect money rate \n",
+ "2\t3.57143\tgovernment provincial province national policy add western executive propose ensure statement current guadalcanal issue premier address process consultation continue office \n",
+ "3\t3.57143\tproject development support infrastructure fund rural work constituency road improve provide funding area service program community government complete include facility \n",
+ "4\t3.57143\tmember parliament decision government election political bill interest opposition ramsi group question leader minister statement medium power yesterday deal confidence \n",
+ "5\t3.57143\tbusiness sector market tourism industry investment local economy economic agriculture product export growth opportunity benefit grow support create increase farmer \n",
+ "6\t3.57143\tdevelopment woman support policy community strategy ensure economic programme key stakeholder role achieve improve plan work provide management partner sector \n",
+ "7\t3.57143\tcovid health service response public week continue time pandemic provide medical border situation travel ensure support include operation ship emergency \n",
+ "8\t3.57143\tcompany land business log process operation mining issue operate landowner pay law give director license legal owner local explain claim \n",
+ "9\t3.57143\tpolice officer public court case order charge office yesterday law matter accuse money high business man force rsipf official vehicle \n",
+ "10\t3.57143\tcountry visit island meeting security official include trade meet agreement regional leader development cooperation sign support assistance issue minister discussion \n",
+ "11\t3.57143\tcommunity water people fishery area food village report local island management environment tuna live affect resource fishing day fish problem \n",
+ "12\t3.57143\teconomic island country global region impact economy growth high challenge develop level increase world address sustainable aid international climate small \n",
+ "13\t3.57143\tpeople good year leader medium add time nation continue speak thing day today social citizen islander corruption work challenge leadership \n",
+ "\n",
+ "<900> LL/token: -8.19158\n",
+ "<910> LL/token: -8.19035\n",
+ "<920> LL/token: -8.19132\n",
+ "<930> LL/token: -8.19185\n",
+ "<940> LL/token: -8.19119\n",
+ "\n",
+ "0\t3.57143\twork education student training program school australian child opportunity worker family young event week study staff skill job number experience \n",
+ "1\t3.57143\tbudget financial report public finance government percent fund cost payment total service tax revenue pay increase ministry expect system money \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose guadalcanal premier statement current address issue consultation process plan ministry \n",
+ "3\t3.57143\tproject support development infrastructure fund rural work constituency road improve provide funding area service build complete program community facility construction \n",
+ "4\t3.57143\tmember parliament decision government election political bill interest group opposition ramsi minister question statement medium leader concern deal power confidence \n",
+ "5\t3.57143\tbusiness sector market tourism industry investment local economy agriculture product economic export growth benefit increase opportunity support create grow farmer \n",
+ "6\t3.57143\tdevelopment woman support policy community strategy economic key ensure programme role stakeholder provide achieve work national partner improve plan management \n",
+ "7\t3.57143\tcovid health service response public pandemic week situation time continue border include medical ensure travel provide ship support emergency day \n",
+ "8\t3.57143\tcompany land business log operation process mining operate issue landowner law legal give license director owner claim local pay regulation \n",
+ "9\t3.57143\tpolice officer public court case order charge office law business accuse yesterday money matter high force man rsipf vehicle allege \n",
+ "10\t3.57143\tcountry visit island meeting security official include meet trade regional agreement leader cooperation sign development assistance support issue discussion region \n",
+ "11\t3.57143\tcommunity people water fishery area food village local island report environment resource management tuna live fishing affect place fish problem \n",
+ "12\t3.57143\teconomic island country global region economy impact growth high challenge develop level world increase address aid sustainable climate nation small \n",
+ "13\t3.57143\tpeople good year leader time medium continue nation speak add thing day corruption social islander citizen today peace important live \n",
+ "\n",
+ "<950> LL/token: -8.19264\n",
+ "<960> LL/token: -8.19065\n",
+ "<970> LL/token: -8.18925\n",
+ "<980> LL/token: -8.1899\n",
+ "<990> LL/token: -8.1907\n",
+ "\n",
+ "0\t3.57143\twork education student training program school australian child opportunity worker family young staff skill study week job event number youth \n",
+ "1\t3.57143\tbudget financial report finance public percent government fund cost payment service total tax revenue increase pay ministry expect money dollar \n",
+ "2\t3.57143\tgovernment provincial province national policy add western ensure executive propose issue premier guadalcanal address statement current office consultation continue ministry \n",
+ "3\t3.57143\tproject support development infrastructure rural fund work provide constituency road improve funding area service complete build economic program community include \n",
+ "4\t3.57143\tmember parliament decision government election political bill statement opposition interest ramsi question minister medium leader group concern confidence yesterday power \n",
+ "5\t3.57143\tbusiness sector market tourism industry local investment economy agriculture product export economic increase benefit opportunity growth support create grow farmer \n",
+ "6\t3.57143\tdevelopment woman policy support community strategy economic ensure programme key stakeholder role plan management provide improve achieve launch sector national \n",
+ "7\t3.57143\tcovid health service response situation continue public week pandemic support time medical border travel provide include people operation ensure ship \n",
+ "8\t3.57143\tcompany land business log operation process mining issue operate landowner legal pay give license owner accord claim director law local \n",
+ "9\t3.57143\tpolice officer public court case order charge office law yesterday accuse high money matter business force official man rsipf vehicle \n",
+ "10\t3.57143\tcountry visit island meeting security official regional meet trade agreement leader include development cooperation sign assistance economic support discussion minister \n",
+ "11\t3.57143\tcommunity water people fishery area food report island village local management resource environment tuna live fishing affect day problem forest \n",
+ "12\t3.57143\teconomic country island economy impact global region growth high challenge develop level world increase aid address nation climate sustainable action \n",
+ "13\t3.57143\tpeople good year time leader nation medium continue add speak day thing today work peace social corruption important citizen leadership \n",
+ "\n",
+ "<1000> LL/token: -8.18993\n",
+ "\n",
+ "Total time: 49 seconds\n",
"Mallet LDA: 15 topics, 4 topic bits, 1111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -10.17838\n",
- "<20> LL/token: -9.22387\n",
- "<30> LL/token: -8.66123\n",
- "<40> LL/token: -8.45402\n",
- "\n",
- "0\t3.33333\tcovid country case health increase percent number market continue worker measure risk test vaccine border record public response total positive \n",
- "1\t3.33333\tcourt case charge accuse year public high order allege matter prosecution law face yesterday man hear victim money represent trial \n",
- "2\t3.33333\tpeople government work time year add good late serve service speak continue bring long national open change today country travel \n",
- "3\t3.33333\tpolice officer rsipf man incident report force investigation arrest vehicle operation medium suspect public station commissioner involve information body death \n",
- "4\t3.33333\tcountry government leader visit meeting support official security member meet minister island issue nation sign cooperation agreement assistance peace ramsi \n",
- "5\t3.33333\tisland country world region impact report small high area environment people global level action year accord state local resource large \n",
- "6\t3.33333\tsupport project training program provide management work programme improve rural development market include train activity benefit area capacity participant local \n",
- "7\t3.33333\tteam company good play log time game start place competition final player week match mining yesterday lead today goal hold \n",
- "8\t3.33333\tissue land government statement decision claim report question call concern public opposition bill state raise medium deal group company landowner \n",
- "9\t3.33333\tstudent school year event education young youth teacher day study learn culture form program attend start celebration child parent local \n",
- "10\t3.33333\tservice project work health medical provide facility road support complete infrastructure supply hospital building staff site build include equipment construction \n",
- "11\t3.33333\tgovernment business year fund budget financial ministry public pay cost receive process finance add member grant dollar payment total current \n",
- "12\t3.33333\tdevelopment woman policy economic country support sector tourism key address plan government ensure national economy achieve opportunity launch include growth \n",
- "13\t3.33333\tcommunity people family water child area live village home disaster church life affect boat violence woman day safe problem girl \n",
- "14\t3.33333\tprovincial province member election parliament national constituency people premier general western process government candidate vote medium day executive act office \n",
- "\n",
- "<50> LL/token: -8.36111\n",
- "<60> LL/token: -8.31396\n",
- "<70> LL/token: -8.28378\n",
- "<80> LL/token: -8.26413\n",
- "<90> LL/token: -8.25005\n",
- "\n",
- "0\t3.33333\tcovid country health case worker week number continue border public response test vaccine record percent risk measure ensure emergency passenger \n",
- "1\t3.33333\tcourt case charge accuse year public allege high man matter victim order prosecution yesterday face hear time allegedly trial director \n",
- "2\t3.33333\tpeople work time good year add continue serve late bring long country thing speak leave job islander change lot service \n",
- "3\t3.33333\tpolice officer rsipf report force incident operation investigation vehicle medium man arrest public suspect station commissioner involve information body law \n",
- "4\t3.33333\tcountry government leader visit support meeting official island security meet issue assistance minister sign member state cooperation agreement nation include \n",
- "5\t3.33333\tisland country world report high impact region small year environment global area level resource fishery increase accord large protect low \n",
- "6\t3.33333\tprogram training support market provide work local project management community activity rural programme product train opportunity improve participant information benefit \n",
- "7\t3.33333\tteam play good time game week start yesterday today place final lead competition player match mining hold stage goal early \n",
- "8\t3.33333\tissue government land company medium decision statement concern claim question call report log deal state raise opposition group law action \n",
- "9\t3.33333\tstudent school year event education youth young study day teacher culture learn attend form child week celebration parent program award \n",
- "10\t3.33333\tproject service work provide support medical health facility infrastructure road complete building hospital build supply include site staff equipment construction \n",
- "11\t3.33333\tgovernment year business fund public pay budget financial money ministry cost receive payment service grant finance total dollar member process \n",
- "12\t3.33333\tdevelopment government policy woman economic country support national sector ensure plan key tourism address economy develop partner achieve priority growth \n",
- "13\t3.33333\tcommunity people family water child woman live area village home affect disaster life day church boat problem violence girl food \n",
- "14\t3.33333\tprovincial member province government election parliament national constituency executive premier western candidate general office vote process act yesterday day people \n",
- "\n",
- "<100> LL/token: -8.23845\n",
- "<110> LL/token: -8.22855\n",
- "<120> LL/token: -8.22191\n",
- "<130> LL/token: -8.21863\n",
- "<140> LL/token: -8.21193\n",
- "\n",
- "0\t3.33333\tcovid country health case week number border response public travel test vaccine continue risk emergency measure situation record follow passenger \n",
- "1\t3.33333\tcourt case charge accuse year allege man high public victim matter order prosecution yesterday face time allegedly hear trial represent \n",
- "2\t3.33333\tpeople work time good year add country continue thing serve bring late long tourism speak leave islander job lot hard \n",
- "3\t3.33333\tpolice officer rsipf report force incident operation investigation vehicle public medium arrest suspect man commissioner station involve law information continue \n",
- "4\t3.33333\tcountry government leader visit meeting island support official security meet issue member assistance minister state sign include cooperation agreement regional \n",
- "5\t3.33333\tisland country high world report impact region environment small area global year fishery increase resource level low large accord protect \n",
- "6\t3.33333\tprogram training support work market local provide activity business community management opportunity train product participant programme information include agriculture rural \n",
- "7\t3.33333\tteam play time good week game start yesterday today lead final competition place player match hold stage group goal sport \n",
- "8\t3.33333\tissue government company land medium decision statement claim concern question call log deal report opposition raise state law landowner action \n",
- "9\t3.33333\tstudent school year education event youth young study day teacher culture learn form attend week child award celebration parent today \n",
- "10\t3.33333\tproject service work support provide health medical infrastructure facility road complete build building hospital include supply site staff fund equipment \n",
- "11\t3.33333\tgovernment year business public fund pay budget financial money service receive cost ministry payment percent increase total grant finance process \n",
- "12\t3.33333\tdevelopment government policy economic support national sector country ensure plan address key develop partner priority achieve growth economy strategy challenge \n",
- "13\t3.33333\tcommunity woman people family water child live village area home affect disaster day boat girl violence life problem church food \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill candidate western vote office general act yesterday process leader \n",
- "\n",
- "<150> LL/token: -8.21016\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -9.97961\n",
+ "<20> LL/token: -9.1439\n",
+ "<30> LL/token: -8.68599\n",
+ "<40> LL/token: -8.49073\n",
+ "\n",
+ "0\t3.33333\tgovernment budget project service fund ministry infrastructure finance road cost total tax expect revenue financial transport public funding dollar construction \n",
+ "1\t3.33333\twork people opportunity worker job number islander add guadalcanal program employment week month good government continue receive scheme benefit create \n",
+ "2\t3.33333\tgovernment provincial province national people western issue water meeting executive add premier address current policy continue assure yesterday office week \n",
+ "3\t3.33333\tpolice officer court order case public charge corruption law yesterday accuse matter high money office business rsipf man allege property \n",
+ "4\t3.33333\tpeople year time live thing report island village home life leave family big damage problem lot long small affect find \n",
+ "5\t3.33333\tleader security government visit country island official nation chinese australian interest mission assistance ramsi cooperation political concern relationship state delegation \n",
+ "6\t3.33333\tbusiness local market industry product food export increase good price farmer small high produce grow add production economy sell income \n",
+ "7\t3.33333\twoman community leader leadership event child role youth people young social peace group opportunity work important change day member participant \n",
+ "8\t3.33333\ttourism sign agreement international investment include island government open visit travel establish provide potential host industry operator bring arrangement large \n",
+ "9\t3.33333\teconomic country economy growth region policy develop trade global sector regional level sustainable increase reform percent investment impact challenge resource \n",
+ "10\t3.33333\tsupport provide education training service system student school include facility health management team plan complete program study build information fund \n",
+ "11\t3.33333\tcompany land log medium mining claim operation pay government issue landowner business operate license question give deal report accord director \n",
+ "12\t3.33333\tcovid fishery health pandemic response ensure continue border measure protect impact effort risk day tuna emergency include fishing time case \n",
+ "13\t3.33333\tmember parliament public report process bill election statement decision act party cabinet medium interest office follow motion government require law \n",
+ "14\t3.33333\tdevelopment support project economic rural improve sector policy partner community area partnership program strategy programme constituency implement national implementation priority \n",
+ "\n",
+ "<50> LL/token: -8.39256\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<160> LL/token: -8.20724\n",
- "<170> LL/token: -8.20343\n",
- "<180> LL/token: -8.20108\n",
- "<190> LL/token: -8.19902\n",
- "\n",
- "0\t3.33333\tcovid country health case week response travel border number test vaccine public continue emergency risk passenger ensure measure confirm ship \n",
- "1\t3.33333\tcourt case charge accuse year allege man high public victim matter prosecution yesterday order face time allegedly hear trial represent \n",
- "2\t3.33333\tpeople work time good year country add continue thing serve tourism speak bring late long islander leave change lot job \n",
- "3\t3.33333\tpolice officer rsipf report force incident operation public investigation vehicle medium arrest suspect station commissioner man involve continue law information \n",
- "4\t3.33333\tcountry government leader visit island support meeting official meet security issue member assistance include regional sign state cooperation agreement peace \n",
- "5\t3.33333\tisland country high world report impact region area environment small resource fishery level global year increase large low accord protect \n",
- "6\t3.33333\tprogram training work local market support provide business opportunity activity management information community train product participant programme agriculture industry include \n",
- "7\t3.33333\tteam time play good game week start yesterday today place final lead competition player match stage group goal hold sport \n",
- "8\t3.33333\tissue government company land medium decision statement claim question concern log call deal opposition raise report state law add landowner \n",
- "9\t3.33333\tstudent school year education event youth young study day teacher culture church form learn week attend award celebration child parent \n",
- "10\t3.33333\tproject service work support provide health medical infrastructure facility road complete building build fund hospital supply include site area staff \n",
- "11\t3.33333\tgovernment year public business fund pay budget money financial service cost receive payment ministry total increase percent grant month finance \n",
- "12\t3.33333\tdevelopment government policy economic support national country sector ensure plan key address develop partner priority achieve growth strategy implement challenge \n",
- "13\t3.33333\tcommunity woman people family water child village live area home affect disaster day boat girl violence problem life food call \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill western candidate vote office yesterday general act process political \n",
- "\n",
- "<200> LL/token: -8.1969\n",
- "<210> LL/token: -8.19573\n",
- "<220> LL/token: -8.19417\n",
- "<230> LL/token: -8.19446\n",
- "<240> LL/token: -8.1923\n",
- "\n",
- "0\t3.33333\tcovid country health case week travel response border number test vaccine public emergency continue risk ship situation passenger follow measure \n",
- "1\t3.33333\tcourt case charge accuse year allege man high public victim matter prosecution order yesterday face time allegedly hear trial represent \n",
- "2\t3.33333\tpeople work time good country year add continue thing serve tourism bring speak long late nation change islander lot hard \n",
- "3\t3.33333\tpolice officer rsipf report force operation incident public vehicle investigation medium arrest suspect commissioner station man involve law continue information \n",
- "4\t3.33333\tcountry government leader visit island meeting support official meet security issue member assistance include regional sign state agreement cooperation minister \n",
- "5\t3.33333\tisland country high world impact report region environment increase area resource fishery small year global level low large population accord \n",
- "6\t3.33333\tprogram training work market local support business provide opportunity information train product participant management activity agriculture include worker programme skill \n",
- "7\t3.33333\tteam play time week good game start yesterday today final lead place competition player match stage hold goal group month \n",
- "8\t3.33333\tissue government company land medium decision statement claim concern question log call deal opposition report raise state law add landowner \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture form learn week award attend today celebration child \n",
- "10\t3.33333\tproject service work support provide health infrastructure medical facility road complete build building hospital fund include supply site area staff \n",
- "11\t3.33333\tgovernment year public fund pay business budget money financial service cost receive payment ministry total increase month grant finance percent \n",
- "12\t3.33333\tdevelopment government policy economic support national sector ensure plan country address key develop partner priority implement growth challenge achieve strategy \n",
- "13\t3.33333\tcommunity woman people family water child area live village home affect disaster day boat girl violence problem life issue province \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill candidate process vote yesterday general office western leader act \n",
- "\n",
- "<250> LL/token: -8.19117\n",
- "<260> LL/token: -8.18986\n",
- "<270> LL/token: -8.18925\n",
- "<280> LL/token: -8.18895\n",
- "<290> LL/token: -8.18832\n",
- "\n",
- "0\t3.33333\tcovid health country case week travel border response test vaccine number ship public emergency risk continue ensure situation follow passenger \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim public matter prosecution yesterday order face time allegedly hear trial represent \n",
- "2\t3.33333\tpeople work time country good year add continue serve tourism thing speak late long bring nation islander change lot place \n",
- "3\t3.33333\tpolice officer rsipf report force incident operation public vehicle investigation medium suspect arrest commissioner station continue law involve information man \n",
- "4\t3.33333\tcountry government leader visit island meeting support official meet security issue member assistance include regional sign agreement state cooperation region \n",
- "5\t3.33333\tisland country high world impact increase report environment region area resource fishery small year global percent level large low population \n",
- "6\t3.33333\tprogram training work business local market support provide opportunity information activity product train participant agriculture include worker skill management industry \n",
- "7\t3.33333\tteam time play good start week game today yesterday final place lead competition player match stage hold goal group early \n",
- "8\t3.33333\tissue government company land medium decision claim statement concern question call log deal opposition report raise state law action landowner \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture form learn week attend award celebration today child \n",
- "10\t3.33333\tproject service work support provide infrastructure facility medical health complete road build building fund hospital include supply site area deliver \n",
- "11\t3.33333\tgovernment year public fund pay budget money financial service business receive cost payment ministry total increase grant month finance dollar \n",
- "12\t3.33333\tdevelopment government policy economic support national sector ensure plan country address key develop partner priority implement growth achieve strategy stakeholder \n",
- "13\t3.33333\tcommunity woman people family water child area live village home affect disaster boat girl day violence problem life issue province \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill candidate vote western act office general yesterday political process \n",
- "\n",
- "<300> LL/token: -8.18724\n",
- "<310> LL/token: -8.18807\n",
- "<320> LL/token: -8.1881\n",
- "<330> LL/token: -8.18582\n",
- "<340> LL/token: -8.18508\n",
- "\n",
- "0\t3.33333\tcovid health country case travel week border response test vaccine ship emergency number risk continue public passenger measure confirm day \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim public matter prosecution yesterday order face time allegedly hear trial represent \n",
- "2\t3.33333\tpeople work country time good year add continue thing tourism serve speak bring nation late long islander lot change important \n",
- "3\t3.33333\tpolice officer rsipf report force public incident operation vehicle investigation medium suspect arrest station commissioner law continue involve information member \n",
- "4\t3.33333\tcountry government leader visit island meeting support official meet security issue assistance member include regional sign agreement state cooperation region \n",
- "5\t3.33333\tisland country high increase world impact report environment region area resource fishery small percent year level global large management population \n",
- "6\t3.33333\tprogram training work business local market support provide opportunity information train product participant activity worker agriculture skill industry management include \n",
- "7\t3.33333\tteam play time good week game start today yesterday place lead final competition player match stage goal open sport early \n",
- "8\t3.33333\tissue government company land medium decision statement claim concern question log call deal opposition raise state law report action landowner \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture week form learn attend award celebration child today \n",
- "10\t3.33333\tproject service work support provide infrastructure facility medical road complete health build building fund include site supply area hospital improve \n",
- "11\t3.33333\tgovernment year public fund pay budget money financial receive service cost business payment ministry total increase month grant add finance \n",
- "12\t3.33333\tdevelopment government policy support economic national sector ensure plan country address key develop partner implement priority stakeholder strategy achieve challenge \n",
- "13\t3.33333\tcommunity woman people family water child area village live home affect disaster day boat girl violence life problem issue province \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill candidate leader western vote general yesterday process office political \n",
- "\n",
- "<350> LL/token: -8.18395\n"
+ "<60> LL/token: -8.33909\n",
+ "<70> LL/token: -8.30429\n",
+ "<80> LL/token: -8.28367\n",
+ "<90> LL/token: -8.26583\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget service finance financial ministry payment total road cost tax revenue project expect percent pay funding transport dollar \n",
+ "1\t3.33333\twork people opportunity islander worker continue job year add good number employment program month scheme start receive time week create \n",
+ "2\t3.33333\tgovernment provincial province national people add policy western issue address executive premier continue current statement guadalcanal state meeting ensure opposition \n",
+ "3\t3.33333\tpolice officer court case order public charge corruption law yesterday business accuse office matter high money rsipf man vehicle official \n",
+ "4\t3.33333\tpeople time year thing live problem report village family home leave call area lot life damage happen long disaster situation \n",
+ "5\t3.33333\tleader security island country visit official nation assistance australian cooperation government chinese interest mission ramsi aid relationship delegation region meet \n",
+ "6\t3.33333\tbusiness local market industry food product increase export agriculture good price farmer small economy produce production high sicci grow add \n",
+ "7\t3.33333\twoman community event leadership role youth leader child young people social day group share opportunity important traditional member hold support \n",
+ "8\t3.33333\ttourism investment agreement sign international trade include island open travel provide opportunity arrangement visit potential site economic build operator major \n",
+ "9\t3.33333\teconomic economy country growth region global develop impact level increase sustainable challenge resource regional address high island policy sector report \n",
+ "10\t3.33333\tservice education provide student training support school system facility team information management staff include study program work complete skill conduct \n",
+ "11\t3.33333\tcompany land log medium claim mining operation business issue landowner process operate license question pay give deal director decision legal \n",
+ "12\t3.33333\tcovid health water fishery pandemic response ensure support border community continue day include effort impact measure emergency protect tuna risk \n",
+ "13\t3.33333\tmember parliament public election bill decision report process statement cabinet political party act minister pass state law committee power motion \n",
+ "14\t3.33333\tdevelopment project support economic rural improve policy sector infrastructure area plan partner program implement priority implementation partnership strategy national constituency \n",
+ "\n",
+ "<100> LL/token: -8.25378\n",
+ "<110> LL/token: -8.24501\n",
+ "<120> LL/token: -8.23738\n",
+ "<130> LL/token: -8.23183\n",
+ "<140> LL/token: -8.22893\n",
+ "\n",
+ "0\t3.33333\tgovernment budget fund finance service financial payment ministry total cost pay tax road revenue percent expect dollar month transport public \n",
+ "1\t3.33333\twork people opportunity year islander continue worker job good number add employment program business time month start benefit receive scheme \n",
+ "2\t3.33333\tgovernment provincial province national people add policy western issue address executive premier continue statement guadalcanal current ensure important opposition assure \n",
+ "3\t3.33333\tpolice officer court public case order charge corruption business yesterday accuse law high office matter vehicle money rsipf man official \n",
+ "4\t3.33333\tpeople time thing year problem live call leave village report home area family happen long lot damage life big late \n",
+ "5\t3.33333\tcountry island leader security visit official assistance cooperation nation australian chinese region meeting regional interest meet mission ramsi aid relationship \n",
+ "6\t3.33333\tbusiness market local industry increase food product export agriculture good price small farmer high add produce production sicci economy grow \n",
+ "7\t3.33333\twoman community event role youth people leadership child leader young opportunity social day work group traditional member change play challenge \n",
+ "8\t3.33333\ttourism agreement investment sign international include island service infrastructure trade provide open travel build construction site major potential local work \n",
+ "9\t3.33333\teconomic economy country growth global region develop impact level sustainable challenge increase resource address island high policy sector regional report \n",
+ "10\t3.33333\teducation student training service provide school support system information management facility team staff study include program complete work conduct skill \n",
+ "11\t3.33333\tcompany land log medium business mining claim operation landowner issue operate license question give process deal activity foreign letter investor \n",
+ "12\t3.33333\tcovid health water fishery response pandemic support ensure community continue medical border effort include day impact emergency protect tuna measure \n",
+ "13\t3.33333\tmember parliament public election bill decision political process report minister cabinet party statement act law follow state power pass meeting \n",
+ "14\t3.33333\tdevelopment project support economic rural policy sector improve area infrastructure implement partner plan implementation priority program strategy national constituency partnership \n",
+ "\n",
+ "<150> LL/token: -8.22552\n",
+ "<160> LL/token: -8.22104\n",
+ "<170> LL/token: -8.2173\n",
+ "<180> LL/token: -8.21407\n",
+ "<190> LL/token: -8.21\n",
+ "\n",
+ "0\t3.33333\tgovernment budget fund finance financial service payment ministry total cost pay tax revenue percent road public dollar funding expect grant \n",
+ "1\t3.33333\twork opportunity people business year continue islander good worker job number add employment program time month benefit scheme receive create \n",
+ "2\t3.33333\tgovernment provincial province national people add policy western address issue executive continue premier statement state current guadalcanal ensure important assure \n",
+ "3\t3.33333\tpolice officer court public case order charge corruption yesterday law accuse business office high matter vehicle rsipf money man allege \n",
+ "4\t3.33333\tpeople time thing year problem live family area long home leave village call happen lot damage report life situation big \n",
+ "5\t3.33333\tcountry island leader security visit official assistance cooperation meeting nation australian meet chinese region regional interest include mission ramsi aid \n",
+ "6\t3.33333\tbusiness market local industry increase food product export agriculture price good farmer small high produce add production cost sicci grow \n",
+ "7\t3.33333\twoman community event people youth role child leadership young leader social day opportunity work group peace member church share change \n",
+ "8\t3.33333\ttourism agreement investment sign international service infrastructure include construction island site government provide travel build work ship open major local \n",
+ "9\t3.33333\teconomic economy growth country global region impact develop challenge resource level sustainable island increase address sector trade high regional policy \n",
+ "10\t3.33333\teducation student training school provide system information service support staff facility team management include study program complete skill conduct work \n",
+ "11\t3.33333\tcompany land log medium business mining claim operation issue landowner operate license process question investor activity give foreign report deal \n",
+ "12\t3.33333\tcovid health water fishery support response pandemic ensure community border continue include medical provide effort day emergency protect tuna measure \n",
+ "13\t3.33333\tmember parliament public election decision bill political process minister party opposition cabinet statement act report power group yesterday interest law \n",
+ "14\t3.33333\tdevelopment project support economic rural policy improve sector area infrastructure plan implement implementation partner priority program partnership strategy constituency activity \n",
+ "\n",
+ "<200> LL/token: -8.20793\n",
+ "<210> LL/token: -8.20463\n",
+ "<220> LL/token: -8.20519\n",
+ "<230> LL/token: -8.20456\n",
+ "<240> LL/token: -8.20165\n",
+ "\n",
+ "0\t3.33333\tgovernment budget fund finance financial payment service ministry total cost pay tax revenue percent public report dollar grant month expect \n",
+ "1\t3.33333\twork business opportunity people islander year worker continue job good add number employment benefit time month create member program scheme \n",
+ "2\t3.33333\tgovernment provincial province people national add western policy issue address continue executive premier guadalcanal current statement leader ensure state important \n",
+ "3\t3.33333\tpolice officer court public case order charge corruption law yesterday accuse office high business vehicle matter rsipf money man official \n",
+ "4\t3.33333\tpeople time year thing road problem live area home leave call happen family long village damage big situation lot report \n",
+ "5\t3.33333\tcountry island leader visit security official meeting cooperation assistance australian nation trade region meet regional chinese include mission aid interest \n",
+ "6\t3.33333\tbusiness market local industry increase food product export agriculture price farmer good small high add produce production cost sector sicci \n",
+ "7\t3.33333\twoman community event people youth role child young leadership leader social day group family opportunity work change challenge play future \n",
+ "8\t3.33333\ttourism service agreement sign infrastructure international investment construction work include island government site provide ship build travel complete expect open \n",
+ "9\t3.33333\teconomic economy country growth global region develop impact level resource sustainable challenge island increase address high sector report regional action \n",
+ "10\t3.33333\teducation student training provide school information system management program team staff include facility support study service conduct skill work complete \n",
+ "11\t3.33333\tcompany land log medium business mining claim operation issue landowner operate process license foreign investor deal question report statement local \n",
+ "12\t3.33333\tcovid health water fishery support response pandemic ensure border community continue medical include effort provide day measure emergency impact tuna \n",
+ "13\t3.33333\tmember parliament public decision election bill political minister opposition process cabinet party statement act state power interest office group law \n",
+ "14\t3.33333\tdevelopment project support economic policy rural improve sector area infrastructure implement plan implementation priority partner partnership program strategy constituency activity \n",
+ "\n",
+ "<250> LL/token: -8.2005\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<360> LL/token: -8.18448\n",
- "<370> LL/token: -8.18442\n",
- "<380> LL/token: -8.18378\n",
- "<390> LL/token: -8.18355\n",
- "\n",
- "0\t3.33333\tcovid health country case travel week border response number ship test vaccine emergency risk continue public passenger confirm measure follow \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim public matter prosecution yesterday order face allegedly time hear trial represent \n",
- "2\t3.33333\tpeople country work time good add year continue thing serve speak tourism nation bring late long islander challenge change life \n",
- "3\t3.33333\tpolice officer rsipf report force public operation incident vehicle investigation medium suspect arrest commissioner station law continue involve information member \n",
- "4\t3.33333\tcountry government leader visit island meeting official support meet security issue member include regional assistance state sign agreement cooperation region \n",
- "5\t3.33333\tisland country high world increase impact report environment region fishery resource percent year area level small global management low population \n",
- "6\t3.33333\tprogram training work business local market support provide opportunity information train product participant worker activity agriculture skill industry food management \n",
- "7\t3.33333\tteam time play week good start game yesterday today final lead place competition player match hold stage goal early group \n",
- "8\t3.33333\tissue government company land medium decision statement claim concern question deal call opposition law raise state log report action interest \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture form learn week award attend celebration parent program \n",
- "10\t3.33333\tproject service work support provide infrastructure facility build health complete medical road building include fund site supply area plan deliver \n",
- "11\t3.33333\tgovernment year public fund pay budget money financial receive service cost payment ministry total business month grant report finance increase \n",
- "12\t3.33333\tdevelopment government policy support economic national sector ensure plan country address key develop partner priority implement stakeholder strategy achieve implementation \n",
- "13\t3.33333\tcommunity woman people family water child area village home live affect disaster day boat girl violence problem issue province life \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill candidate leader vote western process yesterday office act political \n",
- "\n",
- "<400> LL/token: -8.1838\n",
- "<410> LL/token: -8.18389\n",
- "<420> LL/token: -8.18472\n",
- "<430> LL/token: -8.18517\n",
- "<440> LL/token: -8.18405\n",
- "\n",
- "0\t3.33333\tcovid health country case travel week border response ship test vaccine emergency number risk passenger public confirm measure continue flight \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim public matter prosecution yesterday order face time allegedly hear trial count \n",
- "2\t3.33333\tpeople work country time good year add continue serve thing tourism speak nation bring long late change islander challenge lot \n",
- "3\t3.33333\tpolice officer rsipf report force public operation incident vehicle investigation medium suspect arrest commissioner station continue involve information law member \n",
- "4\t3.33333\tcountry government leader visit island meeting support official meet security issue include assistance member regional state sign agreement cooperation region \n",
- "5\t3.33333\tisland country high increase world impact environment percent report resource region year area fishery level small global management large population \n",
- "6\t3.33333\tprogram training business work local market support provide opportunity product train participant information worker agriculture skill management activity include industry \n",
- "7\t3.33333\tteam time play week good game start yesterday today place final lead competition player match hold goal stage early sport \n",
- "8\t3.33333\tissue government company land medium decision statement claim question concern call deal opposition law raise state log report action add \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture form learn week attend award celebration child parent \n",
- "10\t3.33333\tproject service work support provide infrastructure facility complete road build health building medical fund area site include supply hospital deliver \n",
- "11\t3.33333\tgovernment year public fund pay budget money receive financial service cost payment ministry total business month grant increase finance report \n",
- "12\t3.33333\tdevelopment government policy support economic national sector plan ensure address key country develop partner priority implement achieve strategy stakeholder implementation \n",
- "13\t3.33333\tcommunity woman family people water child village area live home affect disaster boat girl day violence problem province life issue \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill leader candidate vote political general yesterday western process office \n",
- "\n",
- "<450> LL/token: -8.18339\n",
- "<460> LL/token: -8.18428\n",
- "<470> LL/token: -8.18505\n",
- "<480> LL/token: -8.18445\n",
- "<490> LL/token: -8.18435\n",
- "\n",
- "0\t3.33333\tcovid health country case travel week border response ship test emergency vaccine number risk passenger measure continue confirm public flight \n",
- "1\t3.33333\tcourt case charge year accuse man allege high victim matter public prosecution yesterday order face time allegedly hear trial represent \n",
- "2\t3.33333\tpeople country work good time add year continue serve thing speak nation tourism bring long late change islander life challenge \n",
- "3\t3.33333\tpolice officer rsipf report force public operation incident vehicle investigation medium suspect arrest station commissioner continue law involve information unit \n",
- "4\t3.33333\tcountry government leader visit island meeting official support meet security issue include assistance member sign regional state agreement region cooperation \n",
- "5\t3.33333\tisland country high increase impact world percent environment report resource region fishery year area level small global management reduce population \n",
- "6\t3.33333\tprogram training work business local market support provide opportunity information train product participant worker agriculture skill activity industry include conduct \n",
- "7\t3.33333\tteam time play week good game start today yesterday place final lead competition player match stage group goal hold month \n",
- "8\t3.33333\tissue government company land medium decision statement concern claim question call deal opposition law state raise log report add action \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture form week learn attend award celebration child parent \n",
- "10\t3.33333\tproject service work support provide infrastructure build facility complete health road building fund medical area site include supply plan improve \n",
- "11\t3.33333\tgovernment year public fund pay budget money receive financial service cost payment ministry total business grant month finance report increase \n",
- "12\t3.33333\tdevelopment government policy support economic national sector ensure plan country address develop key partner implement priority stakeholder strategy achieve implementation \n",
- "13\t3.33333\tcommunity woman people family water child area village live home affect disaster boat girl day violence province problem issue life \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill leader candidate vote yesterday political general western office act \n",
- "\n",
- "<500> LL/token: -8.18502\n",
- "<510> LL/token: -8.18455\n",
- "<520> LL/token: -8.18397\n",
- "<530> LL/token: -8.18588\n",
- "<540> LL/token: -8.18435\n",
- "\n",
- "0\t3.33333\tcovid health country case travel week border ship response emergency test vaccine number risk public passenger continue measure flight confirm \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim public matter prosecution yesterday order face time allegedly hear trial count \n",
- "2\t3.33333\tpeople country work time good year add continue speak thing serve nation bring life long late change important islander challenge \n",
- "3\t3.33333\tpolice officer rsipf force report public operation incident vehicle investigation medium suspect arrest commissioner station continue law information involve member \n",
- "4\t3.33333\tcountry government leader visit island meeting official support security issue meet include member regional assistance state sign agreement region cooperation \n",
- "5\t3.33333\tisland country high increase world impact environment percent resource year region fishery report area level small global management population large \n",
- "6\t3.33333\ttraining program work business local market support provide opportunity train product information participant worker activity agriculture skill industry australian food \n",
- "7\t3.33333\tteam time play week good game start yesterday place today lead final competition player match stage hold goal group follow \n",
- "8\t3.33333\tissue government company land medium decision statement claim concern question call deal opposition report raise state log law action add \n",
- "9\t3.33333\tstudent school year education event youth young day study teacher church culture learn form week attend award program child celebration \n",
- "10\t3.33333\tproject service work support provide infrastructure facility build complete building road fund health medical include site area supply deliver plan \n",
- "11\t3.33333\tgovernment year public pay fund budget money receive financial service cost payment ministry total business month grant report finance dollar \n",
- "12\t3.33333\tdevelopment government policy support economic national sector ensure plan country develop address key partner priority stakeholder implement strategy achieve provide \n",
- "13\t3.33333\tcommunity woman people water family child area village home live affect disaster day boat girl violence problem province issue life \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill leader candidate vote political yesterday process general western act \n",
- "\n",
- "<550> LL/token: -8.18516\n"
+ "<260> LL/token: -8.20089\n",
+ "<270> LL/token: -8.2\n",
+ "<280> LL/token: -8.19755\n",
+ "<290> LL/token: -8.19717\n",
+ "\n",
+ "0\t3.33333\tgovernment budget fund finance financial payment ministry service total pay cost report tax public revenue percent dollar funding grant receive \n",
+ "1\t3.33333\twork business opportunity people islander continue year good worker job number employment time add benefit member program month support start \n",
+ "2\t3.33333\tgovernment provincial province people national add western issue address policy executive premier guadalcanal continue statement leader current state assure important \n",
+ "3\t3.33333\tpolice officer court public case order charge corruption law yesterday accuse high office vehicle business matter rsipf man money official \n",
+ "4\t3.33333\tpeople time year thing problem leave live area home family village happen lot call long report damage situation place life \n",
+ "5\t3.33333\tcountry island visit security leader official meeting cooperation assistance trade meet region regional nation australian include chinese mission aid ramsi \n",
+ "6\t3.33333\tmarket local industry business increase food product export agriculture price farmer small good add high cost produce production sector grow \n",
+ "7\t3.33333\twoman community event people role child youth leader leadership young social support day opportunity culture work challenge play group share \n",
+ "8\t3.33333\tproject tourism infrastructure service agreement road sign work international investment construction include build transport government provide expect ship site complete \n",
+ "9\t3.33333\teconomic economy country growth global develop impact region resource challenge level sustainable address island increase high sector investment report action \n",
+ "10\t3.33333\teducation student training school provide information team system staff program management include study skill conduct support work service survey important \n",
+ "11\t3.33333\tcompany land medium business log mining operation claim issue landowner process operate investor license foreign question local deal activity legal \n",
+ "12\t3.33333\tcovid health water fishery support response pandemic border ensure include provide continue community medical effort service day emergency tuna measure \n",
+ "13\t3.33333\tmember parliament decision public election political bill minister opposition party cabinet statement power group state process interest act question confidence \n",
+ "14\t3.33333\tdevelopment project support economic policy rural improve sector area implement priority implementation plan partner strategy program ensure infrastructure partnership activity \n",
+ "\n",
+ "<300> LL/token: -8.19606\n",
+ "<310> LL/token: -8.19332\n",
+ "<320> LL/token: -8.19449\n",
+ "<330> LL/token: -8.19291\n",
+ "<340> LL/token: -8.19299\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment ministry total pay service cost public tax report revenue percent funding dollar month receive \n",
+ "1\t3.33333\tbusiness work opportunity people islander good worker job year continue number add employment member create government time benefit program scheme \n",
+ "2\t3.33333\tgovernment provincial province people national add address western issue executive continue premier guadalcanal policy statement current ensure good speak yesterday \n",
+ "3\t3.33333\tpolice officer court public case order charge corruption law yesterday accuse office high vehicle matter rsipf man money official allege \n",
+ "4\t3.33333\tpeople time year thing leave problem live home long family happen call village damage lot area situation big good affect \n",
+ "5\t3.33333\tcountry island security visit official leader trade meeting assistance region cooperation regional meet australian nation include chinese mission aid ramsi \n",
+ "6\t3.33333\tmarket local industry food increase product export agriculture price farmer small high good produce production fishery cost add sector sell \n",
+ "7\t3.33333\twoman community people event child role youth young leader leadership social work day challenge support culture family live play church \n",
+ "8\t3.33333\tproject infrastructure tourism service road work include sign transport construction international build complete investment expect government site agreement provide local \n",
+ "9\t3.33333\teconomic economy growth country global impact develop region level island challenge resource increase sustainable address high report action percent investment \n",
+ "10\t3.33333\teducation student training school information provide team program system staff management study include skill conduct support work survey train learn \n",
+ "11\t3.33333\tcompany land log medium business operation mining claim issue operate landowner investor foreign license local question statement process deal give \n",
+ "12\t3.33333\tcovid health water support pandemic response border ensure fishery service continue community medical include provide day emergency effort tuna measure \n",
+ "13\t3.33333\tmember parliament decision public election political bill leader minister opposition party interest group power cabinet process act state statement pass \n",
+ "14\t3.33333\tdevelopment support economic policy project sector rural improve area implement strategy priority implementation plan program partner partnership provide national activity \n",
+ "\n",
+ "<350> LL/token: -8.193\n",
+ "<360> LL/token: -8.18799\n",
+ "<370> LL/token: -8.18801\n",
+ "<380> LL/token: -8.18529\n",
+ "<390> LL/token: -8.18428\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment ministry total pay cost public report service tax revenue dollar funding money percent receive \n",
+ "1\t3.33333\tbusiness work opportunity people good islander worker job continue year number employment member economy add time benefit create island scheme \n",
+ "2\t3.33333\tgovernment provincial province people national add address western issue continue executive premier guadalcanal statement policy current assure ensure state yesterday \n",
+ "3\t3.33333\tpolice officer court public order case charge corruption law yesterday accuse high matter office vehicle rsipf official money man business \n",
+ "4\t3.33333\tpeople time year thing leave problem home live family call long happen village place big damage situation area lot good \n",
+ "5\t3.33333\tcountry island security visit trade official meeting leader regional assistance cooperation agreement region meet australian include chinese sign mission aid \n",
+ "6\t3.33333\tmarket industry local fishery food export product agriculture increase price farmer high good small produce production cost tuna add activity \n",
+ "7\t3.33333\twoman community people event child role youth young leadership leader social work support day challenge group opportunity family peace culture \n",
+ "8\t3.33333\tproject infrastructure tourism service road work transport construction build include international complete provide local expect site major investment sign plan \n",
+ "9\t3.33333\teconomic economy growth country global impact develop region resource level island challenge increase high report sustainable address percent action environment \n",
+ "10\t3.33333\teducation student training school information provide program team system staff management study include support skill conduct survey work programme train \n",
+ "11\t3.33333\tcompany land log medium business mining operation issue claim operate landowner investor process local license foreign deal question give legal \n",
+ "12\t3.33333\tcovid health water support response pandemic border service ensure continue community include medical provide public effort emergency case measure day \n",
+ "13\t3.33333\tmember parliament decision election political public bill minister leader opposition party interest power group question cabinet process confidence state statement \n",
+ "14\t3.33333\tdevelopment support economic policy sector rural project improve area plan implement strategy implementation partner program priority partnership ensure key national \n",
+ "\n",
+ "<400> LL/token: -8.1834\n",
+ "<410> LL/token: -8.18393\n",
+ "<420> LL/token: -8.18186\n",
+ "<430> LL/token: -8.18091\n",
+ "<440> LL/token: -8.18036\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment report ministry total pay public cost tax revenue service money funding dollar receive month \n",
+ "1\t3.33333\tbusiness work opportunity people good islander worker job number continue year add member employment create time benefit island government scheme \n",
+ "2\t3.33333\tgovernment provincial people province national add western address continue issue executive premier guadalcanal policy statement current assure ensure important yesterday \n",
+ "3\t3.33333\tpolice officer court public order case charge corruption law yesterday accuse high vehicle matter office rsipf man official business force \n",
+ "4\t3.33333\tpeople time year thing problem leave home live family happen long call village damage lot area good big situation late \n",
+ "5\t3.33333\tcountry island visit security trade official meeting agreement region leader regional cooperation assistance meet australian sign include aid mission chinese \n",
+ "6\t3.33333\tmarket industry local fishery food export product increase agriculture price farmer produce high add production good tuna small benefit sector \n",
+ "7\t3.33333\twoman community people event role child youth young leadership work leader day social support family culture group peace live change \n",
+ "8\t3.33333\tproject infrastructure tourism service work road include build transport construction local complete expect international site plan provide major ship area \n",
+ "9\t3.33333\teconomic economy growth country global impact develop level region resource challenge island high increase sustainable address report percent environment action \n",
+ "10\t3.33333\teducation student training provide school information program team staff system support management study skill include conduct work survey learn programme \n",
+ "11\t3.33333\tcompany land log medium business mining operation claim issue investor operate landowner process local foreign license deal statement legal activity \n",
+ "12\t3.33333\tcovid health water support pandemic response border service ensure continue medical include provide community emergency time day effort public situation \n",
+ "13\t3.33333\tmember parliament decision election political bill leader public minister opposition party interest power group question statement state act confidence cabinet \n",
+ "14\t3.33333\tdevelopment support economic policy sector rural improve area priority strategy project implement implementation partnership ensure partner national plan program activity \n",
+ "\n",
+ "<450> LL/token: -8.17952\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<560> LL/token: -8.18602\n",
- "<570> LL/token: -8.18526\n",
- "<580> LL/token: -8.18502\n",
- "<590> LL/token: -8.18466\n",
- "\n",
- "0\t3.33333\tcovid health country case travel medical week border ship response emergency test vaccine number risk passenger confirm situation continue flight \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim public matter prosecution yesterday order face time allegedly hear trial count \n",
- "2\t3.33333\tpeople country work time good add year continue serve speak thing nation bring long late life change islander challenge important \n",
- "3\t3.33333\tpolice officer rsipf report force public operation incident investigation vehicle medium suspect arrest station commissioner information continue law involve member \n",
- "4\t3.33333\tcountry government leader visit island meeting official support meet issue security include member assistance regional sign state agreement region cooperation \n",
- "5\t3.33333\tisland country high increase world impact year percent environment report region fishery resource area small level global management population reduce \n",
- "6\t3.33333\ttraining program business work local market provide tourism support opportunity product train information participant worker industry agriculture skill activity important \n",
- "7\t3.33333\tteam time play good week game start yesterday today final place lead competition player match month goal early expect stage \n",
- "8\t3.33333\tissue government company land medium decision statement claim concern question call deal law opposition state raise log report interest action \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture learn form week attend award celebration child program \n",
- "10\t3.33333\tproject service work support provide infrastructure build facility building complete road fund area include site development plan supply deliver improve \n",
- "11\t3.33333\tgovernment year public pay fund budget money receive financial payment cost service ministry total business report month grant finance reveal \n",
- "12\t3.33333\tdevelopment government policy support economic national ensure sector plan country address key develop partner priority implement strategy stakeholder achieve provide \n",
- "13\t3.33333\tcommunity woman people water child family area village home live affect disaster boat girl day violence problem province issue life \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill leader candidate vote political yesterday act western general current \n",
- "\n",
- "<600> LL/token: -8.18394\n",
- "<610> LL/token: -8.18414\n",
- "<620> LL/token: -8.18413\n",
- "<630> LL/token: -8.18265\n",
- "<640> LL/token: -8.18145\n",
- "\n",
- "0\t3.33333\tcovid health country case medical travel week border hospital ship emergency test response vaccine number passenger risk flight patient situation \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim matter public prosecution yesterday order face allegedly time hear trial count \n",
- "2\t3.33333\tpeople work country good time add year continue speak serve thing nation late life long bring islander change important challenge \n",
- "3\t3.33333\tpolice officer rsipf report force public operation incident vehicle investigation medium suspect arrest commissioner station continue law information involve member \n",
- "4\t3.33333\tcountry government leader visit island meeting official issue meet security support regional member include state assistance region sign agreement cooperation \n",
- "5\t3.33333\tisland country high increase impact world percent environment year report resource fishery region level small global area management reduce population \n",
- "6\t3.33333\ttraining program business local work market tourism provide support opportunity train product participant information worker industry agriculture skill activity sell \n",
- "7\t3.33333\tteam time play week game start good today yesterday place final lead competition player match stage goal group sport hold \n",
- "8\t3.33333\tissue government company land medium decision statement concern claim question deal call law opposition log report raise state add action \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture learn form week attend program child award celebration \n",
- "10\t3.33333\tproject service work support provide infrastructure build facility fund complete building road area development plan site rural improve include assistance \n",
- "11\t3.33333\tgovernment year public pay fund budget money receive financial cost payment service ministry total month business increase report finance grant \n",
- "12\t3.33333\tdevelopment government policy support economic national ensure sector plan address country key develop partner priority implement stakeholder strategy achieve implementation \n",
- "13\t3.33333\tcommunity woman water people family child area village home live affect disaster day boat girl violence province problem issue life \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill candidate yesterday vote political leader western process general act \n",
- "\n",
- "<650> LL/token: -8.18092\n",
- "<660> LL/token: -8.18032\n",
- "<670> LL/token: -8.18013\n",
- "<680> LL/token: -8.18032\n",
- "<690> LL/token: -8.18033\n",
- "\n",
- "0\t3.33333\tcovid health country medical case hospital travel border week ship emergency test vaccine response number risk passenger flight patient service \n",
- "1\t3.33333\tcourt case charge accuse year man allege victim high matter public yesterday prosecution face order time allegedly hear trial count \n",
- "2\t3.33333\tpeople work country good time add year continue speak thing serve nation bring life late important long change islander challenge \n",
- "3\t3.33333\tpolice officer rsipf report force public operation vehicle incident investigation medium suspect arrest commissioner continue station law information involve member \n",
- "4\t3.33333\tcountry government leader visit island meeting official meet issue security support include member regional state agreement assistance region sign cooperation \n",
- "5\t3.33333\tisland country high increase percent world impact year environment report resource region fishery level global small area population reduce management \n",
- "6\t3.33333\ttraining program business local work market tourism provide opportunity support train product participant industry worker information agriculture skill activity knowledge \n",
- "7\t3.33333\tteam time play good week game start today yesterday place final lead competition player match stage early goal sport month \n",
- "8\t3.33333\tissue company land government medium decision statement claim concern question deal call opposition law state report raise log action landowner \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture form learn week attend child program award celebration \n",
- "10\t3.33333\tproject service work support provide infrastructure build development fund complete facility building road area plan rural site improve include access \n",
- "11\t3.33333\tgovernment year public pay fund budget money receive financial payment cost total ministry service business month finance grant reveal dollar \n",
- "12\t3.33333\tdevelopment government policy support economic national ensure sector plan country address key develop partner priority implement strategy stakeholder achieve system \n",
- "13\t3.33333\tcommunity woman people water family child area village home affect live disaster day boat girl province violence problem issue western \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill leader candidate vote yesterday political process general western act \n",
- "\n",
- "<700> LL/token: -8.17931\n",
- "<710> LL/token: -8.18052\n",
- "<720> LL/token: -8.17957\n",
- "<730> LL/token: -8.17907\n",
- "<740> LL/token: -8.17858\n",
- "\n",
- "0\t3.33333\tcovid health medical country case hospital travel border week ship service emergency test vaccine response risk passenger number flight situation \n",
- "1\t3.33333\tcourt case charge accuse year man allege high victim matter yesterday public prosecution face order allegedly time hear trial represent \n",
- "2\t3.33333\tpeople work good country time add year continue speak thing serve nation life bring late change long important islander live \n",
- "3\t3.33333\tpolice officer rsipf force report operation public incident vehicle medium investigation suspect arrest station commissioner continue information law involve unit \n",
- "4\t3.33333\tcountry government leader visit island meeting official support meet security issue member include regional state assistance agreement region sign cooperation \n",
- "5\t3.33333\tisland country high increase percent impact world year environment resource report region fishery global small level area population reduce low \n",
- "6\t3.33333\ttraining business program local work market tourism provide opportunity support train product participant industry information worker agriculture activity skill food \n",
- "7\t3.33333\tteam time play game good week start today yesterday place final lead competition player match stage goal group expect sport \n",
- "8\t3.33333\tissue government company land medium decision statement concern claim question call law deal report opposition log raise state action add \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture form learn week program attend child award parent \n",
- "10\t3.33333\tproject work support service provide infrastructure development build fund complete building area road facility rural plan deliver site access include \n",
- "11\t3.33333\tgovernment year public pay budget fund money receive financial service payment total cost ministry month report grant finance reveal dollar \n",
- "12\t3.33333\tdevelopment government policy support economic national ensure sector plan country address develop key partner priority stakeholder strategy implement achieve system \n",
- "13\t3.33333\tcommunity woman people water family child area village home live affect disaster day boat girl violence problem province issue western \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill leader candidate yesterday vote political western general act current \n",
- "\n",
- "<750> LL/token: -8.17907\n"
+ "<460> LL/token: -8.17818\n",
+ "<470> LL/token: -8.17864\n",
+ "<480> LL/token: -8.17866\n",
+ "<490> LL/token: -8.17885\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment total pay public report ministry tax service cost revenue funding receive dollar money grant \n",
+ "1\t3.33333\tbusiness work opportunity good people islander worker job number continue employment year member add create provide economy benefit time scheme \n",
+ "2\t3.33333\tgovernment provincial people province national add western continue executive issue address premier guadalcanal statement current good yesterday policy ensure assure \n",
+ "3\t3.33333\tpolice officer court public case order charge corruption law yesterday high accuse office matter vehicle rsipf official man money allege \n",
+ "4\t3.33333\tpeople time year thing leave problem live home long happen family lot call village damage big area situation find life \n",
+ "5\t3.33333\tcountry island visit security trade official meeting leader regional agreement region cooperation assistance sign meet include australian aid mission nation \n",
+ "6\t3.33333\tmarket industry fishery local food export product agriculture increase price farmer high add produce production tuna sector support benefit small \n",
+ "7\t3.33333\twoman community people event child youth role young leadership social leader work day culture challenge change peace family opportunity church \n",
+ "8\t3.33333\tproject infrastructure tourism service work road include build transport construction local complete provide international expect plan site major ship development \n",
+ "9\t3.33333\teconomic economy growth impact country global develop increase resource challenge region high level island report sustainable percent address environment action \n",
+ "10\t3.33333\teducation student training school program information team staff provide management system study support skill conduct work include survey train institution \n",
+ "11\t3.33333\tcompany land log medium business operation mining claim issue investor operate landowner process foreign local license give deal question letter \n",
+ "12\t3.33333\tcovid health water support response pandemic service border ensure continue community include medical provide public time emergency situation effort day \n",
+ "13\t3.33333\tmember parliament decision political election bill public leader minister opposition interest power party group act question cabinet state statement confidence \n",
+ "14\t3.33333\tdevelopment support economic policy sector rural improve area strategy national priority implementation ensure partner implement partnership program reform plan constituency \n",
+ "\n",
+ "<500> LL/token: -8.17761\n",
+ "<510> LL/token: -8.17761\n",
+ "<520> LL/token: -8.1784\n",
+ "<530> LL/token: -8.17582\n",
+ "<540> LL/token: -8.17678\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment pay total ministry public report tax service cost revenue money funding dollar receive month \n",
+ "1\t3.33333\tbusiness work opportunity good islander people job worker year continue number add employment member create time support program benefit economy \n",
+ "2\t3.33333\tgovernment provincial people province national add western issue continue executive address premier statement guadalcanal current state ensure assure policy important \n",
+ "3\t3.33333\tpolice officer court public order case charge corruption law yesterday accuse high office vehicle matter rsipf man official money allege \n",
+ "4\t3.33333\tpeople time year thing problem leave live home long happen lot area call damage family village big place situation day \n",
+ "5\t3.33333\tcountry island visit security trade regional meeting official region agreement leader assistance meet cooperation sign australian include aid mission chinese \n",
+ "6\t3.33333\tmarket industry fishery local food export product agriculture increase price farmer produce production high tuna good add sector benefit fishing \n",
+ "7\t3.33333\twoman community people event child youth role young work leadership leader social day family peace support group culture change challenge \n",
+ "8\t3.33333\tproject infrastructure tourism service work road build include transport construction local complete expect plan provide site international development access major \n",
+ "9\t3.33333\teconomic economy growth impact global country increase high level challenge island develop region resource percent sustainable report address environment investment \n",
+ "10\t3.33333\teducation student training school information provide staff team program management system support study work skill conduct include survey learn plan \n",
+ "11\t3.33333\tcompany land log medium business mining operation claim issue investor landowner process operate foreign local license legal give letter deal \n",
+ "12\t3.33333\tcovid health water support response pandemic service continue ensure border provide medical include community public emergency situation measure effort case \n",
+ "13\t3.33333\tmember parliament decision election political bill leader public minister opposition interest power party group yesterday question statement confidence cabinet act \n",
+ "14\t3.33333\tdevelopment support economic policy sector rural improve area strategy ensure priority national implement develop implementation reform partnership program partner resource \n",
+ "\n",
+ "<550> LL/token: -8.17873\n",
+ "<560> LL/token: -8.17787\n",
+ "<570> LL/token: -8.1788\n",
+ "<580> LL/token: -8.17676\n",
+ "<590> LL/token: -8.17825\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment public total pay ministry report tax service revenue cost money dollar funding receive month \n",
+ "1\t3.33333\tbusiness work opportunity good islander people job member worker continue number year add employment create time economy provide benefit scheme \n",
+ "2\t3.33333\tgovernment provincial people province national add western continue issue executive address premier guadalcanal statement good current assure yesterday ensure state \n",
+ "3\t3.33333\tpolice officer court public order case charge law corruption high yesterday accuse office matter vehicle rsipf official money man allege \n",
+ "4\t3.33333\tpeople time year thing problem home leave long happen live village family lot big day area damage call lose life \n",
+ "5\t3.33333\tcountry island visit security trade regional meeting region leader agreement official assistance cooperation include meet sign australian aid economic mission \n",
+ "6\t3.33333\tmarket industry fishery food local export product agriculture increase price farmer produce production good tuna add benefit support high activity \n",
+ "7\t3.33333\twoman community people event child youth role work young leadership leader support social day family future culture live peace group \n",
+ "8\t3.33333\tproject infrastructure tourism service work road build include transport construction complete expect provide facility local site international major development improve \n",
+ "9\t3.33333\teconomic economy growth impact global country increase challenge high percent level island develop region report sustainable address action environment world \n",
+ "10\t3.33333\teducation student training school provide program information team staff system support include study skill conduct management survey work programme learn \n",
+ "11\t3.33333\tcompany land log medium business mining operation claim issue investor landowner process foreign operate local license legal deal question activity \n",
+ "12\t3.33333\tcovid health support water response pandemic service ensure border continue medical include provide community public emergency situation day effort week \n",
+ "13\t3.33333\tmember parliament decision political election bill leader public minister opposition interest party power statement question group confidence yesterday state cabinet \n",
+ "14\t3.33333\tdevelopment support economic policy sector rural improve area ensure strategy priority implement implementation national partnership plan reform partner program key \n",
+ "\n",
+ "<600> LL/token: -8.17965\n",
+ "<610> LL/token: -8.18162\n",
+ "<620> LL/token: -8.18005\n",
+ "<630> LL/token: -8.18208\n",
+ "<640> LL/token: -8.18213\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment public total pay ministry report tax cost revenue service money dollar receive month funding \n",
+ "1\t3.33333\tbusiness work opportunity islander good job worker member year number people add employment continue create provide program scheme time benefit \n",
+ "2\t3.33333\tgovernment provincial people province national add western continue executive issue address premier guadalcanal statement current assure good yesterday speak work \n",
+ "3\t3.33333\tpolice officer court public order case charge law office accuse yesterday high matter corruption vehicle rsipf official money allege business \n",
+ "4\t3.33333\tpeople time year thing problem leave happen live family call long home big village lot damage day good place situation \n",
+ "5\t3.33333\tcountry island visit trade security regional meeting region agreement official leader assistance cooperation include meet sign australian aid economic mission \n",
+ "6\t3.33333\tmarket fishery food local industry export product agriculture increase price farmer production produce tuna management good community high benefit support \n",
+ "7\t3.33333\twoman community people event child youth role leader young work leadership support social day family today culture group future peace \n",
+ "8\t3.33333\tproject infrastructure tourism service work road build include transport construction complete facility local provide international development expect site access plan \n",
+ "9\t3.33333\teconomy economic growth impact global country challenge develop increase percent high level island region report address sustainable world environment action \n",
+ "10\t3.33333\teducation student training school information program provide staff team system study management support skill include conduct survey important programme week \n",
+ "11\t3.33333\tcompany land log medium issue mining operation business claim investor landowner operate foreign process local license give question deal legal \n",
+ "12\t3.33333\tcovid health support response service water ensure pandemic border include provide medical continue public emergency community situation day time effort \n",
+ "13\t3.33333\tmember parliament decision political election bill leader public minister opposition interest power party statement question yesterday confidence group act cabinet \n",
+ "14\t3.33333\tdevelopment support policy economic sector rural improve area ensure priority strategy national implement implementation reform partner key plan program activity \n",
+ "\n",
+ "<650> LL/token: -8.18379\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<760> LL/token: -8.17834\n",
- "<770> LL/token: -8.17871\n",
- "<780> LL/token: -8.17884\n",
- "<790> LL/token: -8.17746\n",
- "\n",
- "0\t3.33333\tcovid health medical case country hospital travel border service ship emergency test vaccine week response number risk passenger flight patient \n",
- "1\t3.33333\tcourt case charge accuse year man allege victim high matter public prosecution yesterday face order time allegedly hear trial represent \n",
- "2\t3.33333\tpeople work country good time add year continue speak thing nation serve life bring late important long change islander challenge \n",
- "3\t3.33333\tpolice officer rsipf report force operation public incident vehicle investigation medium suspect arrest commissioner station continue law information involve member \n",
- "4\t3.33333\tcountry government leader visit island meeting official meet security issue support member include state regional agreement assistance sign cooperation region \n",
- "5\t3.33333\tisland country increase high percent year impact world environment report region resource fishery global small level area population reduce low \n",
- "6\t3.33333\ttraining business program local work market tourism opportunity provide support product train industry participant worker information agriculture skill sell food \n",
- "7\t3.33333\tteam time play good week game start yesterday place today final lead competition player match stage expect goal sport month \n",
- "8\t3.33333\tissue land government company medium decision statement claim concern question deal call law opposition state raise log report action add \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture learn form week child program attend award staff \n",
- "10\t3.33333\tproject support work service provide infrastructure development build fund building complete area road facility plan rural site deliver improve access \n",
- "11\t3.33333\tgovernment year public pay budget fund money receive financial payment service total cost ministry month report reveal finance business grant \n",
- "12\t3.33333\tdevelopment government policy economic support national ensure sector plan address country key develop partner priority stakeholder strategy system achieve implement \n",
- "13\t3.33333\tcommunity woman water people family child area village live affect home disaster boat girl violence province day problem issue clean \n",
- "14\t3.33333\tprovincial government member province parliament election national constituency executive premier bill leader candidate political vote yesterday process general western act \n",
- "\n",
- "<800> LL/token: -8.17837\n",
- "<810> LL/token: -8.17876\n",
- "<820> LL/token: -8.17934\n",
- "<830> LL/token: -8.17932\n",
- "<840> LL/token: -8.17921\n",
- "\n",
- "0\t3.33333\tcovid health medical case country hospital border travel service ship week emergency test vaccine response risk number passenger include flight \n",
- "1\t3.33333\tcourt case charge accuse year man allege victim high matter yesterday prosecution public face order allegedly hear time trial represent \n",
- "2\t3.33333\tpeople country work good time add year continue speak nation serve thing life late bring challenge important long islander change \n",
- "3\t3.33333\tpolice officer rsipf report force public operation incident vehicle medium investigation suspect arrest commissioner station information law continue involve member \n",
- "4\t3.33333\tcountry government leader visit island meeting official issue meet security support include member state regional assistance agreement cooperation region sign \n",
- "5\t3.33333\tisland country increase high percent year impact world environment report region resource fishery global level small area population reduce price \n",
- "6\t3.33333\ttraining business local program work market tourism opportunity provide support product train worker industry participant agriculture information skill good activity \n",
- "7\t3.33333\tteam time play good week game start yesterday place lead final today competition player match stage goal group early sport \n",
- "8\t3.33333\tissue land government company medium decision statement claim concern question call deal law report log raise state action landowner add \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture learn program form week attend child award staff \n",
- "10\t3.33333\tproject work support service provide infrastructure development build fund building complete area road rural facility plan site improve access deliver \n",
- "11\t3.33333\tgovernment year public pay budget money fund receive financial payment service total cost ministry month add report finance reveal business \n",
- "12\t3.33333\tdevelopment government policy economic support national ensure sector plan address key country develop partner priority stakeholder strategy system achieve implement \n",
- "13\t3.33333\tcommunity woman people water family child area village live affect home disaster day boat violence problem province girl issue western \n",
- "14\t3.33333\tgovernment provincial member province parliament election national constituency executive premier bill leader candidate vote political yesterday western general act process \n",
- "\n",
- "<850> LL/token: -8.17885\n",
- "<860> LL/token: -8.18007\n",
- "<870> LL/token: -8.18238\n",
- "<880> LL/token: -8.1828\n",
- "<890> LL/token: -8.18147\n",
- "\n",
- "0\t3.33333\tcovid health medical country case hospital travel service border week ship emergency test vaccine response passenger risk flight number patient \n",
- "1\t3.33333\tcourt case charge accuse year man allege victim high matter yesterday prosecution public face order allegedly hear time trial count \n",
- "2\t3.33333\tpeople work country time good add year continue speak nation thing serve bring life late change long islander challenge live \n",
- "3\t3.33333\tpolice officer rsipf report force public operation vehicle incident investigation medium suspect arrest continue commissioner station information involve law member \n",
- "4\t3.33333\tcountry leader visit government island meeting support official meet issue security include member regional assistance state sign agreement region cooperation \n",
- "5\t3.33333\tisland country increase high percent year impact world environment report resource fishery region small area level global population reduce low \n",
- "6\t3.33333\ttraining business local work market program tourism opportunity provide train product support industry worker information agriculture participant skill food sell \n",
- "7\t3.33333\tteam time play good week game start yesterday place today final lead competition player match early stage goal expect sport \n",
- "8\t3.33333\tissue land government company medium decision concern statement claim question deal law call raise report log state action landowner interest \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture program week form learn child attend staff award \n",
- "10\t3.33333\tproject support work service provide development infrastructure build fund area building complete government road rural facility plan improve site access \n",
- "11\t3.33333\tgovernment year public pay budget money fund receive financial service payment total ministry cost month report add finance reveal grant \n",
- "12\t3.33333\tdevelopment government policy economic support national ensure sector plan address key develop country partner priority stakeholder strategy implement achieve provide \n",
- "13\t3.33333\tcommunity woman people water child family area village live home affect disaster day boat province violence problem girl issue western \n",
- "14\t3.33333\tgovernment provincial member province parliament election national executive premier leader bill constituency political candidate vote yesterday western general act current \n",
- "\n",
- "<900> LL/token: -8.18151\n",
- "<910> LL/token: -8.18188\n",
- "<920> LL/token: -8.1815\n",
- "<930> LL/token: -8.18148\n",
- "<940> LL/token: -8.18266\n",
- "\n",
- "0\t3.33333\tcovid health medical case country hospital service border travel week ship emergency test vaccine response risk passenger number include flight \n",
- "1\t3.33333\tcourt case charge accuse year man allege victim high matter prosecution public yesterday face time order allegedly hear trial represent \n",
- "2\t3.33333\tpeople work country good time add year continue speak nation thing serve bring life late islander important change challenge long \n",
- "3\t3.33333\tpolice officer rsipf report force public operation vehicle incident investigation medium suspect arrest continue station commissioner information law involve member \n",
- "4\t3.33333\tcountry leader government visit island meeting official meet issue security support include member state regional assistance agreement sign region cooperation \n",
- "5\t3.33333\tisland country increase high percent year report impact world environment region resource fishery level global small area reduce population low \n",
- "6\t3.33333\tbusiness training local work market program tourism opportunity provide train product support industry worker agriculture information participant food good skill \n",
- "7\t3.33333\tteam time play good week game start place today yesterday final lead competition player match stage month goal sport expect \n",
- "8\t3.33333\tissue land government company medium decision statement concern claim question law call deal log raise state add report action interest \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church culture program learn child form attend week award parent \n",
- "10\t3.33333\tproject support work service provide development government infrastructure fund build building complete rural area road facility plan improve site access \n",
- "11\t3.33333\tgovernment year public pay budget money receive fund service financial payment total cost ministry month report reveal finance process dollar \n",
- "12\t3.33333\tdevelopment government policy support economic national ensure sector plan address develop key country partner stakeholder provide priority system strategy implement \n",
- "13\t3.33333\tcommunity woman people water family child area village live home affect disaster day boat province violence problem girl issue western \n",
- "14\t3.33333\tprovincial government member province parliament election national executive premier leader bill constituency candidate political vote yesterday western general process current \n",
- "\n",
- "<950> LL/token: -8.18192\n"
+ "<660> LL/token: -8.18333\n",
+ "<670> LL/token: -8.18175\n",
+ "<680> LL/token: -8.18338\n",
+ "<690> LL/token: -8.18422\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget finance financial payment public ministry total pay report tax service cost revenue dollar receive money month funding \n",
+ "1\t3.33333\tbusiness work opportunity good member islander job worker year add number employment people continue create economy time provide scheme benefit \n",
+ "2\t3.33333\tgovernment provincial people province national add western continue executive issue address premier guadalcanal current statement good assure ensure yesterday state \n",
+ "3\t3.33333\tpolice officer court public order case charge law yesterday office high accuse matter vehicle rsipf official money allege investigation evidence \n",
+ "4\t3.33333\tpeople time year thing leave problem happen live long home village call lot big area family late place lose damage \n",
+ "5\t3.33333\tcountry island visit trade security regional region meeting official agreement assistance cooperation leader meet sign include australian mission economic aid \n",
+ "6\t3.33333\tmarket fishery food local industry export product agriculture increase price farmer water produce production tuna management high activity resource benefit \n",
+ "7\t3.33333\twoman community people event child youth work young support leadership role leader day family social culture peace live today group \n",
+ "8\t3.33333\tproject infrastructure tourism work service road build include construction provide complete transport facility local development expect support access site international \n",
+ "9\t3.33333\teconomic economy impact growth global increase island country percent high challenge report level develop region address sustainable environment action world \n",
+ "10\t3.33333\teducation student training school program information staff provide team system study support skill include management survey conduct programme learn week \n",
+ "11\t3.33333\tcompany land log medium business operation mining issue claim investor process landowner operate foreign license local deal statement accord question \n",
+ "12\t3.33333\tcovid health support response service include pandemic ensure continue border medical provide day public emergency situation effort week community measure \n",
+ "13\t3.33333\tmember parliament decision political election leader bill public minister opposition interest statement question power party state corruption confidence group yesterday \n",
+ "14\t3.33333\tdevelopment support policy economic sector rural improve area strategy ensure national priority implementation implement reform plan partner develop program key \n",
+ "\n",
+ "<700> LL/token: -8.18379\n",
+ "<710> LL/token: -8.18201\n",
+ "<720> LL/token: -8.18435\n",
+ "<730> LL/token: -8.18261\n",
+ "<740> LL/token: -8.18393\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget financial finance payment public total pay report ministry tax cost service revenue money receive dollar funding month \n",
+ "1\t3.33333\tbusiness work opportunity good islander job worker member people number employment year create add continue benefit economy industry island scheme \n",
+ "2\t3.33333\tgovernment provincial people province national add continue western issue executive address premier guadalcanal current statement assure good state speak ensure \n",
+ "3\t3.33333\tpolice officer court public case order charge law yesterday high accuse office matter vehicle rsipf official business allege investigation money \n",
+ "4\t3.33333\tpeople time year thing leave live problem happen home family call long village situation day lot big place area damage \n",
+ "5\t3.33333\tcountry island visit security regional meeting region trade agreement official leader assistance cooperation include meet sign australian aid mission ramsi \n",
+ "6\t3.33333\tmarket fishery food water local export product industry agriculture increase price farmer management production community produce tuna resource benefit activity \n",
+ "7\t3.33333\twoman community people event child youth support role young work leadership leader day social family peace culture challenge live today \n",
+ "8\t3.33333\tproject infrastructure tourism service work road build construction include support local transport facility complete provide development expect plan access site \n",
+ "9\t3.33333\teconomic economy impact growth global percent increase high country island level challenge develop report region sustainable world address environment action \n",
+ "10\t3.33333\teducation student training school program information provide staff team system study include skill work important programme survey management support conduct \n",
+ "11\t3.33333\tcompany land log medium operation mining issue business claim investor operate process landowner foreign local license deal give question legal \n",
+ "12\t3.33333\tcovid health support response service pandemic continue border include ensure provide medical week emergency situation effort public time case measure \n",
+ "13\t3.33333\tmember parliament decision political election leader bill public minister opposition interest statement power party corruption question group state law yesterday \n",
+ "14\t3.33333\tdevelopment policy economic support sector rural area improve strategy priority national ensure reform implementation implement program government plan partner key \n",
+ "\n",
+ "<750> LL/token: -8.18349\n",
+ "<760> LL/token: -8.18367\n",
+ "<770> LL/token: -8.18352\n",
+ "<780> LL/token: -8.18367\n",
+ "<790> LL/token: -8.18449\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget financial finance payment public pay total ministry report tax cost service revenue money dollar receive funding month \n",
+ "1\t3.33333\tbusiness work opportunity islander member job worker good number people employment year create economy continue provide benefit industry add time \n",
+ "2\t3.33333\tgovernment provincial people province national add western continue issue executive premier guadalcanal address statement current yesterday assure state year good \n",
+ "3\t3.33333\tpolice officer court order public case charge law yesterday office high accuse matter vehicle official rsipf money allege business investigation \n",
+ "4\t3.33333\tpeople time year thing leave problem live happen home family call long day situation village lot big place damage area \n",
+ "5\t3.33333\tcountry island visit security regional region trade meeting official leader assistance cooperation agreement meet include sign australian economic mission aid \n",
+ "6\t3.33333\tmarket water fishery food local export product industry agriculture increase price farmer production management community produce tuna resource support good \n",
+ "7\t3.33333\twoman community people event child youth role work young leadership support leader day social family future today culture live peace \n",
+ "8\t3.33333\tproject infrastructure tourism service work road build include construction development transport complete provide facility support local expect site plan major \n",
+ "9\t3.33333\teconomic economy impact growth global increase high country island percent level report challenge develop region sustainable world action address environment \n",
+ "10\t3.33333\teducation student training school information program team provide staff study system skill include support programme survey management work conduct participant \n",
+ "11\t3.33333\tcompany land log medium mining operation issue claim business investor process landowner operate foreign license local give deal statement question \n",
+ "12\t3.33333\tcovid health support response pandemic continue ensure service border medical provide include public week time emergency effort day measure situation \n",
+ "13\t3.33333\tmember parliament decision political election leader bill public minister opposition interest corruption power group question party statement cabinet confidence act \n",
+ "14\t3.33333\tdevelopment policy support economic sector rural improve area strategy ensure priority government reform implementation national implement key plan program resource \n",
+ "\n",
+ "<800> LL/token: -8.18395\n",
+ "<810> LL/token: -8.18136\n",
+ "<820> LL/token: -8.18142\n",
+ "<830> LL/token: -8.18231\n",
+ "<840> LL/token: -8.18319\n",
+ "\n",
+ "0\t3.33333\tgovernment fund budget financial finance payment public pay report total ministry tax service cost revenue money receive dollar month funding \n",
+ "1\t3.33333\tbusiness work opportunity member islander job worker good number employment people create continue economy provide add year benefit industry time \n",
+ "2\t3.33333\tgovernment provincial people province national add western continue issue executive premier guadalcanal address statement yesterday year current assure important state \n",
+ "3\t3.33333\tpolice officer court order case public charge law yesterday office high accuse matter vehicle official rsipf money allege investigation follow \n",
+ "4\t3.33333\tpeople time year thing leave problem happen home long call live big day situation lot family village honiara damage area \n",
+ "5\t3.33333\tcountry island visit security regional region meeting trade official assistance agreement leader cooperation meet include sign australian economic mission aid \n",
+ "6\t3.33333\tmarket water fishery food export local product industry agriculture increase price farmer community resource production produce management tuna high add \n",
+ "7\t3.33333\twoman community people event child youth work role young support leadership leader social day family live culture peace today change \n",
+ "8\t3.33333\tproject infrastructure tourism service work road include build support construction complete provide transport local facility development expect access site international \n",
+ "9\t3.33333\teconomic economy impact growth global increase percent country island high level challenge report develop region address sustainable environment action world \n",
+ "10\t3.33333\teducation student training program school information team provide study staff system include management skill work survey conduct support programme knowledge \n",
+ "11\t3.33333\tcompany land log business operation medium mining issue claim investor operate landowner process local foreign license deal give statement legal \n",
+ "12\t3.33333\tcovid health support response service pandemic ensure continue border medical provide include public emergency week measure time situation effort operation \n",
+ "13\t3.33333\tmember parliament decision political election leader bill public minister opposition interest corruption power party group question statement confidence cabinet state \n",
+ "14\t3.33333\tdevelopment policy economic support sector rural improve area ensure strategy national priority implementation reform program implement develop plan partner key \n",
+ "\n",
+ "<850> LL/token: -8.18314\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<960> LL/token: -8.18395\n",
- "<970> LL/token: -8.18384\n",
- "<980> LL/token: -8.18373\n",
- "<990> LL/token: -8.18428\n",
- "\n",
- "0\t3.33333\tcovid health medical case country service hospital border week travel ship emergency test vaccine response risk number flight passenger include \n",
- "1\t3.33333\tcourt case charge accuse year man allege victim high matter prosecution public yesterday face order allegedly hear time trial count \n",
- "2\t3.33333\tpeople work country time good add year continue speak nation thing serve bring life islander late long change challenge important \n",
- "3\t3.33333\tpolice officer rsipf report force public operation incident vehicle investigation medium suspect arrest station continue information commissioner law involve member \n",
- "4\t3.33333\tcountry leader government visit island meeting official meet issue security support include member state region regional assistance agreement cooperation sign \n",
- "5\t3.33333\tisland country increase high percent year impact world report environment resource fishery region global area small level population reduce low \n",
- "6\t3.33333\tbusiness training local work market program tourism provide opportunity product train industry worker support agriculture food participant information good skill \n",
- "7\t3.33333\tteam time play good week game start yesterday place today final competition lead player match stage goal leave expect sport \n",
- "8\t3.33333\tissue land company government medium decision statement claim concern question call deal law log raise state report add action landowner \n",
- "9\t3.33333\tstudent school year education event youth young day teacher study church program culture child week form learn attend parent award \n",
- "10\t3.33333\tproject support work service government provide development infrastructure fund build building complete rural area road facility plan improve deliver site \n",
- "11\t3.33333\tgovernment year public pay budget money fund receive service financial payment total cost ministry month report reveal add finance dollar \n",
- "12\t3.33333\tdevelopment government policy support economic national ensure sector plan address develop key country partner stakeholder priority strategy system provide implement \n",
- "13\t3.33333\tcommunity woman people water family child area village live home affect disaster boat day province violence problem girl issue western \n",
- "14\t3.33333\tprovincial government member province parliament election national executive premier leader bill constituency candidate yesterday political vote general western act process \n",
- "\n",
- "<1000> LL/token: -8.18403\n",
- "\n",
- "Total time: 1 minutes 42 seconds\n",
+ "<860> LL/token: -8.18279\n",
+ "<870> LL/token: -8.18398\n",
+ "<880> LL/token: -8.18293\n",
+ "<890> LL/token: -8.18266\n",
+ "\n",
+ "0\t3.33333\tgovernment budget fund financial finance payment public report total pay cost ministry service tax revenue money receive dollar month funding \n",
+ "1\t3.33333\tbusiness work opportunity member islander good job worker people number employment year create continue add economy provide industry small scheme \n",
+ "2\t3.33333\tgovernment provincial people province national add western issue continue executive address premier guadalcanal current yesterday statement work ensure state assure \n",
+ "3\t3.33333\tpolice officer court public order case charge law high office yesterday accuse vehicle matter official rsipf money allege investigation evidence \n",
+ "4\t3.33333\tpeople time year thing leave problem happen call long live home situation day honiara family lot village big damage place \n",
+ "5\t3.33333\tcountry island visit security regional region meeting trade assistance official agreement cooperation leader include meet sign economic mission australian aid \n",
+ "6\t3.33333\tmarket water fishery food export local product industry agriculture community price increase farmer management produce production tuna good add fishing \n",
+ "7\t3.33333\twoman community people event child youth young work support role leader leadership social family day live culture peace future today \n",
+ "8\t3.33333\tproject infrastructure tourism service work road build support include provide construction development complete facility fund local transport plan site expect \n",
+ "9\t3.33333\teconomy economic impact growth global increase percent high level country report island challenge develop world region action sustainable address environment \n",
+ "10\t3.33333\teducation student training information school program team provide system study staff include skill programme conduct work survey management participant knowledge \n",
+ "11\t3.33333\tcompany land log medium operation mining issue claim business investor process landowner local foreign operate license deal give legal question \n",
+ "12\t3.33333\tcovid health support response service continue pandemic ensure border medical provide include public week emergency time measure case effort day \n",
+ "13\t3.33333\tmember parliament decision political election leader bill public opposition minister statement power interest corruption party question group confidence pass medium \n",
+ "14\t3.33333\tdevelopment policy economic support sector rural improve area strategy ensure priority reform government national implementation develop implement partner program resource \n",
+ "\n",
+ "<900> LL/token: -8.18359\n",
+ "<910> LL/token: -8.18437\n",
+ "<920> LL/token: -8.18385\n",
+ "<930> LL/token: -8.18359\n",
+ "<940> LL/token: -8.18312\n",
+ "\n",
+ "0\t3.33333\tgovernment budget fund financial finance payment public report pay total ministry service tax cost revenue money receive dollar funding account \n",
+ "1\t3.33333\tbusiness work opportunity member islander job good worker investment local create employment number economy industry people year add benefit small \n",
+ "2\t3.33333\tgovernment provincial people province national add continue western issue executive address guadalcanal premier work statement current ensure state assure yesterday \n",
+ "3\t3.33333\tpolice officer court public order case charge law yesterday high office accuse matter vehicle rsipf official money follow allege business \n",
+ "4\t3.33333\tpeople time thing year leave problem happen call day home situation long live family week lot big honiara place village \n",
+ "5\t3.33333\tcountry island visit security regional region trade meeting official agreement assistance cooperation leader meet include sign economic aid mission ramsi \n",
+ "6\t3.33333\tmarket water fishery food export product local industry agriculture community increase price farmer production produce management tuna resource good activity \n",
+ "7\t3.33333\twoman community people event child youth work young leadership role leader social support day family live culture peace future today \n",
+ "8\t3.33333\tproject infrastructure tourism service work road support build provide include development fund facility construction transport complete expect access site improve \n",
+ "9\t3.33333\teconomy economic impact growth increase global percent high level country island report challenge develop region action address sustainable world environment \n",
+ "10\t3.33333\teducation student training school program information team provide staff study system include programme skill management conduct survey support work learn \n",
+ "11\t3.33333\tcompany land log medium operation mining issue business claim landowner operate process foreign license investor give legal deal question statement \n",
+ "12\t3.33333\tcovid health support response pandemic service ensure border continue medical include provide public emergency week effort measure case situation operation \n",
+ "13\t3.33333\tmember parliament decision political election leader bill public minister opposition interest statement corruption power party question group confidence law state \n",
+ "14\t3.33333\tdevelopment policy economic support sector rural improve area strategy national priority ensure reform government implementation implement resource key program partner \n",
+ "\n",
+ "<950> LL/token: -8.18103\n",
+ "<960> LL/token: -8.18282\n",
+ "<970> LL/token: -8.18185\n",
+ "<980> LL/token: -8.18402\n",
+ "<990> LL/token: -8.18311\n",
+ "\n",
+ "0\t3.33333\tgovernment budget fund financial finance payment public pay total report ministry tax service cost revenue money receive dollar funding month \n",
+ "1\t3.33333\tbusiness work opportunity investment member job local worker good islander create economy employment number year small industry people continue benefit \n",
+ "2\t3.33333\tgovernment provincial people province national add western continue executive issue guadalcanal premier address current assure yesterday statement ensure good term \n",
+ "3\t3.33333\tpolice officer court public order case charge law office yesterday high accuse matter vehicle rsipf official business allege money investigation \n",
+ "4\t3.33333\tpeople time thing year leave problem call home happen day honiara lot long chinese family situation big solomon live damage \n",
+ "5\t3.33333\tcountry island visit security regional meeting trade region official agreement assistance cooperation include leader meet sign economic mission ramsi aid \n",
+ "6\t3.33333\tmarket water fishery food export product industry agriculture local community price increase farmer management production produce tuna add good resource \n",
+ "7\t3.33333\twoman community people event child work youth leader support young leadership role family social day live peace culture future nation \n",
+ "8\t3.33333\tproject infrastructure tourism work service road build support include fund construction development facility complete provide transport access improve expect site \n",
+ "9\t3.33333\teconomic economy impact growth global increase percent high level country island report challenge region develop sustainable address population world environment \n",
+ "10\t3.33333\teducation student training program school information team provide study staff support system skill include survey conduct programme work knowledge week \n",
+ "11\t3.33333\tcompany land log operation medium mining issue business process claim landowner operate license statement give foreign deal question activity legal \n",
+ "12\t3.33333\tcovid health support response service continue ensure pandemic border provide medical include time week emergency effort measure operation public case \n",
+ "13\t3.33333\tmember parliament decision political election leader bill public interest opposition minister corruption power statement party question group state law yesterday \n",
+ "14\t3.33333\tdevelopment policy economic support sector rural improve ensure government strategy area priority reform national implementation key implement plan resource program \n",
+ "\n",
+ "<1000> LL/token: -8.18326\n",
+ "\n",
+ "Total time: 43 seconds\n",
"Mallet LDA: 16 topics, 4 topic bits, 1111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -10.22137\n",
- "<20> LL/token: -9.26017\n",
- "<30> LL/token: -8.69048\n",
- "<40> LL/token: -8.47182\n",
- "\n",
- "0\t3.125\tproject island local tourism area infrastructure work site build market environment management facility include fishery construction development benefit resource small \n",
- "1\t3.125\tpolice court case man charge accuse allege incident year arrest victim investigation matter prosecution suspect allegedly public yesterday report face \n",
- "2\t3.125\tdevelopment country support region policy partner regional develop include partnership strengthen provide key opportunity ensure economic plan cooperation strategy island \n",
- "3\t3.125\tbusiness company pay money log payment public issue process land landowner application receive mining legal account grant contract sign operate \n",
- "4\t3.125\twater supply travel disaster report week ship arrive affect source passenger service provide flight vessel assessment time month assistance return \n",
- "5\t3.125\tcovid health country case medical people hospital border vaccine test risk number care emergency worker measure clinic service patient record \n",
- "6\t3.125\tpeople service system land country area change food high level address access report add work issue live population islander challenge \n",
- "7\t3.125\tgovernment year fund country increase budget economic development sector economy support rural ministry growth funding financial agriculture investment continue percent \n",
- "8\t3.125\tpolice officer public rsipf force road operation vehicle continue law security commissioner honiara area act order central market transport station \n",
- "9\t3.125\twoman event child family young youth day visit country year church people culture life ceremony violence world today host opportunity \n",
- "10\t3.125\tpeople call medium issue time add thing concern question good happen raise claim give talk fact group late report stop \n",
- "11\t3.125\tgovernment leader issue country meeting decision minister parliament state political national interest statement bill official opposition policy member party nation \n",
- "12\t3.125\tprovincial member province election constituency parliament executive national premier western yesterday candidate vote general office day guadalcanal today confidence week \n",
- "13\t3.125\tteam time play game good island start boat village competition home player match find place final leave lead half goal \n",
- "14\t3.125\tcommunity work support program training provide important australian train conduct information service participant awareness skill visit include team knowledge medium \n",
- "15\t3.125\tstudent year school education week study teacher staff form receive add parent yesterday start high government number complete scholarship issue \n",
- "\n",
- "<50> LL/token: -8.37099\n",
- "<60> LL/token: -8.31625\n",
- "<70> LL/token: -8.28506\n",
- "<80> LL/token: -8.26415\n",
- "<90> LL/token: -8.24827\n",
- "\n",
- "0\t3.125\tproject work area build local tourism infrastructure building site island development management environment facility plan include fishery construction complete benefit \n",
- "1\t3.125\tcourt case man charge police accuse year allege incident arrest victim investigation matter prosecution suspect allegedly yesterday high public face \n",
- "2\t3.125\tdevelopment country support policy region develop regional partner island national key include ensure strengthen plan partnership strategy economic cooperation opportunity \n",
- "3\t3.125\tcompany land business pay money log payment process issue public landowner sign application mining contract order worker claim give account \n",
- "4\t3.125\twater travel supply disaster week ship boat people arrive affect passenger service source island flight time vessel damage return home \n",
- "5\t3.125\tcovid health country case medical people hospital border test vaccine service care risk include emergency response continue measure clinic patient \n",
- "6\t3.125\tpeople system service country high address change food level island access area report face issue live challenge add problem population \n",
- "7\t3.125\tgovernment year fund increase business budget economic sector economy country financial percent rural development cost growth product funding market investment \n",
- "8\t3.125\tpolice officer public rsipf force road operation continue vehicle law security area commissioner ramsi order honiara station medium work act \n",
- "9\t3.125\twoman people event family young youth country child day church year life culture violence today ceremony peace world leader live \n",
- "10\t3.125\tpeople issue medium call report concern add question raise time action thing public happen claim talk statement information deal fact \n",
- "11\t3.125\tgovernment leader parliament decision issue minister country meeting state member political official interest bill national statement opposition group policy delegation \n",
- "12\t3.125\tprovincial province member election national constituency executive western premier yesterday guadalcanal people day candidate general vote parliament office chief confidence \n",
- "13\t3.125\tteam time good play game start competition place player match final lead today island half goal sport leave yesterday big \n",
- "14\t3.125\tcommunity support work program training provide visit australian important service assistance programme train include participant skill awareness deliver conduct information \n",
- "15\t3.125\tyear student school education week study teacher child staff receive form work add start parent number time high complete month \n",
- "\n",
- "<100> LL/token: -8.23714\n",
- "<110> LL/token: -8.22851\n",
- "<120> LL/token: -8.22328\n",
- "<130> LL/token: -8.21859\n",
- "<140> LL/token: -8.21347\n",
- "\n",
- "0\t3.125\tproject work area infrastructure development build tourism building local site plan management facility complete island environment include fishery construction fund \n",
- "1\t3.125\tcourt case man charge accuse police year allege arrest victim incident investigation matter prosecution suspect allegedly yesterday high face public \n",
- "2\t3.125\tdevelopment country policy region support regional partner develop national island include key ensure plan strategy economic strengthen achieve cooperation partnership \n",
- "3\t3.125\tcompany land pay log process money issue payment business landowner sign worker order application mining legal contract public give receive \n",
- "4\t3.125\twater travel people supply disaster week ship boat affect village arrive passenger service island time home flight area vessel damage \n",
- "5\t3.125\tcovid health country case medical people hospital border service test vaccine care response emergency include measure clinic patient risk number \n",
- "6\t3.125\tcountry people system island service high address change level report access face challenge food issue problem add live population important \n",
- "7\t3.125\tgovernment business year fund increase market budget economic economy sector financial percent cost rural country product growth investment local industry \n",
- "8\t3.125\tpolice officer public rsipf force road operation continue vehicle law security area commissioner ramsi work station order medium honiara unit \n",
- "9\t3.125\twoman people event family young youth day child country church life culture year today peace violence ceremony leader live traditional \n",
- "10\t3.125\tpeople issue medium report call concern raise public question statement add action time claim information thing happen deal state fact \n",
- "11\t3.125\tgovernment leader parliament decision member minister national political country state meeting interest issue bill official opposition group statement delegation party \n",
- "12\t3.125\tprovincial province member election constituency people national executive western premier guadalcanal yesterday general candidate day vote office chief week parliament \n",
- "13\t3.125\tteam time good play game start place competition player match final lead goal sport today year half yesterday week island \n",
- "14\t3.125\tcommunity support work program training provide visit australian service assistance include programme important train participant deliver improve skill awareness conduct \n",
- "15\t3.125\tyear student school education week study teacher work child staff receive form add start high parent award number time offer \n",
- "\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -10.00863\n",
+ "<20> LL/token: -9.12457\n",
+ "<30> LL/token: -8.69228\n",
+ "<40> LL/token: -8.51079\n",
+ "\n",
+ "0\t3.125\tgovernment budget parliament financial finance fund public bill ministry total expect revenue current report committee pass ensure percent system continue \n",
+ "1\t3.125\tgovernment land mining company investment sign process benefit investor landowner agreement study development high add year include base scholarship award \n",
+ "2\t3.125\tpeople event good nation time year live day challenge culture host life traditional important future leader today islander add church \n",
+ "3\t3.125\tbusiness company pay tax service cost operate local good public regulation license loan owner employee act bank law note money \n",
+ "4\t3.125\tgovernment provincial province national people member western guadalcanal executive premier meeting issue add yesterday today motion serve state confidence leader \n",
+ "5\t3.125\tvisit student island school chinese official year week education australian time offer aid delegation solomon leave relationship friend talk open \n",
+ "6\t3.125\tpolice officer force order ramsi security honiara law follow situation mission report rsipf day week public leave yesterday continue operation \n",
+ "7\t3.125\teconomic increase economy fishery island growth high impact market region percent country food global world small resource export international industry \n",
+ "8\t3.125\tsupport covid health service tourism provide include program ensure border pandemic response continue australian team work assistance medical effort emergency \n",
+ "9\t3.125\tproject infrastructure rural support development work fund community constituency road improve water area funding construction access complete market activity farmer \n",
+ "10\t3.125\twoman work community opportunity training child family program youth young support role programme education worker leadership skill participant job employment \n",
+ "11\t3.125\tcourt case payment money officer charge public corruption matter office receive claim accuse pay account official document yesterday high order \n",
+ "12\t3.125\tmember medium decision statement government political interest leader group public party election concern information opposition state issue position minister hold \n",
+ "13\t3.125\tlog report source company ship export local product find sell accord operation forest area port place activity allowance shipping explain \n",
+ "14\t3.125\tcountry development regional support region meeting include cooperation security island trade partner develop strengthen address partnership agreement assistance meet discuss \n",
+ "15\t3.125\tdevelopment policy sector economic government opportunity strategy key growth reform economy stakeholder investment agriculture industry launch develop resource national improve \n",
+ "\n",
+ "<50> LL/token: -8.41574\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<150> LL/token: -8.21116\n",
- "<160> LL/token: -8.20708\n",
- "<170> LL/token: -8.20486\n",
- "<180> LL/token: -8.20338\n",
- "<190> LL/token: -8.20179\n",
- "\n",
- "0\t3.125\tproject work area development infrastructure build tourism building plan site local road facility management complete environment fund fishery include construction \n",
- "1\t3.125\tcourt case man charge accuse police year allege arrest victim incident matter investigation prosecution suspect yesterday allegedly high public face \n",
- "2\t3.125\tdevelopment country policy region support regional partner develop include national island key ensure economic strategy plan strengthen partnership cooperation achieve \n",
- "3\t3.125\tcompany land pay log issue process payment money landowner business order sign worker application mining receive legal contract give operation \n",
- "4\t3.125\twater people travel supply disaster ship boat village island affect passenger week arrive area home flight service time vessel damage \n",
- "5\t3.125\tcovid health country case medical hospital people service border test vaccine emergency care response include clinic risk patient continue measure \n",
- "6\t3.125\tcountry people system island high address level change report face challenge issue food problem access live world service impact add \n",
- "7\t3.125\tgovernment business year market increase budget fund economic economy percent financial sector cost product industry growth local rural investment agriculture \n",
- "8\t3.125\tpolice officer public rsipf force operation vehicle continue law security commissioner area ramsi station work order medium honiara act road \n",
- "9\t3.125\twoman people event family young youth child day church country life culture peace leader violence year ceremony today traditional live \n",
- "10\t3.125\tissue people medium call report concern public add statement raise question action claim time deal information happen thing state understand \n",
- "11\t3.125\tgovernment leader parliament member minister national decision political state bill interest official issue meeting group opposition country policy delegation party \n",
- "12\t3.125\tprovincial province member election people constituency national executive western premier guadalcanal yesterday general day candidate vote chief office week today \n",
- "13\t3.125\tteam time good play game start place competition player match final today yesterday goal sport lead year leave stage half \n",
- "14\t3.125\tcommunity support work program training provide service visit australian assistance include important train programme deliver improve participant skill awareness rural \n",
- "15\t3.125\tyear student school education week work study child teacher staff add form receive start parent number complete award high offer \n",
- "\n",
- "<200> LL/token: -8.19981\n",
- "<210> LL/token: -8.19771\n",
- "<220> LL/token: -8.19558\n",
- "<230> LL/token: -8.19413\n",
- "<240> LL/token: -8.1927\n",
- "\n",
- "0\t3.125\tproject work development area infrastructure build plan tourism building site fund road complete local facility management include fishery environment construction \n",
- "1\t3.125\tcourt case man charge accuse year allege police victim arrest incident matter prosecution suspect investigation yesterday allegedly high public face \n",
- "2\t3.125\tdevelopment country policy support region regional partner develop include island key national economic strengthen strategy plan cooperation partnership ensure opportunity \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner sign order business worker legal mining receive application contract operation give \n",
- "4\t3.125\twater people travel supply disaster village ship boat island area affect passenger home week service arrive time flight vessel damage \n",
- "5\t3.125\tcovid health country case medical hospital people service test vaccine border response emergency care include clinic risk patient measure week \n",
- "6\t3.125\tcountry people system island address high change level face world report challenge issue impact problem live important population access add \n",
- "7\t3.125\tgovernment business year market increase budget economic percent economy financial fund sector cost local industry product growth investment agriculture farmer \n",
- "8\t3.125\tpolice officer rsipf public force operation vehicle continue law security commissioner ramsi medium station area order involve work honiara act \n",
- "9\t3.125\twoman people event family young youth child day church life culture leader country peace violence ceremony today traditional year live \n",
- "10\t3.125\tissue people medium report call concern public add raise statement question action state claim information deal time happen thing fact \n",
- "11\t3.125\tgovernment leader parliament member minister national decision political bill interest state official opposition issue group country meeting policy party current \n",
- "12\t3.125\tprovincial province member election people constituency national executive western premier guadalcanal yesterday day general candidate vote week chief office today \n",
- "13\t3.125\tteam time good play game start place competition final player match today year week goal sport lead yesterday host half \n",
- "14\t3.125\tcommunity support work program provide training service visit australian assistance rural important programme train improve include deliver participant skill awareness \n",
- "15\t3.125\tyear student school education week work study child teacher staff add form receive start parent award number high time complete \n",
- "\n",
- "<250> LL/token: -8.19211\n",
- "<260> LL/token: -8.19024\n",
- "<270> LL/token: -8.18959\n",
- "<280> LL/token: -8.18854\n",
- "<290> LL/token: -8.18834\n",
- "\n",
- "0\t3.125\tproject work development area infrastructure build plan fund tourism building road site management complete facility include local fishery construction environment \n",
- "1\t3.125\tcourt case man charge accuse year allege victim police matter arrest prosecution incident yesterday suspect allegedly high face public investigation \n",
- "2\t3.125\tdevelopment country policy support region regional partner develop include national economic key ensure strategy cooperation strengthen partnership island plan achieve \n",
- "3\t3.125\tcompany land pay issue log process payment money business landowner order sign mining application receive legal worker contract director operate \n",
- "4\t3.125\twater people travel disaster supply village ship area boat affect home island passenger flight week arrive vessel damage service time \n",
- "5\t3.125\tcovid health case country medical people hospital service test vaccine response emergency care include continue measure risk clinic patient week \n",
- "6\t3.125\tcountry people island system high address level change world face challenge report issue impact problem population live access small add \n",
- "7\t3.125\tgovernment business year market increase budget economy percent economic financial sector local cost industry product fund growth investment agriculture food \n",
- "8\t3.125\tpolice officer rsipf public force operation vehicle continue law security commissioner ramsi medium station involve order area report honiara act \n",
- "9\t3.125\twoman people event family young youth child day church life leader culture country peace violence ceremony year live today traditional \n",
- "10\t3.125\tissue people medium call report concern public statement raise add question action claim deal information state thing happen time responsible \n",
- "11\t3.125\tgovernment leader parliament member minister national decision political state bill official group interest opposition meeting issue policy current country party \n",
- "12\t3.125\tprovincial province member election people constituency national executive western premier guadalcanal yesterday day general candidate week vote office chief today \n",
- "13\t3.125\tteam time good play game start place competition today player match final lead year goal week yesterday sport host half \n",
- "14\t3.125\tcommunity support program work service provide training visit australian assistance rural important improve train programme include deliver participant skill awareness \n",
- "15\t3.125\tyear student school education work week child study teacher staff receive form add start parent number high award complete time \n",
- "\n",
- "<300> LL/token: -8.18593\n",
- "<310> LL/token: -8.18725\n",
- "<320> LL/token: -8.18683\n",
- "<330> LL/token: -8.18662\n",
- "<340> LL/token: -8.18537\n",
- "\n",
- "0\t3.125\tproject work development area infrastructure fund plan build tourism building road site management complete facility include fishery construction local environment \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution arrest yesterday high incident allegedly police face public hear trial \n",
- "2\t3.125\tdevelopment country support policy region regional partner develop economic include key national island ensure strategy strengthen cooperation achieve partnership opportunity \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner order sign receive mining worker business contract operation operate give legal \n",
- "4\t3.125\twater people travel disaster village area ship boat supply island home affect passenger time flight arrive vessel damage leave week \n",
- "5\t3.125\tcovid health case country medical people hospital service test vaccine response emergency care include week clinic risk measure patient continue \n",
- "6\t3.125\tcountry island people system address high level change world challenge face impact report issue problem population live state small important \n",
- "7\t3.125\tbusiness government year market increase budget percent economy financial economic sector local industry cost product food growth agriculture fund investment \n",
- "8\t3.125\tpolice officer rsipf public force operation vehicle continue law security commissioner ramsi medium station report involve act investigation order member \n",
- "9\t3.125\twoman people event family youth young child day church leader life culture country peace violence ceremony today live year traditional \n",
- "10\t3.125\tissue people medium report call concern public raise statement add question action claim deal state information happen thing fact matter \n",
- "11\t3.125\tgovernment leader parliament member national minister decision political bill state group official opposition interest issue meeting policy current statement party \n",
- "12\t3.125\tprovincial province member election people constituency executive national western premier guadalcanal yesterday day general candidate week vote chief office today \n",
- "13\t3.125\tteam time good play game start place competition player match yesterday final today lead year week goal sport stage host \n",
- "14\t3.125\tcommunity support program work service provide training visit australian assistance rural improve programme train include important deliver participant skill awareness \n",
- "15\t3.125\tyear student school education work week study teacher child staff form add receive start parent award high number job complete \n",
- "\n"
+ "<60> LL/token: -8.36275\n",
+ "<70> LL/token: -8.3298\n",
+ "<80> LL/token: -8.30239\n",
+ "<90> LL/token: -8.28181\n",
+ "\n",
+ "0\t3.125\tgovernment budget financial finance parliament fund report ministry public bill total system expect management revenue pass committee spend expenditure current \n",
+ "1\t3.125\tcompany land government investment process mining benefit investor landowner sign agreement director survey operation hold foreign base development interest include \n",
+ "2\t3.125\tpeople event year good day nation live community challenge time today future speak add important culture leader life traditional host \n",
+ "3\t3.125\tbusiness service public tax cost pay operate good local regulation license loan add note employee bank money fee dollar act \n",
+ "4\t3.125\tgovernment provincial province national people western guadalcanal add member executive issue meeting premier yesterday continue address motion assure current confidence \n",
+ "5\t3.125\tvisit student island school australian time week official chinese education year aid offer month solomon talk number nation delegation friend \n",
+ "6\t3.125\tpolice people order force officer security ramsi situation honiara law day follow rsipf mission week continue leave damage result man \n",
+ "7\t3.125\teconomy increase economic fishery percent high growth impact industry island market export global grow sector level price reduce low rate \n",
+ "8\t3.125\tcovid support health tourism service provide include response ensure pandemic border continue international medical team work emergency effort disaster plan \n",
+ "9\t3.125\tproject support infrastructure rural development fund work community improve constituency road construction provide area funding access facility complete program market \n",
+ "10\t3.125\twoman work opportunity program training community child support youth family young programme education role worker skill provide job experience participant \n",
+ "11\t3.125\tpayment court case officer matter claim charge money corruption office public receive pay accuse account official yesterday document order high \n",
+ "12\t3.125\tmember decision medium political leader statement election interest group parliament party opposition concern question power public state government position call \n",
+ "13\t3.125\tlog water local area ship product source export environment report food find forest sell management place problem activity time port \n",
+ "14\t3.125\tcountry region regional island trade meeting include support cooperation development security develop leader meet agreement discuss economic assistance state issue \n",
+ "15\t3.125\tdevelopment policy economic government sector national strategy ensure reform plan key resource improve stakeholder growth develop focus launch support area \n",
+ "\n",
+ "<100> LL/token: -8.26805\n",
+ "<110> LL/token: -8.25673\n",
+ "<120> LL/token: -8.24799\n",
+ "<130> LL/token: -8.24177\n",
+ "<140> LL/token: -8.23537\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance financial fund report parliament ministry public bill total system pass management include committee current spend add process \n",
+ "1\t3.125\tcompany land government process investment mining operation benefit investor landowner director sign foreign agreement survey hold give base grant propose \n",
+ "2\t3.125\tpeople event year good community nation day today challenge live time important speak future leader culture add traditional host continue \n",
+ "3\t3.125\tbusiness service public tax cost pay operate member local good add regulation loan license note provide bank time fee act \n",
+ "4\t3.125\tgovernment provincial province national people western member guadalcanal add issue executive meeting premier yesterday continue work address assure motion confidence \n",
+ "5\t3.125\tvisit student school island australian time week year official chinese education offer month aid solomon study number thing high send \n",
+ "6\t3.125\tpolice people force order ramsi situation officer honiara security law follow day mission leave continue rsipf damage yesterday lead family \n",
+ "7\t3.125\teconomy increase economic percent fishery high industry growth impact island sector grow reduce price level low population expect report rate \n",
+ "8\t3.125\tcovid health support tourism response service provide include pandemic border ensure continue team medical international disaster emergency effort work plan \n",
+ "9\t3.125\tproject support infrastructure rural development work fund improve constituency road community provide access construction complete funding build facility program include \n",
+ "10\t3.125\twoman work opportunity program training community child support youth programme young education family role worker provide skill job participant australian \n",
+ "11\t3.125\tpayment court case officer claim matter charge money corruption office pay receive public accuse order official account high yesterday document \n",
+ "12\t3.125\tmember decision medium leader political election statement interest parliament group question concern opposition party state government power call deal minister \n",
+ "13\t3.125\twater log local food product market area export ship management environment source resource forest community place sell produce village find \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation security develop agreement development economic leader support meet discuss global partnership state \n",
+ "15\t3.125\tdevelopment policy economic government sector national ensure strategy key reform resource support plan develop stakeholder area improve priority growth achieve \n",
+ "\n",
+ "<150> LL/token: -8.23096\n",
+ "<160> LL/token: -8.22851\n",
+ "<170> LL/token: -8.22692\n",
+ "<180> LL/token: -8.22436\n",
+ "<190> LL/token: -8.22393\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance financial fund parliament report ministry public bill total system pass process committee management revenue spend include current \n",
+ "1\t3.125\tcompany land government process investment mining operation investor sign landowner benefit agreement foreign director hold survey give local activity propose \n",
+ "2\t3.125\tpeople event year community nation good today time day add live important challenge leader future culture speak peace continue traditional \n",
+ "3\t3.125\tbusiness service public tax pay member operate cost good local regulation add loan time license provide bank act note fee \n",
+ "4\t3.125\tgovernment provincial province national people member western add guadalcanal issue executive meeting premier yesterday continue work state address assure week \n",
+ "5\t3.125\tvisit student school island australian week time year education official chinese offer month aid number study solomon leave staff open \n",
+ "6\t3.125\tpolice people force situation order ramsi honiara security officer law mission follow rsipf continue report day leave damage yesterday commissioner \n",
+ "7\t3.125\teconomy economic increase percent fishery growth industry impact high sector island level report price grow expect low reduce rate population \n",
+ "8\t3.125\tcovid health tourism support response include provide service border pandemic ensure medical continue effort team emergency travel international disaster work \n",
+ "9\t3.125\tproject support infrastructure development rural work fund constituency improve road community provide program complete construction funding access facility build economic \n",
+ "10\t3.125\twoman work opportunity training program support child community youth programme young family role worker education provide skill participant group knowledge \n",
+ "11\t3.125\tcourt officer payment case charge matter money corruption office pay receive claim accuse public order account official high yesterday letter \n",
+ "12\t3.125\tmember decision medium political leader statement election interest parliament group opposition question power government concern state deal call party position \n",
+ "13\t3.125\twater log market food local product export area ship community people management environment produce forest village source sell find resource \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation security develop economic support leader agreement development meet global issue assistance state \n",
+ "15\t3.125\tdevelopment policy economic sector government national ensure strategy plan resource key reform support stakeholder priority develop area improve focus sustainable \n",
+ "\n",
+ "<200> LL/token: -8.22128\n",
+ "<210> LL/token: -8.2216\n",
+ "<220> LL/token: -8.21741\n",
+ "<230> LL/token: -8.21889\n",
+ "<240> LL/token: -8.21732\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance financial fund report parliament ministry public bill total system committee process pass management revenue current spend expect \n",
+ "1\t3.125\tcompany land government investment process mining operation investor benefit landowner foreign director agreement sign issue give hold local propose deal \n",
+ "2\t3.125\tpeople event year community good today add nation day time live important leader challenge continue future peace speak culture host \n",
+ "3\t3.125\tbusiness service public tax member cost good operate pay local regulation add provide time sicci bank license note act employee \n",
+ "4\t3.125\tgovernment provincial province national people member western guadalcanal add executive meeting yesterday issue premier work address continue office motion assure \n",
+ "5\t3.125\tvisit student island school australian week time education year official offer month chinese aid study solomon number thing meet early \n",
+ "6\t3.125\tpolice people order force security situation ramsi officer honiara law follow leave mission rsipf report damage continue day late family \n",
+ "7\t3.125\teconomy increase economic percent fishery growth industry high impact sector island price report expect low level reduce grow rate population \n",
+ "8\t3.125\tcovid health tourism support response border include provide service pandemic ensure continue medical international team emergency effort travel plan work \n",
+ "9\t3.125\tproject support infrastructure development rural work fund improve constituency road provide community program complete funding construction access include build facility \n",
+ "10\t3.125\twoman work opportunity training program child support youth community family programme young worker role provide education skill job include experience \n",
+ "11\t3.125\tcourt payment case officer money charge pay office matter receive claim corruption public accuse order high account yesterday official letter \n",
+ "12\t3.125\tmember decision medium political leader election statement parliament interest group opposition power government question state concern public call party minister \n",
+ "13\t3.125\twater log market food local product export area people ship community environment management produce village sell forest farmer source environmental \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation develop security leader agreement support economic global sign meet partnership issue international \n",
+ "15\t3.125\tdevelopment policy economic sector government national ensure strategy key resource plan support reform develop stakeholder sustainable priority implementation area improve \n",
+ "\n",
+ "<250> LL/token: -8.21693\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<350> LL/token: -8.18559\n",
- "<360> LL/token: -8.18357\n",
- "<370> LL/token: -8.18272\n",
- "<380> LL/token: -8.18227\n",
- "<390> LL/token: -8.18327\n",
- "\n",
- "0\t3.125\tproject work development area fund infrastructure plan build tourism building road site management complete facility include fishery construction local environment \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high yesterday arrest allegedly face public incident police time hear \n",
- "2\t3.125\tdevelopment country policy support region regional partner economic include key develop island national ensure strategy strengthen cooperation partnership sector plan \n",
- "3\t3.125\tcompany land pay log issue process payment money landowner order sign business worker mining operation receive operate legal accord give \n",
- "4\t3.125\twater people travel village disaster area ship boat supply home island affect passenger arrive flight vessel damage week time leave \n",
- "5\t3.125\tcovid health case country medical people hospital service test vaccine response emergency care week include border measure clinic patient continue \n",
- "6\t3.125\tcountry island system people address world level high change challenge face issue impact report population problem access live important small \n",
- "7\t3.125\tbusiness market government year increase budget percent economy local economic financial sector industry food cost product growth agriculture investment sell \n",
- "8\t3.125\tpolice officer rsipf public force operation vehicle law continue security commissioner ramsi medium report station investigation involve order area incident \n",
- "9\t3.125\twoman people event family youth young child day church life leader culture peace violence today ceremony country traditional live year \n",
- "10\t3.125\tissue people medium report call concern public statement raise add question action claim state deal information time happen fact matter \n",
- "11\t3.125\tgovernment leader parliament member national minister political decision bill group state opposition official meeting issue policy interest current power statement \n",
- "12\t3.125\tprovincial province member election people constituency national executive western premier yesterday guadalcanal general day candidate vote week office chief today \n",
- "13\t3.125\tteam time good play game start place competition final player match week today year lead goal sport stage yesterday host \n",
- "14\t3.125\tcommunity support program service work provide training visit australian assistance rural improve programme train include deliver important participant awareness skill \n",
- "15\t3.125\tyear student school education work week study child teacher staff form add receive start number high parent award complete learn \n",
- "\n",
- "<400> LL/token: -8.18192\n",
- "<410> LL/token: -8.18097\n",
- "<420> LL/token: -8.18309\n",
- "<430> LL/token: -8.18225\n",
- "<440> LL/token: -8.18377\n",
- "\n",
- "0\t3.125\tproject work development area fund infrastructure plan build tourism building road site management complete include facility fishery construction local funding \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high yesterday public allegedly face arrest hear time trial incident \n",
- "2\t3.125\tdevelopment country policy support regional partner region include economic key national island develop strategy strengthen cooperation ensure partnership opportunity meeting \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner sign order worker operation mining operate business give legal receive claim \n",
- "4\t3.125\twater people travel village disaster area island ship boat supply home passenger affect time flight arrive week vessel live damage \n",
- "5\t3.125\tcovid health case country medical people hospital service test vaccine emergency response care include week measure clinic patient border risk \n",
- "6\t3.125\tcountry island system people address world high challenge level change impact face report issue population small global state problem important \n",
- "7\t3.125\tbusiness market government year increase percent local economy economic budget sector financial industry food product cost growth agriculture investment good \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle continue law security community report commissioner ramsi medium station investigation involve incident member \n",
- "9\t3.125\twoman people event family young youth child day church leader life culture peace violence country ceremony live traditional today speak \n",
- "10\t3.125\tissue people medium call report concern public raise statement question add action claim deal state happen information fact thing responsible \n",
- "11\t3.125\tgovernment leader parliament member national minister political decision bill group state opposition policy current meeting official issue interest corruption power \n",
- "12\t3.125\tprovincial province member election people constituency executive western national premier yesterday guadalcanal day general candidate vote week chief office today \n",
- "13\t3.125\tteam time good play game start place competition year today player final match week lead goal yesterday host stage sport \n",
- "14\t3.125\tsupport community program service work provide training visit australian rural assistance improve programme train important deliver include participant awareness skill \n",
- "15\t3.125\tyear student school education work week child study teacher staff add form receive start parent high number award time job \n",
- "\n",
- "<450> LL/token: -8.1844\n",
- "<460> LL/token: -8.18384\n",
- "<470> LL/token: -8.18513\n",
- "<480> LL/token: -8.18308\n",
- "<490> LL/token: -8.18355\n",
- "\n",
- "0\t3.125\tproject work development fund area infrastructure plan build tourism building road site complete management facility include fishery construction funding ministry \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high yesterday public face allegedly hear arrest time trial incident \n",
- "2\t3.125\tdevelopment country policy support regional partner economic include national region develop key island ensure strategy cooperation strengthen meeting partnership opportunity \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner order sign worker mining operation receive legal operate claim grant accord \n",
- "4\t3.125\twater people travel village disaster area island ship boat home affect passenger supply flight time arrive live vessel damage leave \n",
- "5\t3.125\tcovid health case medical country people hospital service test vaccine response emergency care include week clinic border patient measure risk \n",
- "6\t3.125\tcountry island system people high address world level change impact report challenge face global population region issue small resource state \n",
- "7\t3.125\tbusiness market year increase government local percent economy economic food sector financial industry cost budget product growth agriculture investment good \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle continue law community security report commissioner ramsi medium investigation station involve incident member \n",
- "9\t3.125\twoman people event family youth young child day church leader life culture country peace violence live ceremony today traditional year \n",
- "10\t3.125\tissue people medium call concern public report raise add question statement action deal state claim thing time happen information talk \n",
- "11\t3.125\tgovernment leader parliament member national minister political decision bill group opposition state policy current official power meeting statement corruption cabinet \n",
- "12\t3.125\tprovincial province member election people constituency executive western national premier guadalcanal yesterday day general week candidate vote chief office today \n",
- "13\t3.125\tteam time good play game start competition final place today player match lead week goal host year yesterday stage sport \n",
- "14\t3.125\tsupport community program service provide work training visit australian assistance rural improve programme important train include deliver participant awareness assist \n",
- "15\t3.125\tyear student school education work week child study teacher staff form add receive start number parent time job high award \n",
- "\n",
- "<500> LL/token: -8.18357\n",
- "<510> LL/token: -8.18372\n",
- "<520> LL/token: -8.18228\n",
- "<530> LL/token: -8.18393\n",
- "<540> LL/token: -8.18516\n",
- "\n",
- "0\t3.125\tproject work development fund area plan infrastructure build building road tourism site management complete facility include funding construction fishery ministry \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high yesterday public face allegedly hear time trial arrest represent \n",
- "2\t3.125\tdevelopment country policy support regional partner economic national include region key develop island strategy meeting ensure cooperation sector partnership strengthen \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner order sign worker operation mining legal give accord receive operate business \n",
- "4\t3.125\twater people travel village disaster area ship boat island home supply passenger affect flight time leave vessel damage arrive live \n",
- "5\t3.125\tcovid health case country medical people hospital service test vaccine emergency response care include border measure clinic patient week risk \n",
- "6\t3.125\tcountry island system people world level address high report impact challenge face change resource global population region state small develop \n",
- "7\t3.125\tbusiness market increase year government local percent economy food economic industry sector financial cost budget product agriculture growth good investment \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle continue report law community security commissioner investigation ramsi medium station incident suspect involve \n",
- "9\t3.125\twoman people event family young youth day child church life leader culture peace country violence live ceremony today traditional speak \n",
- "10\t3.125\tissue people medium call concern public report statement add raise question action deal claim thing state information decision happen time \n",
- "11\t3.125\tgovernment leader parliament member national political minister decision bill state opposition group current policy power interest corruption statement cabinet meeting \n",
- "12\t3.125\tprovincial province member election people constituency executive western national premier yesterday guadalcanal general day candidate week vote office chief today \n",
- "13\t3.125\tteam good time play game start place competition final player match week today year lead host goal yesterday stage sport \n",
- "14\t3.125\tsupport community program service provide work training visit australian rural assistance improve include programme train important deliver participant assist awareness \n",
- "15\t3.125\tyear student school education work week child study teacher staff form add receive start parent number high award time job \n",
- "\n",
- "<550> LL/token: -8.18312\n"
+ "<260> LL/token: -8.21488\n",
+ "<270> LL/token: -8.21289\n",
+ "<280> LL/token: -8.21339\n",
+ "<290> LL/token: -8.21368\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance financial report fund parliament ministry public bill total process committee management add system pass spend include revenue \n",
+ "1\t3.125\tcompany land government process mining investment operation investor landowner foreign benefit agreement director sign issue hold grant propose give deal \n",
+ "2\t3.125\tpeople event year community good nation day time add leader today future challenge continue peace live speak culture important host \n",
+ "3\t3.125\tbusiness service public member tax good operate cost pay local add regulation sicci provide time license bank employee act transport \n",
+ "4\t3.125\tgovernment provincial province national people western member add guadalcanal executive meeting issue premier yesterday address continue assure work office motion \n",
+ "5\t3.125\tvisit student school island australian week education year time official offer chinese month number aid study solomon meet staff high \n",
+ "6\t3.125\tpolice people force security situation order ramsi honiara law officer leave follow rsipf mission lead damage day report continue home \n",
+ "7\t3.125\teconomy economic increase percent growth fishery high impact industry sector island price expect report investment rate low level reduce grow \n",
+ "8\t3.125\tcovid health tourism support response include border pandemic service ensure medical continue provide emergency effort team work case international travel \n",
+ "9\t3.125\tproject support infrastructure development rural work fund constituency road improve provide community complete funding build access facility construction program include \n",
+ "10\t3.125\twoman work opportunity program training support child community youth programme family young provide worker role education skill job participant information \n",
+ "11\t3.125\tcourt officer payment case money pay charge office matter receive claim accuse public order official yesterday letter high document allege \n",
+ "12\t3.125\tmember decision medium political leader election statement parliament interest government group opposition question corruption concern public power call state party \n",
+ "13\t3.125\twater market log food local product export area community farmer ship people environment management produce village sell forest agriculture source \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation develop security agreement global support leader economic partnership meet sign assistance state \n",
+ "15\t3.125\tdevelopment policy economic sector government national ensure strategy plan support reform resource key priority area develop stakeholder sustainable improve implementation \n",
+ "\n",
+ "<300> LL/token: -8.21247\n",
+ "<310> LL/token: -8.21221\n",
+ "<320> LL/token: -8.21161\n",
+ "<330> LL/token: -8.20873\n",
+ "<340> LL/token: -8.20976\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance financial fund report parliament ministry public bill total system process management pass committee include loan spend expenditure \n",
+ "1\t3.125\tcompany land government investment process mining operation investor landowner benefit foreign sign director agreement add issue give grant hold deal \n",
+ "2\t3.125\tpeople event year community good nation day add today challenge leader continue important speak time live culture future great traditional \n",
+ "3\t3.125\tbusiness service public member tax local good operate cost pay regulation add provide sicci time license bank act employee board \n",
+ "4\t3.125\tgovernment provincial province national people member western add guadalcanal work issue executive meeting premier continue yesterday address current assure office \n",
+ "5\t3.125\tvisit student island school australian time week education year month chinese offer official aid study government number thing start staff \n",
+ "6\t3.125\tpolice people force security order ramsi honiara situation officer continue mission law rsipf leave follow damage lead late report day \n",
+ "7\t3.125\teconomy economic increase percent growth fishery high impact sector industry report price expect rate island level low grow domestic investment \n",
+ "8\t3.125\tcovid health tourism support response include border pandemic ensure provide service medical team plan emergency travel international effort continue measure \n",
+ "9\t3.125\tproject support infrastructure development rural work fund provide road improve constituency community complete program include funding build construction facility service \n",
+ "10\t3.125\twoman work opportunity training program support child community youth family programme young worker provide role education skill job participant experience \n",
+ "11\t3.125\tcourt officer case money payment pay charge office matter receive claim accuse order public official yesterday high letter document allege \n",
+ "12\t3.125\tdecision medium member political leader election parliament interest statement government opposition question state corruption power public group concern party call \n",
+ "13\t3.125\tmarket water food log local product export area farmer community ship environment agriculture produce management people village forest industry sell \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation develop security agreement leader global issue economic support state meet international assistance \n",
+ "15\t3.125\tdevelopment policy economic government sector national ensure strategy support key plan reform resource develop priority area focus stakeholder implementation sustainable \n",
+ "\n",
+ "<350> LL/token: -8.20969\n",
+ "<360> LL/token: -8.21103\n",
+ "<370> LL/token: -8.20878\n",
+ "<380> LL/token: -8.20645\n",
+ "<390> LL/token: -8.20722\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance financial fund parliament report ministry bill public total process system management committee pass include loan explain spend \n",
+ "1\t3.125\tcompany land government process mining operation investment investor landowner foreign benefit sign issue agreement director give add hold deal grant \n",
+ "2\t3.125\tpeople event year good nation community today day add leader challenge important continue live culture speak time work host future \n",
+ "3\t3.125\tbusiness service public member tax good operate local cost pay add regulation provide sicci act time employee bank license note \n",
+ "4\t3.125\tgovernment provincial province national people western add guadalcanal member executive meeting issue work premier address yesterday continue assure motion current \n",
+ "5\t3.125\tvisit student school australian island time week education year offer official month chinese number study aid staff start meet government \n",
+ "6\t3.125\tpolice people force order ramsi security honiara situation law officer continue mission follow rsipf report damage leave day lead problem \n",
+ "7\t3.125\teconomy economic increase percent growth fishery high impact sector report level price industry rate expect island low investment population remain \n",
+ "8\t3.125\tcovid health tourism support response border include pandemic provide service ensure medical continue emergency international travel team week disaster plan \n",
+ "9\t3.125\tproject support infrastructure development rural work fund improve road provide constituency community complete service build include facility construction program access \n",
+ "10\t3.125\twoman work opportunity program training support child community youth programme family young role worker education provide skill include participant group \n",
+ "11\t3.125\tcourt officer case money payment pay charge office matter receive claim accuse order official public yesterday high letter document allege \n",
+ "12\t3.125\tdecision member medium political leader election parliament interest statement government opposition state power corruption public group question minister call party \n",
+ "13\t3.125\tmarket water food local log product export community industry farmer area agriculture environment produce management ship village forest resource production \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation develop security agreement leader economic global state meet support sign international partnership \n",
+ "15\t3.125\tdevelopment policy economic sector government national ensure strategy plan support resource reform key develop priority stakeholder area achieve focus implementation \n",
+ "\n",
+ "<400> LL/token: -8.20725\n",
+ "<410> LL/token: -8.20767\n",
+ "<420> LL/token: -8.20738\n",
+ "<430> LL/token: -8.20542\n",
+ "<440> LL/token: -8.20631\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<560> LL/token: -8.18323\n",
- "<570> LL/token: -8.18303\n",
- "<580> LL/token: -8.18243\n",
- "<590> LL/token: -8.18104\n",
- "\n",
- "0\t3.125\tproject work development fund plan area infrastructure build building road management site complete facility include funding year construction ministry fishery \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high yesterday public face allegedly time hear trial arrest money \n",
- "2\t3.125\tdevelopment country policy support regional partner include economic island region national key develop meeting strategy cooperation strengthen partnership opportunity ensure \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner operation order sign mining worker receive operate accord give director business \n",
- "4\t3.125\twater people travel village area disaster island ship boat home passenger affect supply flight live vessel time damage arrive leave \n",
- "5\t3.125\tcovid health case country medical people service hospital test vaccine emergency care response week measure clinic include border patient continue \n",
- "6\t3.125\tcountry island system people world level high address impact challenge report change face global resource population region develop state environment \n",
- "7\t3.125\tbusiness market increase year local government tourism percent economy economic food sector industry financial product cost agriculture growth investment good \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle continue report law investigation community security medium commissioner ramsi incident suspect station involve \n",
- "9\t3.125\twoman people event family young youth child day church leader life culture peace country violence live ceremony traditional year today \n",
- "10\t3.125\tissue people medium public call concern report statement raise add question deal state action claim decision thing happen fact information \n",
- "11\t3.125\tgovernment leader parliament member national political minister bill decision opposition group state policy current budget corruption cabinet power party country \n",
- "12\t3.125\tprovincial province member election people constituency executive national western premier guadalcanal yesterday week general day candidate vote chief office today \n",
- "13\t3.125\tteam good time play game start place today competition final player match lead year host goal yesterday stage sport week \n",
- "14\t3.125\tsupport community program service provide work training visit australian rural assistance programme improve important include train participant deliver awareness assist \n",
- "15\t3.125\tyear student school education work week child study teacher staff add form receive start number parent high time award job \n",
- "\n",
- "<600> LL/token: -8.18087\n",
- "<610> LL/token: -8.18206\n",
- "<620> LL/token: -8.18167\n",
- "<630> LL/token: -8.18191\n",
- "<640> LL/token: -8.18215\n",
- "\n",
- "0\t3.125\tproject work fund development plan area infrastructure build road building management site complete funding facility ministry include year construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution public high yesterday face allegedly hear time trial arrest lawyer \n",
- "2\t3.125\tdevelopment country policy support regional partner include economic meeting national region island key cooperation strategy develop partnership strengthen opportunity ensure \n",
- "3\t3.125\tcompany land pay issue log payment process landowner money operation worker mining order sign legal receive accord operate claim letter \n",
- "4\t3.125\twater people travel area village island ship disaster boat home passenger affect supply time flight live vessel leave damage day \n",
- "5\t3.125\tcovid health country case medical people hospital service test vaccine emergency response care border include week measure clinic patient risk \n",
- "6\t3.125\tcountry island system world high level address impact people challenge report resource change face global region environment develop population state \n",
- "7\t3.125\tbusiness market increase year local tourism percent government food economy economic sector industry financial product growth cost agriculture investment good \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle report continue community law investigation security incident ramsi commissioner medium suspect station involve \n",
- "9\t3.125\twoman people event family young youth child day church leader life culture peace country violence live ceremony traditional today speak \n",
- "10\t3.125\tissue people medium call concern public report statement add raise question deal action claim state thing decision time talk information \n",
- "11\t3.125\tgovernment parliament leader member national political minister bill decision group opposition policy state budget current corruption power cabinet statement propose \n",
- "12\t3.125\tprovincial province member election people constituency executive western national premier guadalcanal yesterday week day general candidate vote office chief today \n",
- "13\t3.125\tteam good time play game start place today competition player match final lead goal host week yesterday year sport half \n",
- "14\t3.125\tsupport community program service provide training work visit australian rural assistance programme improve include important train participant deliver assist awareness \n",
- "15\t3.125\tyear student school education week work child study teacher staff form add receive number parent start high time award learn \n",
- "\n",
- "<650> LL/token: -8.18283\n",
- "<660> LL/token: -8.18271\n",
- "<670> LL/token: -8.18103\n",
- "<680> LL/token: -8.18179\n",
- "<690> LL/token: -8.18261\n",
- "\n",
- "0\t3.125\tproject work development fund plan area infrastructure build road building complete site management facility include ministry funding year construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high yesterday public face allegedly hear time trial money arrest \n",
- "2\t3.125\tcountry development policy support regional economic partner include island meeting national region key develop strategy cooperation strengthen security opportunity sector \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner operation worker mining receive sign order operate legal give accord letter \n",
- "4\t3.125\twater people travel area village island ship boat disaster home passenger affect time live supply flight vessel damage leave arrive \n",
- "5\t3.125\tcovid health country case medical people hospital service test vaccine emergency care week include response border clinic measure patient risk \n",
- "6\t3.125\tcountry island system world level impact high address resource report people challenge environment face global change region population develop small \n",
- "7\t3.125\tbusiness market increase year local tourism percent food economy economic sector industry financial government product growth agriculture good cost investment \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle continue report investigation law community security incident medium ramsi commissioner suspect station involve \n",
- "9\t3.125\twoman people family event young youth child day church life leader country culture peace violence live ceremony today work traditional \n",
- "10\t3.125\tissue people medium concern call report public statement raise add question deal claim state action thing time decision happen information \n",
- "11\t3.125\tgovernment parliament leader member national political minister bill decision budget policy group opposition state current corruption power cabinet statement public \n",
- "12\t3.125\tprovincial province member election people constituency executive western national yesterday premier guadalcanal day week general candidate vote chief office today \n",
- "13\t3.125\tteam good time play game start competition place final player today match host lead year goal week yesterday sport half \n",
- "14\t3.125\tsupport community program service provide training work visit australian rural assistance improve programme train important include participant assist deliver awareness \n",
- "15\t3.125\tstudent year school education week work child study teacher staff form add start receive parent number high time award job \n",
- "\n",
- "<700> LL/token: -8.18296\n",
- "<710> LL/token: -8.18131\n",
- "<720> LL/token: -8.1813\n",
- "<730> LL/token: -8.1807\n",
- "<740> LL/token: -8.18133\n",
- "\n",
- "0\t3.125\tproject work fund development plan area infrastructure build road building complete site year management facility ministry funding include construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high public yesterday allegedly face time hear trial money lawyer \n",
- "2\t3.125\tcountry development policy support regional economic partner include meeting island national region key strategy cooperation security develop partnership strengthen opportunity \n",
- "3\t3.125\tcompany land pay issue log process payment landowner operation money order mining sign receive accord give legal director office operate \n",
- "4\t3.125\twater people travel area village island ship boat disaster home passenger affect supply flight time damage vessel live arrive leave \n",
- "5\t3.125\tcovid health country case medical people service hospital test vaccine emergency response care border week clinic patient continue include risk \n",
- "6\t3.125\tcountry island system world level impact resource high report address environment challenge change global people region face population develop state \n",
- "7\t3.125\tbusiness market increase local year tourism percent economy food sector economic industry product financial growth country agriculture good government cost \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle report continue investigation law community incident security medium suspect ramsi commissioner station involve \n",
- "9\t3.125\twoman people family event young youth child day leader church life country live culture peace violence year today ceremony speak \n",
- "10\t3.125\tissue people medium call concern public report statement raise add question deal action state claim thing time decision happen fact \n",
- "11\t3.125\tgovernment parliament leader member national political minister budget decision bill policy group opposition current state corruption power public cabinet country \n",
- "12\t3.125\tprovincial province member election people constituency executive western national premier yesterday guadalcanal day week general candidate vote office chief today \n",
- "13\t3.125\tteam time good play game start place competition today player match final host lead week goal sport stage event yesterday \n",
- "14\t3.125\tsupport community program service provide training work visit australian rural assistance programme improve include important train participant assist deliver awareness \n",
- "15\t3.125\tstudent year school education work week child study teacher staff form add receive worker high number start parent time job \n",
- "\n"
+ "\n",
+ "0\t3.125\tgovernment budget finance fund financial report parliament ministry bill public total process system pass committee include management explain loan provide \n",
+ "1\t3.125\tcompany land government log process mining operation investment investor landowner benefit foreign agreement interest director issue sign add grant hold \n",
+ "2\t3.125\tpeople event year community nation today day good add challenge leader important work live future continue culture time host acknowledge \n",
+ "3\t3.125\tbusiness service public member good tax operate local cost regulation add provide pay sicci employee bank transport private activity act \n",
+ "4\t3.125\tgovernment provincial province national people western member add issue guadalcanal executive meeting work premier yesterday address continue current assure office \n",
+ "5\t3.125\tvisit student school week island australian year official time offer education month number chinese aid study meet start staff high \n",
+ "6\t3.125\tpolice people force order ramsi security honiara situation officer leave law follow mission rsipf damage continue report day lead family \n",
+ "7\t3.125\teconomy economic increase growth percent fishery high impact sector report industry investment price level rate expect low island global grow \n",
+ "8\t3.125\tcovid health tourism support response include border pandemic ensure medical service continue provide international emergency travel team effort case measure \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road constituency improve provide community complete funding construction service program facility area access \n",
+ "10\t3.125\twoman work opportunity training program support child community youth programme young family provide worker education role skill australian group access \n",
+ "11\t3.125\tcourt officer case pay money payment charge office matter receive claim accuse order public letter high yesterday official allege document \n",
+ "12\t3.125\tdecision medium member political leader parliament election statement government interest opposition power group corruption public state question call party minister \n",
+ "13\t3.125\tmarket water food product local export community farmer agriculture area environment produce management ship industry people village forest production sell \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation security agreement develop leader support issue global sign state international partnership economic \n",
+ "15\t3.125\tdevelopment policy economic government sector national ensure plan strategy support resource key reform develop priority area implementation sustainable focus stakeholder \n",
+ "\n",
+ "<450> LL/token: -8.20503\n",
+ "<460> LL/token: -8.2016\n",
+ "<470> LL/token: -8.20375\n",
+ "<480> LL/token: -8.20486\n",
+ "<490> LL/token: -8.20452\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance financial fund report ministry parliament public bill process total pass system management committee loan provide include explain \n",
+ "1\t3.125\tcompany land log government mining operation investment process investor landowner foreign issue director agreement benefit add give hold interest activity \n",
+ "2\t3.125\tpeople event year community good nation add today continue day challenge leader future important culture work acknowledge host live speak \n",
+ "3\t3.125\tbusiness service member public tax good local cost add regulation pay operate provide sicci include employee time bank note number \n",
+ "4\t3.125\tgovernment provincial province national people western add member guadalcanal executive meeting continue premier issue yesterday work address assure current office \n",
+ "5\t3.125\tvisit student school island week time australian year month offer official education number chinese study start aid staff thing solomon \n",
+ "6\t3.125\tpolice people force ramsi security order honiara law situation officer mission damage rsipf report leave continue follow day call problem \n",
+ "7\t3.125\teconomy economic increase percent growth fishery high impact sector investment industry price level report rate expect low island remain global \n",
+ "8\t3.125\tcovid health tourism support response border service include pandemic medical ensure provide international emergency effort travel measure team disaster case \n",
+ "9\t3.125\tproject support infrastructure development rural fund work road improve provide constituency complete build include funding facility construction community service program \n",
+ "10\t3.125\twoman work opportunity program support training child community youth programme family young provide worker education role skill australian job participant \n",
+ "11\t3.125\tcourt officer case money pay payment charge matter receive office claim accuse order public yesterday letter official high allege account \n",
+ "12\t3.125\tdecision member medium political leader government election parliament statement interest opposition group state public corruption power question minister call party \n",
+ "13\t3.125\tmarket water food local product export community agriculture farmer area environment industry management produce ship people village forest production sell \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation security develop agreement support leader sign meet issue economic global partnership international \n",
+ "15\t3.125\tdevelopment policy economic government sector national ensure plan strategy support resource key reform priority develop stakeholder sustainable area focus achieve \n",
+ "\n",
+ "<500> LL/token: -8.20357\n",
+ "<510> LL/token: -8.20333\n",
+ "<520> LL/token: -8.20398\n",
+ "<530> LL/token: -8.20452\n",
+ "<540> LL/token: -8.20304\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund financial report ministry parliament bill public process total system pass committee management provide loan payment explain \n",
+ "1\t3.125\tcompany land government log operation mining process investment investor landowner foreign issue give agreement director benefit interest sign local hold \n",
+ "2\t3.125\tpeople event year community good nation today add continue important challenge leader day culture speak work future acknowledge live host \n",
+ "3\t3.125\tbusiness service public member good tax local cost pay add regulation operate provide sicci act employee time bank small include \n",
+ "4\t3.125\tgovernment provincial province national people western add member guadalcanal issue executive meeting yesterday premier work address continue assure state office \n",
+ "5\t3.125\tvisit student school week time island offer year australian month official education number chinese study aid thing start meet staff \n",
+ "6\t3.125\tpolice people force order security ramsi honiara situation officer report leave damage law follow continue rsipf mission australian day call \n",
+ "7\t3.125\teconomy economic increase percent growth fishery high impact sector report investment price industry level rate expect low remain island revenue \n",
+ "8\t3.125\tcovid health tourism support response border include service pandemic provide medical ensure continue international emergency effort travel measure plan case \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road improve constituency provide community complete build access construction funding include facility service \n",
+ "10\t3.125\twoman work opportunity program training support child community youth programme family young education worker provide role skill include australian job \n",
+ "11\t3.125\tcourt officer case money pay charge payment office matter receive accuse order claim public official yesterday letter high allege document \n",
+ "12\t3.125\tdecision member medium political leader election parliament government statement interest opposition corruption group power state public minister concern question call \n",
+ "13\t3.125\tmarket water food local product community export area agriculture farmer industry environment management produce ship people village forest production resource \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation develop security agreement leader global support meet issue partnership sign economic international \n",
+ "15\t3.125\tdevelopment policy economic government sector national ensure support plan strategy key reform resource priority develop implementation sustainable stakeholder area implement \n",
+ "\n",
+ "<550> LL/token: -8.20446\n",
+ "<560> LL/token: -8.20454\n",
+ "<570> LL/token: -8.20224\n",
+ "<580> LL/token: -8.20365\n",
+ "<590> LL/token: -8.20321\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund financial report ministry parliament bill public process total payment provide include pass system loan management committee \n",
+ "1\t3.125\tcompany land government log operation mining process investment investor landowner issue foreign benefit director give agreement local activity add licence \n",
+ "2\t3.125\tpeople event year community today good nation add challenge continue important leader day future culture work live acknowledge peace speak \n",
+ "3\t3.125\tbusiness service member public tax good local cost regulation add operate pay provide sicci time small employee bank include note \n",
+ "4\t3.125\tgovernment provincial province national people western add member guadalcanal executive meeting work issue yesterday continue premier address assure current motion \n",
+ "5\t3.125\tvisit student school week month year island education official time offer australian study number chinese start aid staff thing receive \n",
+ "6\t3.125\tpolice people force security ramsi order honiara officer situation law leave damage report rsipf mission australian solomon continue follow lead \n",
+ "7\t3.125\teconomy economic increase percent growth fishery high impact sector investment report price expect industry level rate continue remain island low \n",
+ "8\t3.125\tcovid health tourism support response border service pandemic include ensure medical provide continue international emergency effort team travel measure case \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road constituency improve provide complete community build construction include service facility funding area \n",
+ "10\t3.125\twoman work opportunity support program training child youth programme community young family provide worker education australian role skill include participant \n",
+ "11\t3.125\tcourt officer case pay money charge office matter payment receive accuse order public claim high official yesterday letter police date \n",
+ "12\t3.125\tdecision member medium political leader government election parliament statement interest opposition corruption power state group public minister call concern question \n",
+ "13\t3.125\tmarket water food local product community export agriculture farmer environment area management industry produce island village forest people production resource \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation agreement develop leader security meet global issue sign international economic state support \n",
+ "15\t3.125\tdevelopment policy economic government sector national ensure support plan strategy reform key resource develop priority area stakeholder implementation focus achieve \n",
+ "\n",
+ "<600> LL/token: -8.20429\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<750> LL/token: -8.18257\n",
- "<760> LL/token: -8.18199\n",
- "<770> LL/token: -8.18201\n",
- "<780> LL/token: -8.18241\n",
- "<790> LL/token: -8.18396\n",
- "\n",
- "0\t3.125\tproject work fund development plan infrastructure area build government building road complete site year ministry funding facility include construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high public yesterday face allegedly hear time trial money lawyer \n",
- "2\t3.125\tcountry development support policy regional partner meeting economic region include national island key cooperation strategy develop security ensure opportunity meet \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner operation mining order sign receive operate claim give accord letter legal \n",
- "4\t3.125\twater people travel village area island ship boat disaster home passenger affect supply time day flight damage vessel live leave \n",
- "5\t3.125\tcovid health country case medical people service hospital test vaccine emergency border response care week include clinic patient risk nurse \n",
- "6\t3.125\tcountry island system world resource level impact report high environment address challenge global change face region population develop people small \n",
- "7\t3.125\tbusiness market increase local year tourism percent food economy economic sector industry product growth financial agriculture country investment good cost \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle report continue investigation community law incident suspect medium security commissioner ramsi station arrest \n",
- "9\t3.125\twoman people family event young youth child day church leader life country culture peace live violence ceremony year today traditional \n",
- "10\t3.125\tissue people medium call concern report public statement add raise question action deal claim state thing time decision good happen \n",
- "11\t3.125\tgovernment parliament leader member national political minister budget decision bill policy opposition current group state public country corruption power cabinet \n",
- "12\t3.125\tprovincial province member election people constituency executive national western premier yesterday week guadalcanal day general candidate vote office chief today \n",
- "13\t3.125\tteam good time play game start today competition final place host player match lead week goal year sport yesterday half \n",
- "14\t3.125\tsupport community program service provide training work visit australian rural assistance programme improve include important train participant deliver assist awareness \n",
- "15\t3.125\tstudent year school education work week study child teacher staff add form worker receive number parent start high time job \n",
- "\n",
- "<800> LL/token: -8.18433\n",
- "<810> LL/token: -8.18626\n",
- "<820> LL/token: -8.18538\n",
- "<830> LL/token: -8.18639\n",
- "<840> LL/token: -8.18586\n",
- "\n",
- "0\t3.125\tproject government work fund development plan infrastructure build area building road complete year site ministry funding facility include construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter prosecution high yesterday public face allegedly time hear trial money lawyer \n",
- "2\t3.125\tcountry development support policy regional meeting economic partner island national include region key cooperation strategy security meet develop partnership strengthen \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner operation sign receive mining accord order director operate letter business legal \n",
- "4\t3.125\twater people travel area village island ship boat home passenger affect disaster live leave supply time vessel damage sea arrive \n",
- "5\t3.125\tcovid health country case medical people hospital service emergency test vaccine response week care border include clinic patient risk measure \n",
- "6\t3.125\tcountry island system world level resource impact high environment report global region challenge change face population develop address people action \n",
- "7\t3.125\tbusiness market increase local year tourism percent food economy economic sector industry country product growth financial agriculture investment sell cost \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle report continue investigation law incident community suspect commissioner ramsi medium security station arrest \n",
- "9\t3.125\twoman people family event young youth child day church leader life country culture peace live violence year ceremony today traditional \n",
- "10\t3.125\tissue people medium call concern report public add raise question statement deal claim action thing state time matter situation good \n",
- "11\t3.125\tgovernment parliament leader member national political minister decision budget policy bill current opposition group state public statement power corruption cabinet \n",
- "12\t3.125\tprovincial province member election people national executive western constituency premier yesterday guadalcanal general day week candidate vote chief office today \n",
- "13\t3.125\tteam time good play game start today place competition final host lead player week match year goal yesterday sport stage \n",
- "14\t3.125\tsupport community program service provide training work australian rural programme improve assistance visit include train important participant assist activity deliver \n",
- "15\t3.125\tstudent year school education work week child teacher study staff add form worker receive high number parent start time award \n",
- "\n",
- "<850> LL/token: -8.18603\n",
- "<860> LL/token: -8.18741\n",
- "<870> LL/token: -8.18728\n",
- "<880> LL/token: -8.18764\n",
- "<890> LL/token: -8.18702\n",
- "\n",
- "0\t3.125\tproject government work development fund plan infrastructure build building road area ministry complete site funding year facility include construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter high prosecution public yesterday face allegedly time hear trial money lawyer \n",
- "2\t3.125\tcountry development support policy regional meeting island partner national visit economic include region key cooperation meet strategy security opportunity partnership \n",
- "3\t3.125\tcompany land pay issue log payment process money landowner operation mining accord receive operate sign order give director business letter \n",
- "4\t3.125\twater people travel village area island ship home boat passenger disaster affect live supply time vessel leave day find arrive \n",
- "5\t3.125\tcovid health country case medical people service hospital emergency test vaccine border response care week continue clinic risk patient include \n",
- "6\t3.125\tcountry island system resource world level impact report environment high global challenge region develop change population address action face small \n",
- "7\t3.125\tbusiness market increase local year tourism food economic percent economy sector industry country product growth agriculture investment financial good sell \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle report continue investigation law community incident suspect security medium ramsi commissioner station arrest \n",
- "9\t3.125\twoman people family event young youth child day church life leader country culture peace live violence ceremony year traditional today \n",
- "10\t3.125\tissue people medium call concern report public add statement raise question deal claim state action time thing fact matter situation \n",
- "11\t3.125\tgovernment parliament leader member national political decision budget policy minister bill group state current opposition public corruption statement cabinet power \n",
- "12\t3.125\tprovincial province election member people national executive western constituency premier yesterday guadalcanal week day general candidate vote chief office today \n",
- "13\t3.125\tteam good time play game start today place competition final player match goal host week lead yesterday year sport stage \n",
- "14\t3.125\tsupport community program service provide training work australian rural programme improve assistance include activity important train participant assist deliver visit \n",
- "15\t3.125\tstudent year school education work week staff teacher study child add form worker receive high parent number start award job \n",
- "\n",
- "<900> LL/token: -8.18747\n",
- "<910> LL/token: -8.18779\n",
- "<920> LL/token: -8.18641\n",
- "<930> LL/token: -8.18896\n",
- "<940> LL/token: -8.18819\n",
- "\n",
- "0\t3.125\tproject government development work fund plan infrastructure build road building ministry area complete site year funding facility include construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim high matter prosecution public yesterday allegedly face time hear trial lawyer count \n",
- "2\t3.125\tcountry development support policy regional visit island meeting partner include economic national region meet cooperation strategy security key opportunity discuss \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner operation mining sign claim receive director business operate give letter order \n",
- "4\t3.125\twater people travel area village island ship boat home passenger affect disaster time live supply leave vessel find arrive sea \n",
- "5\t3.125\tcovid health country case medical people hospital service emergency test vaccine border response care week risk clinic include patient continue \n",
- "6\t3.125\tcountry island system resource world level impact environment report global high challenge region develop change area population action management include \n",
- "7\t3.125\tbusiness market increase local year tourism food economic percent economy sector country industry product growth agriculture good investment sell fishery \n",
- "8\t3.125\tpolice officer rsipf force public operation vehicle report investigation continue incident law community suspect medium ramsi commissioner security station arrest \n",
- "9\t3.125\twoman people family event young youth child day church life leader country culture peace live violence today ceremony traditional speak \n",
- "10\t3.125\tissue people medium concern call report public statement add raise question deal state thing action claim time situation fact recent \n",
- "11\t3.125\tgovernment parliament leader member national political budget policy decision minister bill public opposition current group state country corruption cabinet pass \n",
- "12\t3.125\tprovincial province election member people national executive western yesterday premier constituency guadalcanal general week day candidate vote chief office today \n",
- "13\t3.125\tteam good time play game start place competition final today week player host match lead year goal yesterday sport stage \n",
- "14\t3.125\tsupport community program service provide training work australian rural programme improve important assistance activity include train participant assist management deliver \n",
- "15\t3.125\tstudent year school education work week child study teacher staff form receive worker add number high start award parent job \n",
- "\n",
- "<950> LL/token: -8.18912\n"
+ "<610> LL/token: -8.20591\n",
+ "<620> LL/token: -8.20407\n",
+ "<630> LL/token: -8.20572\n",
+ "<640> LL/token: -8.20366\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund financial report ministry parliament bill public process total payment system management loan explain pass committee add \n",
+ "1\t3.125\tcompany land government log operation mining process investment investor issue landowner foreign director benefit activity agreement give hold local licence \n",
+ "2\t3.125\tpeople event year community nation today challenge good important day leader work future continue culture acknowledge add host speak traditional \n",
+ "3\t3.125\tbusiness service member public good tax local cost provide add regulation pay operate sicci include private employee small individual bank \n",
+ "4\t3.125\tgovernment provincial province national people add western guadalcanal executive member meeting issue address work premier continue yesterday assure current week \n",
+ "5\t3.125\tvisit student school week time year month offer education island start official number study australian thing staff chinese receive aid \n",
+ "6\t3.125\tpolice people force security ramsi honiara order continue situation report follow australian damage law rsipf officer mission leave call solomon \n",
+ "7\t3.125\teconomy economic increase growth percent impact fishery high sector investment report industry level rate expect remain price revenue continue low \n",
+ "8\t3.125\tcovid health tourism support response border include pandemic service medical continue provide international ensure emergency team time travel effort measure \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road improve constituency provide complete community build construction include funding service facility area \n",
+ "10\t3.125\twoman work opportunity program training support child community youth programme family young provide worker education australian skill participant access role \n",
+ "11\t3.125\tofficer court case pay charge money payment office matter receive order accuse public yesterday claim official letter high vehicle allege \n",
+ "12\t3.125\tmember decision medium political leader government parliament election interest statement opposition corruption power group state public minister question call party \n",
+ "13\t3.125\tmarket water food product local community area agriculture farmer export environment management produce industry village people forest resource production island \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation leader agreement security develop support economic global meet sign international state issue \n",
+ "15\t3.125\tdevelopment policy economic government sector national ensure support plan strategy resource key reform priority develop area implementation stakeholder sustainable improve \n",
+ "\n",
+ "<650> LL/token: -8.20255\n",
+ "<660> LL/token: -8.2039\n",
+ "<670> LL/token: -8.2022\n",
+ "<680> LL/token: -8.20282\n",
+ "<690> LL/token: -8.20367\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund report financial ministry public parliament bill process total payment pass provide loan include management committee system \n",
+ "1\t3.125\tcompany land log government operation mining issue investor investment process landowner foreign director activity give local agreement benefit deal interest \n",
+ "2\t3.125\tpeople event year nation today add community good challenge continue leader important day future culture live speak acknowledge host world \n",
+ "3\t3.125\tbusiness service member public good tax local cost provide pay add regulation sicci operate small include bank employee private note \n",
+ "4\t3.125\tgovernment provincial province people national western add issue guadalcanal continue work executive meeting premier member address yesterday assure current office \n",
+ "5\t3.125\tvisit student school week time education month year official offer number start study island staff receive thing give australian meet \n",
+ "6\t3.125\tpolice people force security ramsi order australian situation honiara report damage leave rsipf mission solomon officer law continue call chinese \n",
+ "7\t3.125\teconomy economic increase growth percent fishery impact high sector investment report revenue level expect rate industry continue remain low price \n",
+ "8\t3.125\tcovid health tourism support response border service include pandemic medical international provide ensure emergency travel continue time team measure day \n",
+ "9\t3.125\tproject support infrastructure development work rural fund road improve constituency provide complete funding build construction community service facility include program \n",
+ "10\t3.125\twoman work opportunity program training support child community programme youth family provide young worker australian role education skill include participant \n",
+ "11\t3.125\tcourt officer case pay money charge matter office payment receive order accuse yesterday public claim letter high official police allege \n",
+ "12\t3.125\tdecision medium member political leader parliament election government statement interest opposition corruption state group power public minister question concern party \n",
+ "13\t3.125\tmarket water food local product community area agriculture farmer industry export environment management produce village island people forest resource production \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation agreement develop support leader security economic sign meet state global international assistance \n",
+ "15\t3.125\tdevelopment policy economic sector government national ensure support strategy plan resource key reform develop priority implementation sustainable area achieve focus \n",
+ "\n",
+ "<700> LL/token: -8.20288\n",
+ "<710> LL/token: -8.20337\n",
+ "<720> LL/token: -8.20367\n",
+ "<730> LL/token: -8.20342\n",
+ "<740> LL/token: -8.20205\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund report financial ministry parliament bill public process total payment pass management explain system loan include committee \n",
+ "1\t3.125\tcompany land log government operation mining investment investor issue process landowner foreign benefit director give local activity add agreement accord \n",
+ "2\t3.125\tpeople event year today nation continue good day leader community challenge add important future work speak culture acknowledge great host \n",
+ "3\t3.125\tbusiness service member public tax good local provide pay cost add operate sicci regulation small employee bank include number private \n",
+ "4\t3.125\tgovernment provincial province people national western add issue guadalcanal work executive meeting premier continue yesterday address member assure current statement \n",
+ "5\t3.125\tvisit student school week time year offer education month number official receive staff study start thing give island meet lot \n",
+ "6\t3.125\tpolice people force security ramsi honiara australian order situation report damage law rsipf mission officer solomon continue chinese leave call \n",
+ "7\t3.125\teconomy economic increase growth percent fishery high impact sector investment level industry report expect rate revenue remain low continue price \n",
+ "8\t3.125\tcovid health tourism support response border service pandemic include ensure medical continue international emergency travel provide effort time team case \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road improve constituency provide community build include construction funding facility area complete service \n",
+ "10\t3.125\twoman work support opportunity program training child community programme youth family young provide worker education role australian skill participant include \n",
+ "11\t3.125\tofficer court case money pay charge office payment matter order accuse public receive claim yesterday official high vehicle police letter \n",
+ "12\t3.125\tgovernment decision member medium political leader parliament election statement interest opposition power corruption minister public state group call question concern \n",
+ "13\t3.125\tmarket water food product community local agriculture area farmer export environment management produce village industry island people production fish resource \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation agreement security develop leader support economic state meet sign international issue global \n",
+ "15\t3.125\tdevelopment policy economic sector government national ensure strategy plan key resource support develop reform priority implementation sustainable stakeholder area focus \n",
+ "\n",
+ "<750> LL/token: -8.20574\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<960> LL/token: -8.18866\n",
- "<970> LL/token: -8.1885\n",
- "<980> LL/token: -8.18951\n",
- "<990> LL/token: -8.18914\n",
- "\n",
- "0\t3.125\tproject government development fund work plan infrastructure build building road ministry year area complete funding facility site include construction implement \n",
- "1\t3.125\tcourt case man charge accuse year allege victim matter high prosecution public yesterday face allegedly time hear trial money lawyer \n",
- "2\t3.125\tcountry development support policy visit regional meeting island national include partner economic region meet cooperation strategy security key official discuss \n",
- "3\t3.125\tcompany land pay issue log process payment money landowner operation receive mining accord sign claim give director order operate business \n",
- "4\t3.125\twater people travel area village island ship boat home passenger disaster affect time live leave vessel supply find day resident \n",
- "5\t3.125\tcovid health country case medical people hospital service emergency test vaccine border response care week continue clinic patient risk include \n",
- "6\t3.125\tcountry island system resource world impact level environment report high global region develop challenge address management population area change action \n",
- "7\t3.125\tbusiness market increase local year tourism economic food percent economy sector country industry product growth agriculture investment good financial fishery \n",
- "8\t3.125\tpolice officer rsipf force public operation report vehicle investigation continue community incident law suspect medium security ramsi commissioner station arrest \n",
- "9\t3.125\twoman people family event young youth child day church life leader country culture peace live violence year ceremony today traditional \n",
- "10\t3.125\tissue people medium call concern report add raise public statement question state action deal time thing claim situation happen matter \n",
- "11\t3.125\tgovernment parliament leader member national budget political policy decision public bill minister group current opposition state corruption power cabinet change \n",
- "12\t3.125\tprovincial province election member people national executive western yesterday premier guadalcanal day week constituency general candidate vote chief office today \n",
- "13\t3.125\tteam good time play game start host today competition week final place lead player match goal sport stage half year \n",
- "14\t3.125\tsupport community service program provide training work australian rural programme improve include assistance important train activity participant assist management awareness \n",
- "15\t3.125\tstudent year school education work week study teacher staff child add form worker receive number parent start job award time \n",
- "\n",
- "<1000> LL/token: -8.18811\n",
- "\n",
- "Total time: 2 minutes 1 seconds\n",
+ "<760> LL/token: -8.20591\n",
+ "<770> LL/token: -8.20478\n",
+ "<780> LL/token: -8.20613\n",
+ "<790> LL/token: -8.20454\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund report financial ministry public parliament bill process total payment explain pass management loan provide include reveal \n",
+ "1\t3.125\tcompany land log government operation mining process investment investor foreign issue landowner director law local give activity add benefit licence \n",
+ "2\t3.125\tpeople event year nation good today important day challenge community continue add leader acknowledge future culture time speak traditional live \n",
+ "3\t3.125\tbusiness service member public tax good local cost pay add provide sicci operate regulation include employee small information bank financial \n",
+ "4\t3.125\tgovernment provincial province people national add western issue work guadalcanal meeting executive continue premier yesterday address member assure current propose \n",
+ "5\t3.125\tvisit student week school time month education year number offer start study official staff receive give open thing leave meet \n",
+ "6\t3.125\tpolice people force security ramsi honiara australian order report situation solomon law damage rsipf chinese mission continue leave lead officer \n",
+ "7\t3.125\teconomy economic increase growth percent high fishery impact sector level report investment industry rate expect revenue continue price island low \n",
+ "8\t3.125\tcovid health tourism support response border service include pandemic provide medical ensure international emergency travel continue measure case effort week \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road constituency improve provide build include construction community program facility complete funding assistance \n",
+ "10\t3.125\twoman work opportunity support program training community child programme youth family provide young worker australian role skill education participant include \n",
+ "11\t3.125\tofficer court case pay charge money office matter payment order accuse public yesterday receive claim official high vehicle police letter \n",
+ "12\t3.125\tmember decision medium political government parliament leader election statement interest opposition power group corruption state minister public call question concern \n",
+ "13\t3.125\tmarket water food local product community area agriculture farmer export management environment industry island produce village production people resource fish \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation agreement leader security develop economic sign meet state support issue international global \n",
+ "15\t3.125\tdevelopment policy economic sector government national support plan ensure strategy resource key reform develop priority area sustainable implementation stakeholder implement \n",
+ "\n",
+ "<800> LL/token: -8.20797\n",
+ "<810> LL/token: -8.20729\n",
+ "<820> LL/token: -8.2074\n",
+ "<830> LL/token: -8.20677\n",
+ "<840> LL/token: -8.20478\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund report financial ministry parliament public bill process total payment pass management loan explain include add committee \n",
+ "1\t3.125\tcompany land log government operation mining process investor investment issue landowner foreign local activity director give benefit law agreement interest \n",
+ "2\t3.125\tpeople event year today nation good community continue challenge add day leader important culture work future acknowledge speak host traditional \n",
+ "3\t3.125\tbusiness service member public good tax local cost provide pay include sicci add operate information small regulation employee time bank \n",
+ "4\t3.125\tgovernment provincial province people national add western guadalcanal issue executive meeting work continue address premier member yesterday current assure propose \n",
+ "5\t3.125\tvisit student week school time education month number year offer staff start study receive official meet give thing leave lot \n",
+ "6\t3.125\tpolice people force security ramsi honiara australian order solomon chinese situation damage report rsipf law continue leave officer mission follow \n",
+ "7\t3.125\teconomy economic increase growth percent impact high sector investment report level industry expect rate revenue island continue low price remain \n",
+ "8\t3.125\tcovid health tourism support response border service include medical pandemic international ensure continue provide emergency time travel effort ship measure \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road provide improve constituency funding build facility construction community complete area service access \n",
+ "10\t3.125\twoman work opportunity program support training community child youth family provide young worker australian programme role include skill education participant \n",
+ "11\t3.125\tofficer court case pay charge money office matter payment order public accuse receive yesterday official claim high police vehicle letter \n",
+ "12\t3.125\tdecision member medium political leader parliament government election statement interest opposition corruption minister group question power public call state party \n",
+ "13\t3.125\tmarket water food fishery product local community agriculture farmer export area management produce environment industry island village resource production fishing \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation agreement leader develop security sign economic meet state official global international issue \n",
+ "15\t3.125\tdevelopment policy economic sector government support national ensure plan strategy resource key reform priority develop implementation area sustainable focus stakeholder \n",
+ "\n",
+ "<850> LL/token: -8.20432\n",
+ "<860> LL/token: -8.20446\n",
+ "<870> LL/token: -8.20418\n",
+ "<880> LL/token: -8.20504\n",
+ "<890> LL/token: -8.20379\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund report financial ministry parliament bill public process total payment pass reveal loan management explain system committee \n",
+ "1\t3.125\tcompany land log government operation mining investor investment process issue foreign landowner local director activity give law hold licence deal \n",
+ "2\t3.125\tpeople event year today community continue nation challenge important good leader add day culture future acknowledge great work speak host \n",
+ "3\t3.125\tbusiness service member public tax good local provide pay add sicci cost operate information private regulation employee include bank small \n",
+ "4\t3.125\tgovernment provincial province people national add western issue guadalcanal work executive meeting address premier continue yesterday current member assure statement \n",
+ "5\t3.125\tstudent visit week school time education number year month offer study start staff official give receive thing leave meet big \n",
+ "6\t3.125\tpolice people force ramsi security chinese australian honiara order solomon situation report damage rsipf law continue mission leave follow lead \n",
+ "7\t3.125\teconomy economic increase growth percent high impact sector investment report level expect rate revenue continue island remain low reduce industry \n",
+ "8\t3.125\tcovid health tourism support response border service include pandemic international medical ensure provide emergency travel continue effort case ship time \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road improve constituency provide community build construction facility funding area complete assistance include \n",
+ "10\t3.125\twoman work opportunity program support training child community youth family worker australian young provide programme role skill include education participant \n",
+ "11\t3.125\tofficer court case pay money charge office matter public payment order accuse yesterday receive claim police high official vehicle letter \n",
+ "12\t3.125\tdecision government medium member political parliament leader election statement interest opposition corruption power public group minister state question concern party \n",
+ "13\t3.125\tmarket water fishery food product local community agriculture export farmer industry area management produce tuna environment village resource fishing production \n",
+ "14\t3.125\tcountry region island regional trade meeting include cooperation agreement security leader develop economic meet sign global issue international official state \n",
+ "15\t3.125\tdevelopment policy economic sector government support national ensure plan strategy resource key develop priority reform implementation implement area focus sustainable \n",
+ "\n",
+ "<900> LL/token: -8.2052\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "<910> LL/token: -8.20308\n",
+ "<920> LL/token: -8.20253\n",
+ "<930> LL/token: -8.20254\n",
+ "<940> LL/token: -8.20357\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund report ministry financial parliament bill public process payment total explain system loan pass committee management include \n",
+ "1\t3.125\tcompany land log government operation mining process investor landowner investment issue foreign give local activity director add area law agreement \n",
+ "2\t3.125\tpeople event year community today continue nation challenge good acknowledge leader important future work add day culture speak traditional host \n",
+ "3\t3.125\tbusiness service member public tax good provide pay add local operate sicci cost include information small regulation employee industry bank \n",
+ "4\t3.125\tgovernment provincial province people national add western work issue guadalcanal executive meeting continue premier address yesterday current assure member state \n",
+ "5\t3.125\tstudent visit school week time month education year start offer number staff study official thing give meet leave lot receive \n",
+ "6\t3.125\tpolice people force security chinese ramsi australian honiara solomon order situation law damage rsipf report mission leave island officer lead \n",
+ "7\t3.125\teconomy economic increase percent growth high impact sector report investment level expect rate revenue continue remain reduce low global price \n",
+ "8\t3.125\tcovid health tourism support response border service pandemic include medical international provide emergency continue ship time travel ensure effort case \n",
+ "9\t3.125\tproject support infrastructure development rural work fund road provide constituency improve build community construction facility funding include complete service program \n",
+ "10\t3.125\twoman work opportunity program training support child community youth family young provide worker australian programme skill job role include education \n",
+ "11\t3.125\tofficer court case pay charge money office matter order accuse payment public receive claim yesterday police high official vehicle letter \n",
+ "12\t3.125\tdecision medium member government political parliament leader election statement interest opposition corruption group power public minister state question call party \n",
+ "13\t3.125\tmarket water food fishery product local community agriculture industry export farmer management area environment produce resource tuna village production island \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation agreement leader security develop economic meet sign state official support international issue \n",
+ "15\t3.125\tdevelopment policy economic sector government national support ensure plan strategy resource reform key priority develop area implementation sustainable implement stakeholder \n",
+ "\n",
+ "<950> LL/token: -8.20302\n",
+ "<960> LL/token: -8.20406\n",
+ "<970> LL/token: -8.20288\n",
+ "<980> LL/token: -8.20445\n",
+ "<990> LL/token: -8.20601\n",
+ "\n",
+ "0\t3.125\tgovernment budget finance fund report financial ministry parliament bill public process payment total explain loan pass include provide reveal committee \n",
+ "1\t3.125\tcompany land log government mining operation investor investment landowner process foreign issue local give law activity legal deal agreement licence \n",
+ "2\t3.125\tpeople event year community good today nation leader continue add important acknowledge day challenge culture future speak great work host \n",
+ "3\t3.125\tbusiness service member public tax good local provide pay add cost sicci operate small include regulation employee bank financial information \n",
+ "4\t3.125\tgovernment provincial province people national add western work guadalcanal issue executive continue meeting premier address yesterday current member assure propose \n",
+ "5\t3.125\tstudent visit time school week education month start number offer staff receive study year thing money give meet lot end \n",
+ "6\t3.125\tpolice people force security chinese ramsi australian solomon honiara situation order report damage rsipf law leave lead call mission officer \n",
+ "7\t3.125\teconomy economic increase growth percent impact high sector investment level report expect rate remain continue revenue population low reduce global \n",
+ "8\t3.125\tcovid health tourism support response border service medical pandemic ensure include international emergency ship continue travel time provide effort case \n",
+ "9\t3.125\tproject support infrastructure development rural work fund provide road constituency improve community build area funding facility construction complete access include \n",
+ "10\t3.125\twoman work opportunity program support training community child youth family young worker provide australian programme role skill include job participant \n",
+ "11\t3.125\tofficer court case pay charge money office matter order public accuse payment official yesterday police receive claim high vehicle letter \n",
+ "12\t3.125\tdecision government medium member political parliament election leader statement interest opposition corruption power minister state question group public party call \n",
+ "13\t3.125\tmarket water fishery food product local export industry agriculture community farmer management area resource produce tuna village island environment production \n",
+ "14\t3.125\tcountry region island regional trade include meeting cooperation agreement leader develop security economic sign meet state issue global international official \n",
+ "15\t3.125\tdevelopment policy economic sector government support national ensure strategy plan resource key reform priority develop area sustainable implementation implement stakeholder \n",
+ "\n",
+ "<1000> LL/token: -8.2062\n",
+ "\n",
+ "Total time: 42 seconds\n",
"Mallet LDA: 17 topics, 5 topic bits, 11111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -10.27793\n",
- "<20> LL/token: -9.27486\n",
- "<30> LL/token: -8.70388\n",
- "<40> LL/token: -8.49153\n",
- "\n",
- "0\t2.94118\treport call time claim issue late family medium give leave people thing accord lose happen add question raise year action \n",
- "1\t2.94118\tcourt case charge accuse man allege year arrest victim public matter police vehicle prosecution high allegedly order face yesterday trial \n",
- "2\t2.94118\tgovernment provincial province member national western executive premier office yesterday guadalcanal meeting confidence people motion week today follow current appointment \n",
- "3\t2.94118\tservice people public system add provide medical work good health week centre care hospital issue information time year clinic address \n",
- "4\t2.94118\tdevelopment economic country sector develop policy opportunity support resource economy improve key management growth investment strategy provide increase sustainable partnership \n",
- "5\t2.94118\tofficer rsipf security police training country force medium continue work operation ramsi mission island commissioner include order law support maintain \n",
- "6\t2.94118\twoman election people youth child young day candidate vote change general group leader violence family leadership constituency girl campaign voter \n",
- "7\t2.94118\tproject development fund work government infrastructure plan road build building rural complete support area facility funding year constituency site include \n",
- "8\t2.94118\tstudent year school education study teacher child receive week form pay learn staff high parent award training number scholarship start \n",
- "9\t2.94118\tpolice officer report incident information area morning night station people investigation medium involve man village find body public happen yesterday \n",
- "10\t2.94118\tgovernment parliament statement public decision budget policy bill process opposition interest state issue corruption payment cabinet current question add financial \n",
- "11\t2.94118\tcovid country health case worker risk emergency test vaccine record measure number response people include total medical remain positive continue \n",
- "12\t2.94118\twater island people food area live affect supply village high damage small environment world sea community impact report fish source \n",
- "13\t2.94118\tcommunity support work program people visit assistance australian provide assist continue include effort local acknowledge government disaster year receive activity \n",
- "14\t2.94118\tteam event play good time game host year day today competition player final match start goal sport hold place celebration \n",
- "15\t2.94118\tcountry land leader issue meeting island nation hold meet state discuss address region people agreement official delegation share discussion development \n",
- "16\t2.94118\tcompany business market local log travel operation operate ship product tourism sell export passenger mining vessel owner price percent landowner \n",
- "\n",
- "<50> LL/token: -8.39663\n",
- "<60> LL/token: -8.34527\n",
- "<70> LL/token: -8.31642\n",
- "<80> LL/token: -8.29431\n",
- "<90> LL/token: -8.27772\n",
- "\n",
- "0\t2.94118\tissue people call claim concern time report medium raise thing question action give state add money deal happen late situation \n",
- "1\t2.94118\tcourt case charge accuse year allege arrest victim man matter high prosecution public allegedly order face yesterday trial hear count \n",
- "2\t2.94118\tgovernment provincial province member national western executive yesterday premier office guadalcanal week people follow meeting today confidence motion current hold \n",
- "3\t2.94118\tservice health provide medical system public information work add hospital care people good address centre staff time clinic nurse supply \n",
- "4\t2.94118\tdevelopment country economic sector policy develop resource economy support key opportunity improve growth increase strategy investment sustainable management achieve challenge \n",
- "5\t2.94118\tofficer police rsipf security force medium work operation continue law country commissioner ramsi mission ensure conduct order include maintain training \n",
- "6\t2.94118\twoman election people youth day young child candidate group vote general leader change member violence leadership family constituency girl registration \n",
- "7\t2.94118\tproject development government fund work infrastructure plan year rural build building complete road area funding include facility ministry site constituency \n",
- "8\t2.94118\tstudent school year training education child study week teacher learn skill form staff high train parent receive award start scholarship \n",
- "9\t2.94118\tpolice report officer incident vehicle investigation man suspect area station boat family morning night public body village information yesterday involve \n",
- "10\t2.94118\tgovernment parliament public statement decision budget process bill opposition policy payment current corruption cabinet interest political add power law legal \n",
- "11\t2.94118\tcovid country case health number people emergency test risk vaccine measure record response week continue total positive remain day report \n",
- "12\t2.94118\twater island area food people live affect environment village clean supply small disaster damage high fish world fishing find sea \n",
- "13\t2.94118\tcommunity support people work visit program assistance australian provide continue family acknowledge assist effort island receive activity live local include \n",
- "14\t2.94118\tteam event play time good game year host today competition day player match culture start final goal sport place hold \n",
- "15\t2.94118\tcountry leader land issue meeting island sign meet state agreement nation official hold discuss address cooperation region delegation interest discussion \n",
- "16\t2.94118\tcompany business market local log tourism operate product ship operation export sell industry mining landowner vessel pay price travel worker \n",
- "\n",
- "<100> LL/token: -8.26494\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -10.06575\n",
+ "<20> LL/token: -9.1746\n",
+ "<30> LL/token: -8.70908\n",
+ "<40> LL/token: -8.51242\n",
+ "\n",
+ "0\t2.94118\twoman community work opportunity program education youth development training support role leadership young social peace programme skill achieve future participant \n",
+ "1\t2.94118\tvisit medium people leader government open island year official today work important information hold event speak good attend strong great \n",
+ "2\t2.94118\tgovernment people provincial province national western guadalcanal executive continue add premier good leader work address issue year church today time \n",
+ "3\t2.94118\tgovernment decision statement public member state law issue interest question legal order cabinet add regulation medium explain concern action act \n",
+ "4\t2.94118\tpolicy development system government management financial ensure reform economic plan strategy implementation improve provide national key priority implement sector public \n",
+ "5\t2.94118\tparliament student member government election bill political week pass party time study yesterday process vote receive award debate staff committee \n",
+ "6\t2.94118\tpolice officer public corruption people order force law ramsi day honiara situation security continue business rsipf call citizen yesterday leave \n",
+ "7\t2.94118\tdevelopment sector support tourism economic rural government agriculture industry constituency activity investment area opportunity add culture benefit economy growth potential \n",
+ "8\t2.94118\tcountry regional meeting trade region include support cooperation security meet development develop partnership agreement partner issue discuss discussion leader global \n",
+ "9\t2.94118\tfishery resource island mining environment sustainable economic export country world benefit landowner log region industry environmental tuna develop forest fishing \n",
+ "10\t2.94118\taustralian island worker chinese nation solomon number report aid concern foreign deal government month send time scheme offer loan islander \n",
+ "11\t2.94118\tcommunity people water food family school work live area child village home start time market life local affect house problem \n",
+ "12\t2.94118\tgovernment budget increase economy percent cost revenue growth economic total expect tax high rate price estimate low remain report impact \n",
+ "13\t2.94118\tpayment court pay case money officer office charge report receive public accuse fund matter document claim account ministry contract vehicle \n",
+ "14\t2.94118\tproject support infrastructure work provide service fund development road program improve include funding government construction build complete deliver access transport \n",
+ "15\t2.94118\tbusiness company land local operation operate log investor license director start add owner register government licence illegal find sell give \n",
+ "16\t2.94118\tcovid health product border service response pandemic include market medical ship international emergency travel good support provide measure case risk \n",
+ "\n",
+ "<50> LL/token: -8.41272\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<110> LL/token: -8.25662\n",
- "<120> LL/token: -8.24826\n",
- "<130> LL/token: -8.24241\n",
- "<140> LL/token: -8.2374\n",
- "\n",
- "0\t2.94118\tissue people call concern report claim medium raise question action time add thing deal statement give money situation state fact \n",
- "1\t2.94118\tcourt case charge year accuse allege victim man public high matter prosecution allegedly face yesterday order hear money trial count \n",
- "2\t2.94118\tgovernment provincial province member national western executive yesterday premier guadalcanal office week people follow today meeting confidence motion current hold \n",
- "3\t2.94118\tservice health provide medical system information hospital work care add public staff centre address supply time clinic include nurse equipment \n",
- "4\t2.94118\tdevelopment country economic sector policy develop resource support key economy opportunity improve growth management strategy increase partner sustainable investment achieve \n",
- "5\t2.94118\tofficer police rsipf security force medium operation work law continue public commissioner conduct ramsi mission order ensure act include maintain \n",
- "6\t2.94118\twoman election people youth day child young candidate vote general change member group leader violence constituency leadership family girl registration \n",
- "7\t2.94118\tproject development fund government work infrastructure year plan rural build building complete area road funding constituency site include facility ministry \n",
- "8\t2.94118\tstudent school year training education child study week teacher learn skill train form work staff parent high start knowledge job \n",
- "9\t2.94118\tpolice report incident vehicle man investigation family suspect boat station night morning village area arrest body home yesterday leave find \n",
- "10\t2.94118\tgovernment parliament public budget process statement decision bill policy opposition payment political corruption current cabinet power state financial report interest \n",
- "11\t2.94118\tcovid country case health number people emergency test risk vaccine measure week response continue record total remain confirm positive day \n",
- "12\t2.94118\twater island area food people live affect disaster environment clean village community high supply small impact fish damage find world \n",
- "13\t2.94118\tsupport community people work visit program australian assistance continue provide acknowledge family effort island assist live partnership receive great hand \n",
- "14\t2.94118\tteam event play time good game year host day competition culture today player match final start goal sport place celebration \n",
- "15\t2.94118\tcountry leader issue island meeting land nation sign state official meet agreement hold region cooperation discuss address delegation interest peace \n",
- "16\t2.94118\tcompany business market local log land tourism operate product ship operation export industry sell landowner mining vessel pay percent increase \n",
- "\n",
- "<150> LL/token: -8.23398\n",
- "<160> LL/token: -8.23002\n",
- "<170> LL/token: -8.22716\n",
- "<180> LL/token: -8.22464\n",
- "<190> LL/token: -8.22388\n",
- "\n",
- "0\t2.94118\tissue people report call concern medium claim raise question action statement add deal thing time state decision fact money comment \n",
- "1\t2.94118\tcourt case charge accuse year allege victim high man public matter prosecution face allegedly yesterday order hear money trial count \n",
- "2\t2.94118\tgovernment provincial province member national western executive yesterday people guadalcanal office premier week follow confidence meeting motion today year hold \n",
- "3\t2.94118\tservice health provide medical system hospital information work add care include staff equipment time supply address clinic centre nurse access \n",
- "4\t2.94118\tdevelopment economic country sector policy develop resource key support economy opportunity improve growth strategy management ensure sustainable increase focus provide \n",
- "5\t2.94118\tofficer police rsipf security force operation medium public law continue work commissioner conduct ramsi mission order ensure act member include \n",
- "6\t2.94118\twoman election people child youth day young candidate group vote general change church violence member leader family constituency leadership registration \n",
- "7\t2.94118\tproject development fund work government infrastructure plan rural year building build complete area road funding constituency include site facility ministry \n",
- "8\t2.94118\tstudent school year training education study child week teacher learn work skill train form staff worker parent high program job \n",
- "9\t2.94118\tpolice report incident vehicle man family investigation suspect morning boat village station night arrest area body leave yesterday home travel \n",
- "10\t2.94118\tgovernment parliament public budget process bill decision statement opposition policy payment current corruption political power cabinet member ministry financial state \n",
- "11\t2.94118\tcovid country case health number people risk emergency test vaccine week measure response record continue remain total confirm day positive \n",
- "12\t2.94118\twater island area food people live disaster affect environment clean village small community supply fish local damage impact fishing world \n",
- "13\t2.94118\tsupport community people work visit program australian assistance continue provide acknowledge family island effort assist partnership live receive great hand \n",
- "14\t2.94118\tteam event play time good game year host culture competition day player match today final goal start sport place celebration \n",
- "15\t2.94118\tcountry leader island issue meeting nation official meet state sign agreement hold region cooperation discuss peace delegation regional include discussion \n",
- "16\t2.94118\tcompany business land market local log tourism operate product ship operation export industry sell landowner pay mining percent increase price \n",
- "\n",
- "<200> LL/token: -8.22111\n",
- "<210> LL/token: -8.21882\n",
- "<220> LL/token: -8.21725\n",
- "<230> LL/token: -8.21536\n",
- "<240> LL/token: -8.21471\n",
- "\n",
- "0\t2.94118\tissue report medium call people concern claim raise statement question action deal add decision state thing fact comment give matter \n",
- "1\t2.94118\tcourt case charge year accuse allege victim high man matter public prosecution yesterday allegedly order face hear money time trial \n",
- "2\t2.94118\tgovernment provincial province member national western executive people yesterday guadalcanal premier office week today follow confidence motion year current meeting \n",
- "3\t2.94118\tservice health provide medical hospital system information work care add include staff equipment supply clinic centre time nurse address access \n",
- "4\t2.94118\tdevelopment economic country sector policy develop resource key economy support opportunity improve growth strategy ensure management focus challenge sustainable provide \n",
- "5\t2.94118\tpolice officer rsipf security force operation public law medium continue work conduct commissioner ramsi mission order act ensure include member \n",
- "6\t2.94118\twoman election people day child youth young group church candidate vote general member violence change family leader constituency girl registration \n",
- "7\t2.94118\tproject development fund work government infrastructure year rural plan build building area complete road funding include site constituency facility construction \n",
- "8\t2.94118\tstudent school year training education study week child learn teacher work train skill form staff worker parent high program knowledge \n",
- "9\t2.94118\tpolice report incident man vehicle family suspect investigation boat village area night station morning arrest body travel leave yesterday home \n",
- "10\t2.94118\tgovernment parliament public process budget bill opposition policy decision statement payment current member corruption political cabinet power financial ministry state \n",
- "11\t2.94118\tcovid country case health people number emergency test vaccine week risk measure response record total continue remain travel confirm positive \n",
- "12\t2.94118\twater island area food people disaster live affect environment clean local village community small supply fish damage world impact fishing \n",
- "13\t2.94118\tsupport community people work program visit assistance australian continue provide acknowledge family effort island assist live partnership great receive encourage \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match day today final place sport goal start celebration \n",
- "15\t2.94118\tcountry leader island meeting issue nation official meet state sign hold agreement region cooperation discuss delegation peace regional interest include \n",
- "16\t2.94118\tbusiness company land market local log tourism operate product ship industry export operation sell landowner percent pay mining increase price \n",
- "\n",
- "<250> LL/token: -8.21338\n"
+ "<60> LL/token: -8.35503\n",
+ "<70> LL/token: -8.32196\n",
+ "<80> LL/token: -8.2984\n",
+ "<90> LL/token: -8.27881\n",
+ "\n",
+ "0\t2.94118\twoman community work training program opportunity education support youth role young child leadership skill programme participant achieve family provide social \n",
+ "1\t2.94118\tvisit people event official year open island today speak nation hold medium leader host important delegation share day great attend \n",
+ "2\t2.94118\tgovernment people provincial province national western add guadalcanal executive continue work premier address good leader issue current speak assure church \n",
+ "3\t2.94118\tgovernment statement decision public medium state question law add interest issue concern raise legal act opposition cabinet regulation power action \n",
+ "4\t2.94118\tpolicy development government system ensure plan national management strategy reform implementation financial priority implement key service provide process ministry improve \n",
+ "5\t2.94118\tmember parliament student election bill week political pass yesterday party time motion study vote debate staff government expect committee receive \n",
+ "6\t2.94118\tpolice people officer order corruption law force security ramsi continue honiara public business rsipf situation day call follow citizen leave \n",
+ "7\t2.94118\teconomic development sector support rural tourism opportunity growth investment industry agriculture economy market constituency activity benefit program improve culture area \n",
+ "8\t2.94118\tcountry region regional trade meeting development agreement support economic cooperation leader partnership include sign island security meet assistance issue discuss \n",
+ "9\t2.94118\tfishery resource island mining environment export log sustainable impact world management benefit industry environmental tuna landowner forest fishing base high \n",
+ "10\t2.94118\taustralian island worker chinese time year aid nation solomon foreign number islander concern deal loan month send job thing large \n",
+ "11\t2.94118\tpeople community water food family school live area market village local home work start time child good life affect problem \n",
+ "12\t2.94118\tbudget government increase economy percent cost revenue economic financial total tax growth high expect report rate price finance estimate level \n",
+ "13\t2.94118\tpayment court pay money case officer charge office public report receive fund accuse account matter ministry letter document yesterday official \n",
+ "14\t2.94118\tproject infrastructure support work fund provide service road development funding government include build complete construction facility transport access improve deliver \n",
+ "15\t2.94118\tbusiness company land local operation product operate investor license director owner activity log register export foreign process illegal investment issue \n",
+ "16\t2.94118\tcovid health service response border support pandemic include medical provide ship week travel emergency disaster case team time ensure risk \n",
+ "\n",
+ "<100> LL/token: -8.26463\n",
+ "<110> LL/token: -8.25502\n",
+ "<120> LL/token: -8.24917\n",
+ "<130> LL/token: -8.24304\n",
+ "<140> LL/token: -8.23491\n",
+ "\n",
+ "0\t2.94118\twoman community work training support opportunity education program youth role young child leadership skill participant social programme family provide learn \n",
+ "1\t2.94118\tpeople visit event year official today nation island open hold day speak host important great leader good share give ceremony \n",
+ "2\t2.94118\tgovernment provincial people province national western guadalcanal continue add executive work premier address issue good assure speak current leader forward \n",
+ "3\t2.94118\tgovernment statement public decision medium state question interest add issue concern law raise legal call opposition act action power matter \n",
+ "4\t2.94118\tpolicy development government system plan ensure national strategy management reform implementation priority provide implement key ministry service financial process include \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday pass political meeting party time minister motion study receive vote debate follow committee \n",
+ "6\t2.94118\tpolice people law officer corruption order force security ramsi public continue rsipf honiara follow situation business day mission leave call \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth economy opportunity industry program agriculture benefit improve activity constituency market area potential \n",
+ "8\t2.94118\tcountry region regional trade meeting agreement economic development island cooperation leader meet support security include partnership issue sign assistance discussion \n",
+ "9\t2.94118\tfishery resource island environment sustainable impact world export mining management log benefit environmental tuna industry climate forest manage protect action \n",
+ "10\t2.94118\taustralian island worker chinese time government year aid nation number foreign islander job solomon loan deal thing offer work month \n",
+ "11\t2.94118\tpeople community water food family market area live local home school village good time work start child produce house product \n",
+ "12\t2.94118\tbudget government increase economy percent cost financial revenue economic report total tax growth expect high rate price finance estimate remain \n",
+ "13\t2.94118\tpayment court pay case money officer charge office public report receive fund accuse account ministry matter official document claim allege \n",
+ "14\t2.94118\tproject infrastructure support work fund provide service development road funding include complete build facility construction transport government deliver improve access \n",
+ "15\t2.94118\tbusiness company land local operation operate landowner investor product log license owner sicci foreign director activity process export illegal register \n",
+ "16\t2.94118\tcovid health service response border support pandemic include medical provide ship travel disaster emergency case ensure week continue team time \n",
+ "\n",
+ "<150> LL/token: -8.23268\n",
+ "<160> LL/token: -8.22672\n",
+ "<170> LL/token: -8.22324\n",
+ "<180> LL/token: -8.22064\n",
+ "<190> LL/token: -8.22065\n",
+ "\n",
+ "0\t2.94118\twoman community work training support education program opportunity youth child role young leadership skill provide family programme participant social encourage \n",
+ "1\t2.94118\tpeople visit event year official today day nation important open host leader speak hold island great traditional add future medium \n",
+ "2\t2.94118\tgovernment provincial people province national western add continue guadalcanal work executive address premier good issue speak assure current forward ensure \n",
+ "3\t2.94118\tgovernment statement decision public medium state question issue interest concern add raise law report call legal opposition action matter power \n",
+ "4\t2.94118\tpolicy development government system plan national ensure strategy management reform implementation priority key ministry include service implement provide process financial \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday pass political school meeting time party motion receive minister vote confidence debate committee \n",
+ "6\t2.94118\tpolice people corruption order law force officer security ramsi business continue public honiara rsipf mission situation follow lead day call \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth economy program industry opportunity agriculture benefit improve constituency activity market potential area \n",
+ "8\t2.94118\tcountry region regional trade economic meeting agreement development meet cooperation leader support island security include sign issue partnership discuss discussion \n",
+ "9\t2.94118\tfishery resource island environment sustainable impact world management climate global develop export environmental tuna industry manage forest report fishing log \n",
+ "10\t2.94118\taustralian island worker chinese time government year aid number islander nation foreign thing solomon job month deal money large week \n",
+ "11\t2.94118\tpeople community water food market family area live local village home product time produce school work good start house high \n",
+ "12\t2.94118\tbudget government increase economy percent cost financial revenue economic tax total expect growth high report rate price finance estimate low \n",
+ "13\t2.94118\tpayment pay court officer case money charge public office receive accuse report ministry fund account matter vehicle document official yesterday \n",
+ "14\t2.94118\tproject infrastructure support fund work development provide road service funding complete build include facility construction transport government access improve deliver \n",
+ "15\t2.94118\tbusiness company land local operation operate mining log landowner investor export process license owner sicci director foreign product activity register \n",
+ "16\t2.94118\tcovid health service response border pandemic support include medical provide ship disaster emergency travel week case time measure ensure continue \n",
+ "\n",
+ "<200> LL/token: -8.21839\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<260> LL/token: -8.21346\n",
- "<270> LL/token: -8.21254\n",
- "<280> LL/token: -8.21162\n",
- "<290> LL/token: -8.21129\n",
- "\n",
- "0\t2.94118\tissue report medium people concern call claim raise statement question action decision deal add state thing give fact comment time \n",
- "1\t2.94118\tcourt case charge accuse year allege victim matter high public man prosecution face order allegedly yesterday money hear trial time \n",
- "2\t2.94118\tgovernment provincial province national member western executive yesterday people guadalcanal premier week office follow confidence today motion meeting current hold \n",
- "3\t2.94118\tservice health provide medical hospital system care include information work add staff time equipment supply clinic centre patient access address \n",
- "4\t2.94118\tdevelopment economic country sector policy develop resource key economy support opportunity improve growth strategy management ensure sustainable partner challenge focus \n",
- "5\t2.94118\tpolice officer rsipf security force operation public law medium continue conduct work commissioner ramsi mission order member act ensure involve \n",
- "6\t2.94118\twoman election people day youth child young church group candidate vote general change member leader violence family constituency leadership registration \n",
- "7\t2.94118\tproject development fund work government infrastructure rural plan year build building area complete road funding constituency include site facility construction \n",
- "8\t2.94118\tstudent school year training education study week child learn teacher train skill work staff form parent program worker high knowledge \n",
- "9\t2.94118\tpolice report incident man vehicle family suspect investigation village boat morning area night home body arrest leave travel yesterday find \n",
- "10\t2.94118\tgovernment parliament public budget process bill opposition policy decision payment current member statement corruption power cabinet ministry financial political review \n",
- "11\t2.94118\tcovid country case health test vaccine number emergency risk measure people response travel remain week continue record total day confirm \n",
- "12\t2.94118\twater island food area people disaster affect live environment clean supply local small community high impact fish world village damage \n",
- "13\t2.94118\tsupport community people work program visit australian assistance continue provide acknowledge family effort assist island live great important partnership receive \n",
- "14\t2.94118\tteam event play time good game year host culture competition day player match today final start sport goal place celebration \n",
- "15\t2.94118\tcountry leader island meeting issue nation official meet state sign agreement cooperation hold region discuss delegation include conference regional peace \n",
- "16\t2.94118\tbusiness company land market local log tourism operate product ship industry export sell landowner operation percent pay mining increase price \n",
- "\n",
- "<300> LL/token: -8.21097\n",
- "<310> LL/token: -8.21077\n",
- "<320> LL/token: -8.21063\n",
- "<330> LL/token: -8.2094\n",
- "<340> LL/token: -8.2093\n",
- "\n",
- "0\t2.94118\tissue report medium concern people call claim statement raise question action decision add deal thing state fact matter comment clear \n",
- "1\t2.94118\tcourt case charge year accuse allege victim high public matter man prosecution yesterday allegedly face order money hear trial count \n",
- "2\t2.94118\tgovernment provincial province member national western executive yesterday people guadalcanal premier office week follow confidence meeting motion today hold current \n",
- "3\t2.94118\tservice health provide medical hospital system care include information work add staff equipment supply clinic centre patient nurse time access \n",
- "4\t2.94118\tdevelopment country economic sector policy develop resource key support economy improve opportunity growth strategy management ensure sustainable provide national focus \n",
- "5\t2.94118\tpolice officer rsipf security force operation public law medium conduct continue commissioner work ramsi mission order act member ensure unit \n",
- "6\t2.94118\twoman election people day youth child young church group member candidate vote general change leader violence constituency leadership family registration \n",
- "7\t2.94118\tproject development fund work government infrastructure rural plan year build building area complete road funding site facility constituency include ministry \n",
- "8\t2.94118\tstudent school year training education child study learn week teacher train skill work form staff program worker parent high knowledge \n",
- "9\t2.94118\tpolice report incident man vehicle family suspect investigation village boat morning area night home arrest body leave happen travel find \n",
- "10\t2.94118\tgovernment parliament public process budget bill opposition policy decision payment current corruption power financial cabinet ministry member review state statement \n",
- "11\t2.94118\tcovid country case health number test vaccine people week risk response travel measure record remain total continue emergency confirm day \n",
- "12\t2.94118\twater island food area people disaster affect live environment clean local community supply small village farmer world fish damage high \n",
- "13\t2.94118\tsupport community people work program visit continue australian assistance provide acknowledge family effort assist island live great important partnership receive \n",
- "14\t2.94118\tteam event play time good game year host competition culture player match day today place final goal sport start half \n",
- "15\t2.94118\tcountry leader island issue meeting nation official state meet sign agreement hold cooperation discuss region regional delegation visit include peace \n",
- "16\t2.94118\tbusiness company land market local log tourism operate product ship industry percent export operation sell landowner increase mining pay price \n",
- "\n",
- "<350> LL/token: -8.20852\n",
- "<360> LL/token: -8.20722\n",
- "<370> LL/token: -8.20659\n",
- "<380> LL/token: -8.20602\n",
- "<390> LL/token: -8.20725\n",
- "\n",
- "0\t2.94118\tissue report medium concern people call statement claim raise question action decision add deal thing state fact matter comment clear \n",
- "1\t2.94118\tcourt case charge year accuse allege victim high matter man public prosecution yesterday allegedly face order hear money time trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive yesterday people guadalcanal premier week office follow today confidence motion meeting current hold \n",
- "3\t2.94118\tservice health provide medical hospital care system include equipment staff information supply add clinic centre patient nurse address work access \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support resource key economy opportunity improve growth strategy management ensure national sustainable provide focus \n",
- "5\t2.94118\tpolice officer rsipf security force operation public law medium conduct commissioner continue ramsi mission work order act member ensure unit \n",
- "6\t2.94118\twoman election people youth day child young group church member candidate leader vote general violence change leadership constituency registration campaign \n",
- "7\t2.94118\tproject development fund work government infrastructure rural plan build building year area complete road funding site constituency include facility construction \n",
- "8\t2.94118\tstudent school year training education child study week learn teacher train work skill staff form program worker parent high job \n",
- "9\t2.94118\tpolice report incident man vehicle family suspect investigation village boat morning night leave home area arrest body find happen travel \n",
- "10\t2.94118\tgovernment parliament public process budget bill policy decision payment current corruption financial ministry power member cabinet system review political opposition \n",
- "11\t2.94118\tcovid country case health number test vaccine travel response risk week measure remain confirm continue people day record total positive \n",
- "12\t2.94118\twater island area food people disaster affect live clean environment small community supply local village farmer impact damage fish fishing \n",
- "13\t2.94118\tsupport community people work program visit continue australian assistance provide acknowledge family effort island assist important great live receive challenge \n",
- "14\t2.94118\tteam event play time good game year host culture competition player day match place final today sport goal start celebration \n",
- "15\t2.94118\tcountry leader island meeting issue nation official meet state visit sign hold agreement cooperation region discuss delegation peace include regional \n",
- "16\t2.94118\tbusiness company land market local tourism log operate product industry percent export sell landowner increase operation ship pay mining year \n",
- "\n",
- "<400> LL/token: -8.20605\n"
+ "<210> LL/token: -8.21924\n",
+ "<220> LL/token: -8.21729\n",
+ "<230> LL/token: -8.21702\n",
+ "<240> LL/token: -8.2144\n",
+ "\n",
+ "0\t2.94118\twoman community work support training education program opportunity youth child role young family leadership skill provide social programme participant train \n",
+ "1\t2.94118\tpeople visit event year today day speak nation official open host hold important culture share future present island time traditional \n",
+ "2\t2.94118\tgovernment provincial people province national western add guadalcanal work continue executive premier address good issue assure current speak ensure forward \n",
+ "3\t2.94118\tgovernment statement public decision medium state question interest add raise issue concern report call opposition law claim action legal power \n",
+ "4\t2.94118\tpolicy development government plan system strategy national ensure reform management implementation priority implement ministry provide service process include key stakeholder \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday political pass meeting party time receive motion minister vote school follow debate committee \n",
+ "6\t2.94118\tpolice people order corruption officer force security law ramsi continue business rsipf honiara mission public follow peace situation good day \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth economy industry program agriculture benefit opportunity improve constituency activity potential market create \n",
+ "8\t2.94118\tcountry region regional trade meeting agreement economic development meet leader cooperation island support sign partnership include security issue discuss discussion \n",
+ "9\t2.94118\tfishery resource island environment impact sustainable world management global develop climate environmental tuna action small forest fishing protect industry increase \n",
+ "10\t2.94118\tisland australian time chinese worker year government nation number aid solomon islander foreign thing job month deal concern talk offer \n",
+ "11\t2.94118\tpeople community water food market area local live family village product home good school work produce time start house affect \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue economic tax total expect high report finance rate price growth estimate low \n",
+ "13\t2.94118\tpayment court pay case officer money charge public office receive accuse report fund matter ministry official account document vehicle yesterday \n",
+ "14\t2.94118\tproject infrastructure support fund work road provide development service funding complete include build facility construction access transport improve deliver government \n",
+ "15\t2.94118\tbusiness company land local operation mining operate log export landowner investor license owner director sicci process activity foreign register licence \n",
+ "16\t2.94118\tcovid health service response border pandemic support medical provide ship travel include emergency time week case continue measure effort ensure \n",
+ "\n",
+ "<250> LL/token: -8.21378\n",
+ "<260> LL/token: -8.21201\n",
+ "<270> LL/token: -8.21152\n",
+ "<280> LL/token: -8.21331\n",
+ "<290> LL/token: -8.21165\n",
+ "\n",
+ "0\t2.94118\twoman community work training support education program opportunity youth child role young leadership skill family programme participant provide social train \n",
+ "1\t2.94118\tpeople visit event year today day nation host open speak important official culture island hold share great present traditional good \n",
+ "2\t2.94118\tgovernment provincial people province national add western guadalcanal work executive continue address premier issue good assure current speak important yesterday \n",
+ "3\t2.94118\tgovernment decision medium statement public state question interest issue concern add raise report call power opposition action legal claim matter \n",
+ "4\t2.94118\tpolicy development government plan system ensure national strategy reform management implementation priority ministry service key implement process provide include stakeholder \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday pass political meeting minister party time school motion vote committee receive debate expect \n",
+ "6\t2.94118\tpolice people corruption order law security force ramsi officer business continue honiara rsipf mission follow peace public situation good lead \n",
+ "7\t2.94118\teconomic development sector support rural tourism growth industry investment economy program agriculture opportunity benefit activity constituency improve market potential develop \n",
+ "8\t2.94118\tcountry region regional trade meeting agreement development leader economic support meet cooperation include sign security partnership island issue discussion discuss \n",
+ "9\t2.94118\tfishery island resource environment sustainable impact world management global develop climate environmental tuna action forest country fishing increase high report \n",
+ "10\t2.94118\tisland australian time chinese worker year government nation aid thing number islander solomon work deal month concern job talk foreign \n",
+ "11\t2.94118\tpeople community water food market area local family live village home good produce product time school house high start population \n",
+ "12\t2.94118\tbudget government increase economy percent financial cost revenue tax total economic report expect high finance price rate growth estimate low \n",
+ "13\t2.94118\tpayment court pay officer case money charge public office receive accuse matter report account ministry fund official document vehicle high \n",
+ "14\t2.94118\tproject infrastructure support fund work provide road development service funding include complete build facility construction transport access improve deliver expect \n",
+ "15\t2.94118\tbusiness company land local operation log mining operate export landowner investor license owner director process foreign sicci investment licence register \n",
+ "16\t2.94118\tcovid health service response pandemic border support provide medical ship time include emergency travel continue week case ensure team effort \n",
+ "\n",
+ "<300> LL/token: -8.21096\n",
+ "<310> LL/token: -8.20909\n",
+ "<320> LL/token: -8.20575\n",
+ "<330> LL/token: -8.20598\n",
+ "<340> LL/token: -8.205\n",
+ "\n",
+ "0\t2.94118\twoman community work training support program education opportunity youth child role young skill programme leadership family provide participant social partnership \n",
+ "1\t2.94118\tpeople visit event year today nation day speak host good open official important culture add hold time great traditional present \n",
+ "2\t2.94118\tgovernment provincial province people national western add continue guadalcanal executive work premier address issue assure current good yesterday ensure speak \n",
+ "3\t2.94118\tgovernment decision medium statement public state question interest concern call add raise report power opposition issue claim action responsible matter \n",
+ "4\t2.94118\tpolicy development government system plan national ensure strategy reform management implementation priority ministry implement key provide service process consultation stakeholder \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday political pass meeting minister party time motion school vote committee receive expect debate \n",
+ "6\t2.94118\tpolice people order law corruption officer force security ramsi business continue honiara rsipf public follow mission lead situation peace day \n",
+ "7\t2.94118\teconomic development sector support rural tourism growth economy investment industry agriculture benefit program opportunity improve constituency activity market potential create \n",
+ "8\t2.94118\tcountry region regional trade meeting agreement economic leader meet island development support cooperation include sign security issue partnership assistance discussion \n",
+ "9\t2.94118\tfishery resource island environment impact sustainable world management global develop climate action tuna environmental increase forest report protect fishing level \n",
+ "10\t2.94118\tisland australian time chinese worker year thing work islander aid nation government number solomon foreign month job week large long \n",
+ "11\t2.94118\tpeople community water food market local area family live village home good product produce house work school time affect start \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue total tax finance economic high expect report price rate estimate growth low \n",
+ "13\t2.94118\tpayment court pay case officer money charge public office receive accuse report ministry matter official account fund document high yesterday \n",
+ "14\t2.94118\tproject infrastructure fund support work provide road development funding service include complete facility construction build access transport deliver improve expect \n",
+ "15\t2.94118\tbusiness company land local operation log mining operate export landowner investor license owner process sicci director issue activity foreign licence \n",
+ "16\t2.94118\tcovid health service border support pandemic response medical include ship travel provide time week emergency team continue case public day \n",
+ "\n",
+ "<350> LL/token: -8.20339\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<410> LL/token: -8.20602\n",
- "<420> LL/token: -8.20568\n",
- "<430> LL/token: -8.20528\n",
- "<440> LL/token: -8.20587\n",
- "\n",
- "0\t2.94118\tissue report medium concern call statement people claim raise question decision action add deal state thing opposition group fact comment \n",
- "1\t2.94118\tcourt case charge year accuse allege victim high public matter man prosecution face allegedly yesterday order hear money trial arrest \n",
- "2\t2.94118\tgovernment provincial province member national western executive yesterday people guadalcanal premier office week confidence current follow motion hold meeting today \n",
- "3\t2.94118\tservice health provide medical hospital care system include information equipment clinic supply patient add centre staff nurse access work address \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support key resource economy opportunity growth ensure strategy management improve provide sustainable national partner \n",
- "5\t2.94118\tpolice officer rsipf security force operation public law medium continue commissioner conduct ramsi mission order work act member ensure involve \n",
- "6\t2.94118\twoman election people day youth child young group church member candidate vote leader general change violence constituency leadership registration campaign \n",
- "7\t2.94118\tproject development fund work government infrastructure rural area plan year build building complete road funding site include constituency facility improve \n",
- "8\t2.94118\tstudent school year training education child study week learn teacher work train skill staff program form worker parent job high \n",
- "9\t2.94118\tpolice report incident man vehicle family suspect village boat morning investigation night home leave area body find travel happen yesterday \n",
- "10\t2.94118\tgovernment parliament public process budget bill policy current payment decision financial ministry corruption system cabinet power review year member consultation \n",
- "11\t2.94118\tcovid country case health week number travel test vaccine risk confirm response measure remain people total continue emergency record flight \n",
- "12\t2.94118\twater island food area people disaster affect live environment community clean small supply village world report local farmer fish damage \n",
- "13\t2.94118\tsupport community people work program continue visit australian assistance acknowledge family provide effort island important good great challenge assist live \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match day today final goal place sport start half \n",
- "15\t2.94118\tcountry leader island meeting issue official nation meet visit state sign hold cooperation discuss agreement region include delegation regional peace \n",
- "16\t2.94118\tbusiness company land market local log tourism percent product operate industry export increase sell landowner operation pay ship mining year \n",
- "\n",
- "<450> LL/token: -8.20551\n",
- "<460> LL/token: -8.20442\n",
- "<470> LL/token: -8.204\n",
- "<480> LL/token: -8.20349\n",
- "<490> LL/token: -8.20496\n",
- "\n",
- "0\t2.94118\tissue medium report concern call statement people claim raise question decision action add deal state group opposition thing fact clear \n",
- "1\t2.94118\tcourt case charge year accuse allege victim high man matter public prosecution yesterday face order allegedly money hear arrest time \n",
- "2\t2.94118\tgovernment provincial province national member western executive people yesterday guadalcanal premier office week confidence current follow motion meeting today minister \n",
- "3\t2.94118\tservice health provide medical hospital include care system equipment staff clinic supply patient information add nurse centre people year access \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support key resource economy opportunity growth strategy management improve ensure partner national sustainable challenge \n",
- "5\t2.94118\tpolice officer rsipf security force operation public law medium continue conduct commissioner work ramsi mission order member act involve ensure \n",
- "6\t2.94118\twoman election people youth day group member young church child leader candidate vote change general violence constituency leadership registration process \n",
- "7\t2.94118\tproject development fund work government infrastructure plan rural area build building year complete road funding include site facility improve constituency \n",
- "8\t2.94118\tstudent school year training education child study learn week teacher work train skill staff program form worker parent high knowledge \n",
- "9\t2.94118\tpolice report incident vehicle man family suspect village boat investigation morning leave home night body area travel happen find death \n",
- "10\t2.94118\tgovernment parliament public process budget bill policy payment ministry current financial corruption system decision cabinet year member review consultation power \n",
- "11\t2.94118\tcovid country case health week test response travel vaccine number risk confirm remain measure continue people day total emergency record \n",
- "12\t2.94118\twater island area food people disaster affect live community environment clean local small supply village impact farmer fish world fishing \n",
- "13\t2.94118\tsupport community people work program continue australian visit assistance acknowledge family provide effort important good great live challenge assist island \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match day today place final sport goal start half \n",
- "15\t2.94118\tcountry leader island meeting issue official visit nation meet state sign agreement cooperation region hold discuss include delegation regional peace \n",
- "16\t2.94118\tbusiness company land market local tourism log percent product industry operate export increase sell landowner operation pay mining year ship \n",
- "\n",
- "<500> LL/token: -8.20573\n",
- "<510> LL/token: -8.20489\n",
- "<520> LL/token: -8.20484\n",
- "<530> LL/token: -8.20479\n",
- "<540> LL/token: -8.2057\n",
- "\n",
- "0\t2.94118\tissue medium report concern statement call people claim raise decision question action add deal group opposition state thing matter fact \n",
- "1\t2.94118\tcourt case charge year accuse allege victim man matter high public prosecution order allegedly face yesterday hear arrest money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive yesterday guadalcanal people premier office week confidence current meeting motion follow today confirm \n",
- "3\t2.94118\tservice health provide medical hospital care system include equipment supply clinic access patient country work nurse staff year centre add \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support key resource economy opportunity growth ensure strategy management improve sustainable provide partner focus \n",
- "5\t2.94118\tpolice officer rsipf security force operation public law medium continue commissioner conduct ramsi member work act community order information involve \n",
- "6\t2.94118\twoman election people day youth group member young church leader candidate vote general change child violence constituency leadership registration campaign \n",
- "7\t2.94118\tproject development fund work government infrastructure rural plan build building area complete year road funding include site facility improve construction \n",
- "8\t2.94118\tstudent school year training education child week study learn teacher train skill work staff program form worker high parent start \n",
- "9\t2.94118\tpolice report incident family vehicle man suspect village leave morning boat home night body find area happen travel death yesterday \n",
- "10\t2.94118\tgovernment parliament public process budget bill policy payment current ministry member financial corruption system cabinet review power year decision consultation \n",
- "11\t2.94118\tcovid country case health week travel test vaccine number response risk people measure remain confirm continue day emergency record flight \n",
- "12\t2.94118\twater island food area people disaster community affect live environment clean local small world supply impact village farmer fish fishing \n",
- "13\t2.94118\tsupport community people work program continue australian assistance visit acknowledge family provide good effort great important live challenge encourage island \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match today day final sport start place goal half \n",
- "15\t2.94118\tcountry leader island visit meeting issue nation official meet state sign cooperation agreement region discuss include hold delegation regional peace \n",
- "16\t2.94118\tbusiness company land market local tourism log percent product industry operate increase export sell landowner operation pay mining money year \n",
- "\n",
- "<550> LL/token: -8.20465\n"
+ "<360> LL/token: -8.20478\n",
+ "<370> LL/token: -8.20418\n",
+ "<380> LL/token: -8.20595\n",
+ "<390> LL/token: -8.20606\n",
+ "\n",
+ "0\t2.94118\twoman community work support training education program opportunity youth child role young provide family skill leadership programme participant social partnership \n",
+ "1\t2.94118\tpeople visit event year today day nation host good speak open important culture hold official time traditional present great future \n",
+ "2\t2.94118\tgovernment provincial people province national western add continue guadalcanal executive premier work address issue assure current speak good sogavare propose \n",
+ "3\t2.94118\tgovernment medium decision statement public interest question state add concern raise call report opposition issue power claim leader action matter \n",
+ "4\t2.94118\tpolicy development plan system government ensure national management reform strategy ministry implementation priority process key implement stakeholder provide review consultation \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday pass political meeting party time minister motion office school receive vote appointment study \n",
+ "6\t2.94118\tpolice people officer corruption order law security force ramsi business continue honiara rsipf mission public situation follow lead day call \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth industry economy program agriculture opportunity improve benefit constituency activity potential market create \n",
+ "8\t2.94118\tcountry region trade regional meeting leader economic meet agreement development cooperation include island support sign issue partnership discuss security discussion \n",
+ "9\t2.94118\tfishery resource island sustainable environment impact world global management climate action develop country tuna increase small challenge forest environmental manage \n",
+ "10\t2.94118\tisland australian time worker chinese year work number aid nation thing government month islander solomon deal job money concern big \n",
+ "11\t2.94118\tpeople community water food market area local family village product live home good produce high house school time find honiara \n",
+ "12\t2.94118\tbudget government increase economy percent cost financial revenue tax total economic report finance expect high rate price estimate growth fund \n",
+ "13\t2.94118\tpayment court pay case officer money charge public receive office accuse report matter ministry account fund yesterday official vehicle document \n",
+ "14\t2.94118\tproject infrastructure support fund work road provide development funding service complete include facility construction build access transport improve deliver plan \n",
+ "15\t2.94118\tbusiness company land local operation log mining operate export landowner license investor owner process sicci issue director foreign activity register \n",
+ "16\t2.94118\tcovid health service support response border pandemic provide medical include week ship continue emergency ensure travel case situation public time \n",
+ "\n",
+ "<400> LL/token: -8.20653\n",
+ "<410> LL/token: -8.20752\n",
+ "<420> LL/token: -8.20656\n",
+ "<430> LL/token: -8.20714\n",
+ "<440> LL/token: -8.20621\n",
+ "\n",
+ "0\t2.94118\twoman community work training support education program opportunity child youth young role family provide skill leadership programme participant australian social \n",
+ "1\t2.94118\tpeople visit event today year nation day host speak culture open important hold good official add acknowledge traditional future great \n",
+ "2\t2.94118\tgovernment provincial people province national western add guadalcanal executive work continue premier address issue current development assure good speak state \n",
+ "3\t2.94118\tgovernment medium decision statement public question state interest add concern raise call report opposition leader power issue political action claim \n",
+ "4\t2.94118\tpolicy development government plan system ensure national reform strategy management priority implementation implement include key ministry provide process stakeholder consultation \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday pass meeting political minister party follow motion time vote appointment committee receive school \n",
+ "6\t2.94118\tpolice people order corruption force security law officer ramsi business continue honiara rsipf public follow situation mission day peace assistance \n",
+ "7\t2.94118\teconomic sector support development rural tourism investment economy growth industry opportunity agriculture improve benefit program constituency activity potential market area \n",
+ "8\t2.94118\tcountry region trade regional meeting leader economic agreement development meet island cooperation include sign support partnership issue discuss security discussion \n",
+ "9\t2.94118\tfishery resource island environment sustainable impact global world management develop country action address climate tuna small forest increase environmental fishing \n",
+ "10\t2.94118\ttime island australian worker chinese year month government thing work aid nation number islander week big solomon large concern money \n",
+ "11\t2.94118\tpeople community water food market area local family village product good live produce home time house farmer high day sell \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue tax total report economic high expect finance rate estimate growth price low \n",
+ "13\t2.94118\tpayment court pay case officer money charge public office receive accuse report ministry matter fund account official document high application \n",
+ "14\t2.94118\tproject infrastructure fund support work provide road funding service development complete build include construction facility transport access deliver improve expect \n",
+ "15\t2.94118\tbusiness company land log operation local mining operate export landowner investor license process owner sicci director foreign activity register law \n",
+ "16\t2.94118\tcovid health service support response pandemic border medical include provide emergency ship travel time week continue ensure public case effort \n",
+ "\n",
+ "<450> LL/token: -8.2079\n",
+ "<460> LL/token: -8.2074\n",
+ "<470> LL/token: -8.20478\n",
+ "<480> LL/token: -8.20547\n",
+ "<490> LL/token: -8.20592\n",
+ "\n",
+ "0\t2.94118\twoman community work support training education program opportunity youth child young programme family role provide skill leadership participant social partnership \n",
+ "1\t2.94118\tpeople event year visit day today good speak host challenge nation open culture important add time future traditional great hold \n",
+ "2\t2.94118\tgovernment provincial people province national add western guadalcanal work executive continue address premier development issue assure current good speak forward \n",
+ "3\t2.94118\tgovernment decision medium statement public state question interest concern report add raise power opposition call leader issue action claim matter \n",
+ "4\t2.94118\tpolicy development government system plan ensure management national strategy reform implementation priority ministry implement process key include provide stakeholder service \n",
+ "5\t2.94118\tmember parliament student election bill week yesterday pass meeting political party minister receive time motion follow today committee vote office \n",
+ "6\t2.94118\tpolice people order corruption law force officer security ramsi business continue honiara public rsipf mission follow day situation lead peace \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment economy growth industry opportunity agriculture benefit program improve activity constituency potential market create \n",
+ "8\t2.94118\tcountry trade regional region meeting leader economic agreement island meet development cooperation visit include sign support partnership issue security official \n",
+ "9\t2.94118\tfishery resource island impact sustainable global environment world develop country region action management climate address tuna small challenge economic forest \n",
+ "10\t2.94118\tisland time australian year chinese worker work nation thing number aid month big islander government money talk solomon week large \n",
+ "11\t2.94118\tpeople water community food market local area village product live family home produce good farmer school high sell affect start \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue report tax total finance high economic expect rate estimate growth price low \n",
+ "13\t2.94118\tpayment court pay officer case money charge public office receive accuse ministry account matter official report fund high document order \n",
+ "14\t2.94118\tproject infrastructure fund support work provide road service funding development include build complete construction facility access transport deliver improve plan \n",
+ "15\t2.94118\tbusiness company land log local operation export mining operate landowner investor license owner sicci process issue director foreign activity licence \n",
+ "16\t2.94118\tcovid health service pandemic response support border medical include ship provide emergency travel week continue time case ensure situation measure \n",
+ "\n",
+ "<500> LL/token: -8.20648\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<560> LL/token: -8.2039\n",
- "<570> LL/token: -8.20437\n",
- "<580> LL/token: -8.20461\n",
- "<590> LL/token: -8.20383\n",
- "\n",
- "0\t2.94118\tissue medium report concern statement call people claim raise question decision action add deal opposition state group thing fact matter \n",
- "1\t2.94118\tcourt case charge accuse year allege man matter public high victim prosecution face order yesterday arrest allegedly hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive people yesterday guadalcanal premier office week follow confidence current motion meeting add confirm \n",
- "3\t2.94118\tservice health provide medical hospital care system include equipment supply clinic patient staff country nurse centre access year work address \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support key resource economy provide opportunity growth ensure strategy management improve partner sustainable focus \n",
- "5\t2.94118\tpolice officer rsipf force security operation public law medium continue commissioner community ramsi conduct member act order work involve information \n",
- "6\t2.94118\twoman election people youth day member group young church leader candidate vote general child change violence constituency leadership registration campaign \n",
- "7\t2.94118\tproject development fund work government infrastructure rural plan build building year area complete road funding include facility site improve constituency \n",
- "8\t2.94118\tstudent school year training education child study week learn teacher train work skill program staff form worker parent high opportunity \n",
- "9\t2.94118\tincident family report vehicle man police suspect village leave home boat morning night find travel body happen late yesterday death \n",
- "10\t2.94118\tgovernment parliament public process budget bill policy ministry payment current financial corruption year cabinet member system decision review power propose \n",
- "11\t2.94118\tcovid country case week health travel response test vaccine number risk continue measure confirm people record emergency remain day flight \n",
- "12\t2.94118\twater island food area people disaster community affect live environment clean small local fishery supply impact world village report farmer \n",
- "13\t2.94118\tsupport people community work program continue australian assistance acknowledge family provide visit effort good important great challenge live island speak \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match day place today final goal start sport hold \n",
- "15\t2.94118\tcountry leader visit island meeting official issue nation meet state sign cooperation agreement region hold include discuss delegation regional peace \n",
- "16\t2.94118\tbusiness company land market local tourism log product percent industry operate export sell landowner increase operation pay mining money year \n",
- "\n",
- "<600> LL/token: -8.20451\n",
- "<610> LL/token: -8.20324\n",
- "<620> LL/token: -8.20342\n",
- "<630> LL/token: -8.20358\n",
- "<640> LL/token: -8.20274\n",
- "\n",
- "0\t2.94118\tissue medium report concern statement call claim people question raise decision action deal add opposition state thing group matter comment \n",
- "1\t2.94118\tcourt case charge accuse year allege man matter high public victim prosecution arrest yesterday face order allegedly hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive yesterday guadalcanal people premier office week follow confidence motion current meeting today confirm \n",
- "3\t2.94118\tservice health provide medical hospital include care system equipment people staff add supply clinic patient centre year nurse information country \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support key resource economy opportunity ensure growth strategy provide improve national management focus partner \n",
- "5\t2.94118\tpolice officer rsipf operation force public security law medium continue commissioner ramsi community conduct involve member information act work order \n",
- "6\t2.94118\twoman election people youth day group member church young leader candidate vote general change violence child constituency leadership registration campaign \n",
- "7\t2.94118\tproject development fund work government infrastructure rural plan build building year area complete road funding include site improve facility constituency \n",
- "8\t2.94118\tstudent school year training education child study week learn teacher train program skill staff form work parent worker knowledge high \n",
- "9\t2.94118\tfamily incident vehicle report man village suspect leave home morning boat night find late travel time body police happen death \n",
- "10\t2.94118\tgovernment parliament public process budget bill ministry policy current year system payment financial corruption cabinet power review decision consultation add \n",
- "11\t2.94118\tcovid country case health week test travel vaccine response number confirm risk measure continue remain day emergency flight record people \n",
- "12\t2.94118\twater island food area people disaster community affect live environment clean fishery supply local small impact fish world village farmer \n",
- "13\t2.94118\tsupport people community work program continue australian assistance acknowledge family good provide effort great important challenge visit island live speak \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match day place today final goal sport start half \n",
- "15\t2.94118\tcountry leader visit island meeting official issue meet nation state sign cooperation hold agreement discuss include region delegation regional peace \n",
- "16\t2.94118\tbusiness company land market local tourism log industry percent product operate increase export sell landowner money year pay operation mining \n",
- "\n",
- "<650> LL/token: -8.20149\n",
- "<660> LL/token: -8.2021\n",
- "<670> LL/token: -8.20096\n",
- "<680> LL/token: -8.20041\n",
- "<690> LL/token: -8.20016\n",
- "\n",
- "0\t2.94118\tissue medium concern report statement call claim people raise question decision action add deal opposition group state thing fact matter \n",
- "1\t2.94118\tcourt case charge year accuse allege man high matter public victim prosecution arrest yesterday face order allegedly hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive people yesterday guadalcanal premier office week confidence follow current motion meeting minister appointment \n",
- "3\t2.94118\tservice health provide medical hospital include care equipment child system clinic supply patient centre staff people nurse work country year \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support key resource economy provide ensure growth improve partner opportunity strategy management focus national \n",
- "5\t2.94118\tpolice officer rsipf force operation public law medium security continue commissioner community ramsi conduct information investigation involve member order act \n",
- "6\t2.94118\twoman election people youth day member group church leader young candidate vote general change violence constituency leadership child registration campaign \n",
- "7\t2.94118\tproject development fund work infrastructure government rural plan building build year area complete road funding include improve facility site construction \n",
- "8\t2.94118\tstudent school year training education child week study learn program teacher train skill staff work form knowledge parent opportunity high \n",
- "9\t2.94118\tincident family vehicle man leave village report suspect home morning boat night find late travel body time yesterday happen people \n",
- "10\t2.94118\tgovernment parliament public process budget bill policy ministry current payment year financial corruption system member cabinet review power law decision \n",
- "11\t2.94118\tcovid country case week travel test vaccine response confirm number remain measure health risk continue emergency flight day total record \n",
- "12\t2.94118\twater island food area people disaster community affect live environment clean local fishery supply small impact world farmer report fish \n",
- "13\t2.94118\tsupport people community work program continue australian assistance acknowledge family good effort provide challenge great important live island speak islander \n",
- "14\t2.94118\tteam event play time good year game host culture competition day player match place today start final goal sport hold \n",
- "15\t2.94118\tcountry visit leader island meeting official issue nation meet state sign cooperation agreement discuss region hold include delegation regional peace \n",
- "16\t2.94118\tbusiness company land market local tourism log percent industry product increase export sell landowner pay operate operation money year mining \n",
- "\n",
- "<700> LL/token: -8.19916\n"
+ "<510> LL/token: -8.20591\n",
+ "<520> LL/token: -8.20588\n",
+ "<530> LL/token: -8.20499\n",
+ "<540> LL/token: -8.20413\n",
+ "\n",
+ "0\t2.94118\twoman community work training support education program opportunity child youth young provide family role programme skill participant australian leadership partnership \n",
+ "1\t2.94118\tpeople event year today day good nation challenge important host visit speak culture add leader open time hold traditional acknowledge \n",
+ "2\t2.94118\tgovernment provincial people province national western add guadalcanal executive work continue premier address development issue current assure good ensure speak \n",
+ "3\t2.94118\tgovernment decision medium statement public question interest state concern add raise report call issue opposition action power leader claim political \n",
+ "4\t2.94118\tpolicy development plan government system ensure strategy national reform management priority implementation implement ministry process key include provide stakeholder review \n",
+ "5\t2.94118\tmember parliament student election bill yesterday week pass political minister meeting party follow motion receive time committee office vote today \n",
+ "6\t2.94118\tpolice people order corruption security law officer force ramsi business honiara continue rsipf mission public lead follow situation peace operation \n",
+ "7\t2.94118\teconomic development sector support rural tourism economy growth investment industry agriculture opportunity benefit program improve constituency activity potential create market \n",
+ "8\t2.94118\tcountry trade region regional visit meeting island leader agreement meet economic cooperation development support include sign official issue partnership discuss \n",
+ "9\t2.94118\tfishery resource island impact global sustainable world environment country develop management action climate address region tuna challenge small increase forest \n",
+ "10\t2.94118\ttime island australian chinese year worker thing nation week number work government aid money islander month big solomon long talk \n",
+ "11\t2.94118\tpeople water community market food local area product village family produce live home farmer good high house sell farm clean \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue tax report total economic high expect finance rate estimate price fund low \n",
+ "13\t2.94118\tpayment court pay officer case public money charge office receive accuse ministry official matter fund report account order high document \n",
+ "14\t2.94118\tproject infrastructure support fund work provide road funding service development include complete build facility construction transport access improve deliver expect \n",
+ "15\t2.94118\tbusiness company land log local operation export mining operate landowner investor license owner sicci activity issue process director foreign law \n",
+ "16\t2.94118\tcovid health service response pandemic border support medical include provide emergency ship travel week continue case time measure ensure situation \n",
+ "\n",
+ "<550> LL/token: -8.20262\n",
+ "<560> LL/token: -8.20276\n",
+ "<570> LL/token: -8.20179\n",
+ "<580> LL/token: -8.20048\n",
+ "<590> LL/token: -8.19967\n",
+ "\n",
+ "0\t2.94118\twoman community work education training support program opportunity youth child young role family provide programme skill school participant australian leadership \n",
+ "1\t2.94118\tpeople event year today important day nation good speak visit host leader challenge culture time open great acknowledge future traditional \n",
+ "2\t2.94118\tgovernment provincial province people national add western guadalcanal continue executive premier address work issue assure development current ensure speak good \n",
+ "3\t2.94118\tgovernment decision medium statement public question state interest concern add report raise leader call opposition power issue political action claim \n",
+ "4\t2.94118\tpolicy development government plan system ensure national management reform strategy priority implementation ministry implement key include provide process stakeholder service \n",
+ "5\t2.94118\tmember parliament election student bill yesterday week pass political meeting minister party follow motion office vote time appointment expect committee \n",
+ "6\t2.94118\tpolice people order officer law security force business corruption ramsi honiara continue public follow rsipf situation lead peace mission good \n",
+ "7\t2.94118\teconomic development sector support rural tourism growth investment economy industry improve opportunity agriculture benefit program activity constituency potential create market \n",
+ "8\t2.94118\tcountry trade regional visit meeting region island leader agreement support meet economic cooperation include development sign official discuss discussion security \n",
+ "9\t2.94118\tfishery island resource impact sustainable global develop world country environment region challenge action climate management tuna address future economic small \n",
+ "10\t2.94118\ttime island australian year worker chinese thing work nation islander money month aid long week number big solomon talk good \n",
+ "11\t2.94118\tpeople community water market food area local product village family produce farmer live home good high sell farm school clean \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue tax total report expect finance high fund rate economic estimate price low \n",
+ "13\t2.94118\tpayment court pay officer case public money charge receive office report accuse ministry matter official fund high account document order \n",
+ "14\t2.94118\tproject infrastructure support fund work road provide funding service development complete include facility build construction transport deliver access improve expect \n",
+ "15\t2.94118\tbusiness company land log operation local export mining operate landowner license investor process owner issue sicci foreign activity director law \n",
+ "16\t2.94118\tcovid health service pandemic response border support provide medical include ship emergency travel time week case continue public measure international \n",
+ "\n",
+ "<600> LL/token: -8.19982\n",
+ "<610> LL/token: -8.20113\n",
+ "<620> LL/token: -8.19975\n",
+ "<630> LL/token: -8.19993\n",
+ "<640> LL/token: -8.19923\n",
+ "\n",
+ "0\t2.94118\twoman work community education training support program opportunity child student youth school young family skill provide study role programme participant \n",
+ "1\t2.94118\tpeople event year today day nation speak good host culture time important leader visit challenge church future open great traditional \n",
+ "2\t2.94118\tgovernment provincial people province national add western guadalcanal executive continue work premier address issue development assure current speak good term \n",
+ "3\t2.94118\tgovernment decision medium statement public question state interest concern raise report add call power issue opposition action leader matter claim \n",
+ "4\t2.94118\tpolicy development plan system government ensure national reform management strategy implementation priority implement key process ministry stakeholder include provide review \n",
+ "5\t2.94118\tmember parliament election bill week yesterday meeting political pass minister follow party office motion committee time vote receive hold process \n",
+ "6\t2.94118\tpolice people order law officer force security business corruption ramsi continue honiara rsipf public peace mission follow situation lead building \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth economy industry opportunity improve agriculture program benefit activity constituency create potential provide \n",
+ "8\t2.94118\tcountry trade visit regional region meeting agreement island meet leader include economic cooperation support development sign official discussion discuss security \n",
+ "9\t2.94118\tfishery resource island global impact sustainable country world develop environment region action economic challenge climate address management tuna increase future \n",
+ "10\t2.94118\ttime year island australian worker chinese thing work islander number month nation money big aid week talk long leave large \n",
+ "11\t2.94118\tpeople community water market food local area product village good family live produce farmer home high house sell add farm \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue report tax total high finance expect rate economic estimate fund price loan \n",
+ "13\t2.94118\tpayment court pay officer case public money charge office receive accuse ministry matter report official account fund document high order \n",
+ "14\t2.94118\tproject infrastructure fund support work road provide funding service development complete build include facility construction transport access deliver improve expect \n",
+ "15\t2.94118\tbusiness company land log local operation export mining operate landowner license process owner sicci investor foreign director issue activity licence \n",
+ "16\t2.94118\tcovid health service response pandemic border support medical include provide ship emergency continue travel case ensure time situation measure week \n",
+ "\n",
+ "<650> LL/token: -8.20089\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<710> LL/token: -8.19748\n",
- "<720> LL/token: -8.19662\n",
- "<730> LL/token: -8.19679\n",
- "<740> LL/token: -8.19612\n",
- "\n",
- "0\t2.94118\tissue medium concern report statement call claim people raise decision question action add deal opposition group state thing matter fact \n",
- "1\t2.94118\tcourt case charge year accuse allege man public matter high victim arrest prosecution yesterday face allegedly order hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive people yesterday guadalcanal premier office week current confidence follow motion meeting minister appointment \n",
- "3\t2.94118\tservice health provide medical hospital child care include equipment system year supply country clinic patient centre nurse staff information people \n",
- "4\t2.94118\tdevelopment economic country sector policy develop support key resource economy ensure opportunity provide partner improve growth strategy national focus management \n",
- "5\t2.94118\tpolice officer rsipf force operation public law medium security continue community commissioner ramsi conduct investigation information station involve order act \n",
- "6\t2.94118\twoman election people member youth day group leader church young candidate vote general change violence constituency leadership registration campaign child \n",
- "7\t2.94118\tproject development fund work infrastructure rural government building plan build area complete year road funding include site facility improve construction \n",
- "8\t2.94118\tstudent school year training education study program week learn child teacher train work skill staff form high parent worker knowledge \n",
- "9\t2.94118\tfamily incident vehicle man village leave report home suspect morning night boat find late travel body yesterday time people call \n",
- "10\t2.94118\tgovernment parliament public process budget bill ministry policy current payment year corruption system financial cabinet member review consultation power law \n",
- "11\t2.94118\tcovid country case response week travel confirm test vaccine number health continue measure risk day remain emergency flight follow total \n",
- "12\t2.94118\twater island area food people disaster community affect live clean environment local fishery small supply impact world report fish damage \n",
- "13\t2.94118\tsupport people community work continue program australian assistance acknowledge good family important effort challenge great live provide speak island life \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match day place final start today goal sport hold \n",
- "15\t2.94118\tcountry visit leader island meeting official issue meet nation state sign cooperation discuss agreement include region hold regional delegation security \n",
- "16\t2.94118\tbusiness company land market local log tourism percent product increase industry export year money pay sell landowner operate operation mining \n",
- "\n",
- "<750> LL/token: -8.19665\n",
- "<760> LL/token: -8.1973\n",
- "<770> LL/token: -8.19589\n",
- "<780> LL/token: -8.19684\n",
- "<790> LL/token: -8.19666\n",
- "\n",
- "0\t2.94118\tissue medium concern report statement call claim people raise decision question action add opposition deal state group thing matter comment \n",
- "1\t2.94118\tcourt case charge year accuse allege man matter high arrest victim public prosecution face order yesterday allegedly hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive yesterday guadalcanal people premier office week current confidence follow motion meeting minister today \n",
- "3\t2.94118\tservice health provide medical hospital child care include equipment supply clinic patient staff system centre year nurse people access add \n",
- "4\t2.94118\tdevelopment economic country sector policy support develop key resource economy opportunity ensure improve provide growth national strategy partner focus management \n",
- "5\t2.94118\tpolice officer rsipf force public operation law medium community security commissioner continue investigation information ramsi report conduct involve member station \n",
- "6\t2.94118\twoman election people youth member day group leader church young candidate vote general change violence constituency leadership registration campaign process \n",
- "7\t2.94118\tproject development fund work infrastructure rural government building build plan year complete area road funding include facility improve site provide \n",
- "8\t2.94118\tstudent school training year education program week study learn teacher child train skill staff work form knowledge parent worker high \n",
- "9\t2.94118\tfamily incident vehicle man home village leave suspect morning night boat report time late find travel people body ship call \n",
- "10\t2.94118\tgovernment parliament public process budget bill policy ministry system payment current financial corruption year cabinet review law member propose consultation \n",
- "11\t2.94118\tcovid country case week response travel test vaccine continue number confirm measure remain risk health day border flight emergency positive \n",
- "12\t2.94118\twater island food area people community disaster affect environment live clean local fishery small supply impact world report fish fishing \n",
- "13\t2.94118\tsupport people community work continue program australian assistance good acknowledge family important challenge great effort live islander speak country life \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match day today place final goal sport start hold \n",
- "15\t2.94118\tcountry visit leader island meeting official issue meet nation state sign include cooperation region discuss agreement hold delegation regional security \n",
- "16\t2.94118\tbusiness company land market local tourism log percent industry product increase money export pay sell landowner operate year mining operation \n",
- "\n",
- "<800> LL/token: -8.19726\n",
- "<810> LL/token: -8.19748\n",
- "<820> LL/token: -8.19691\n",
- "<830> LL/token: -8.1967\n",
- "<840> LL/token: -8.19643\n",
- "\n",
- "0\t2.94118\tissue medium statement concern call report claim people raise question decision action add opposition deal state group thing clear fact \n",
- "1\t2.94118\tcourt case charge accuse year allege man arrest matter high victim public prosecution face allegedly order yesterday hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive yesterday guadalcanal premier office people week confidence follow current motion meeting minister today \n",
- "3\t2.94118\tservice health provide medical hospital child include care equipment supply people clinic patient centre nurse year staff system team add \n",
- "4\t2.94118\tdevelopment economic country sector policy support develop key resource provide ensure economy opportunity partner growth improve strategy national address focus \n",
- "5\t2.94118\tpolice officer rsipf force public operation law medium community continue security report commissioner investigation information ramsi involve conduct member station \n",
- "6\t2.94118\twoman election people member youth group day leader church young candidate vote general change violence constituency leadership registration awareness process \n",
- "7\t2.94118\tproject development fund work infrastructure rural government plan building build area complete year road funding include site facility improve construction \n",
- "8\t2.94118\tstudent school year training education program study child learn week teacher train skill staff work form worker knowledge parent high \n",
- "9\t2.94118\tfamily vehicle incident leave man village home suspect morning report night boat late time find travel people body ship yesterday \n",
- "10\t2.94118\tgovernment parliament public process budget bill system ministry policy current year member payment financial corruption cabinet review consultation law propose \n",
- "11\t2.94118\tcovid country case response week travel test vaccine continue measure number confirm risk remain health border record flight day emergency \n",
- "12\t2.94118\twater island food area community people disaster affect environment live clean local fishery small world supply impact fish fishing report \n",
- "13\t2.94118\tpeople support community work continue australian program good family acknowledge assistance important challenge great country live effort time life speak \n",
- "14\t2.94118\tteam event play good time game year host culture competition player match day place final start goal sport today hold \n",
- "15\t2.94118\tcountry visit leader island meeting official issue meet nation state cooperation sign region agreement include discuss hold regional delegation security \n",
- "16\t2.94118\tbusiness company land market local tourism log percent industry increase product money pay export year sell landowner operate operation mining \n",
- "\n",
- "<850> LL/token: -8.19575\n"
+ "<660> LL/token: -8.19689\n",
+ "<670> LL/token: -8.19652\n",
+ "<680> LL/token: -8.19706\n",
+ "<690> LL/token: -8.19576\n",
+ "\n",
+ "0\t2.94118\twoman work education student training community program child support school youth opportunity young study family skill programme role australian learn \n",
+ "1\t2.94118\tpeople event year today day important community speak good nation challenge leader host culture future open add church traditional hold \n",
+ "2\t2.94118\tgovernment provincial people province national add western guadalcanal executive work continue premier issue address development assure current propose good office \n",
+ "3\t2.94118\tgovernment decision medium statement public question state interest add concern report raise call leader power action issue opposition deal claim \n",
+ "4\t2.94118\tpolicy development system ensure plan government national management reform strategy implementation implement priority key ministry process stakeholder service provide include \n",
+ "5\t2.94118\tmember parliament election bill yesterday week political minister pass meeting follow party time office motion hold process vote cabinet committee \n",
+ "6\t2.94118\tpolice people order officer law force security business corruption ramsi honiara continue rsipf public mission peace lead good follow situation \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment economy growth opportunity industry program improve agriculture benefit activity potential constituency create develop \n",
+ "8\t2.94118\tcountry trade visit regional region island meeting agreement meet leader support cooperation economic official include development sign security discussion assistance \n",
+ "9\t2.94118\tfishery island resource impact global country sustainable world develop region environment action address challenge climate economic level tuna management face \n",
+ "10\t2.94118\tisland time australian year worker chinese thing number islander work money month solomon nation aid big leave lot offer long \n",
+ "11\t2.94118\tcommunity people water market food local area product village farmer produce family good live high home sell farm clean house \n",
+ "12\t2.94118\tbudget government increase percent financial economy cost revenue tax total report expect finance economic high rate estimate fund growth price \n",
+ "13\t2.94118\tpayment court pay case officer public charge money receive office accuse matter ministry account report official high fund document yesterday \n",
+ "14\t2.94118\tproject infrastructure support fund work provide road funding development service complete include build facility construction transport deliver access improve plan \n",
+ "15\t2.94118\tbusiness company land log operation export local mining operate landowner process license owner investor foreign director sicci activity register issue \n",
+ "16\t2.94118\tcovid health service pandemic response border support medical include provide ship week emergency travel continue case time situation public international \n",
+ "\n",
+ "<700> LL/token: -8.19605\n",
+ "<710> LL/token: -8.19437\n",
+ "<720> LL/token: -8.19427\n",
+ "<730> LL/token: -8.19502\n",
+ "<740> LL/token: -8.1929\n",
+ "\n",
+ "0\t2.94118\twoman work education student training program support child community school opportunity youth young study family skill programme provide role experience \n",
+ "1\t2.94118\tpeople event year today community good leader nation important day speak host challenge culture time work great church traditional add \n",
+ "2\t2.94118\tgovernment provincial province people national western add guadalcanal work executive continue premier address issue current assure development speak ensure office \n",
+ "3\t2.94118\tgovernment medium decision statement public question state concern interest add report raise call power leader issue action opposition deal matter \n",
+ "4\t2.94118\tpolicy development system ensure plan management national government reform strategy priority implementation ministry implement key stakeholder process service include provide \n",
+ "5\t2.94118\tmember parliament election bill yesterday week political minister meeting pass follow party office time motion process committee today hold vote \n",
+ "6\t2.94118\tpolice people order security force officer law corruption ramsi business continue honiara public rsipf follow mission peace situation lead leave \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth economy opportunity industry program improve agriculture benefit activity constituency create potential develop \n",
+ "8\t2.94118\tcountry visit trade regional region meeting island agreement leader include meet economic cooperation development official sign support discussion discuss assistance \n",
+ "9\t2.94118\tfishery island resource impact global sustainable country world develop address environment action region challenge climate future tuna effort small economic \n",
+ "10\t2.94118\ttime island australian worker year chinese thing month islander money work number week big nation aid long leave solomon offer \n",
+ "11\t2.94118\tpeople water community market food local area product village farmer produce good family live high house home sell supply farm \n",
+ "12\t2.94118\tbudget government increase percent economy financial cost revenue tax report total finance expect rate fund high economic estimate price growth \n",
+ "13\t2.94118\tpayment pay court officer case charge money public receive office accuse ministry matter high account document report official fund claim \n",
+ "14\t2.94118\tproject infrastructure support fund work provide road funding service development complete build facility include construction transport deliver access improve plan \n",
+ "15\t2.94118\tbusiness company land log export operation local mining operate landowner license process owner foreign investor director sicci activity issue law \n",
+ "16\t2.94118\tcovid health service support pandemic response border medical provide travel include ship emergency case week continue time situation public measure \n",
+ "\n",
+ "<750> LL/token: -8.19159\n",
+ "<760> LL/token: -8.19357\n",
+ "<770> LL/token: -8.19397\n",
+ "<780> LL/token: -8.193\n",
+ "<790> LL/token: -8.19143\n",
+ "\n",
+ "0\t2.94118\twoman work education student training program support child school community opportunity youth young family study skill programme provide learn australian \n",
+ "1\t2.94118\tpeople event year community today day leader nation good challenge important speak host culture future add church acknowledge work traditional \n",
+ "2\t2.94118\tgovernment provincial people province national western add guadalcanal executive issue continue premier work address development assure current speak ensure week \n",
+ "3\t2.94118\tgovernment decision medium statement public question interest state concern add raise report call power leader action issue opposition matter deal \n",
+ "4\t2.94118\tpolicy development plan system ensure national government reform management strategy priority implementation implement key include stakeholder ministry provide process review \n",
+ "5\t2.94118\tmember parliament election bill yesterday political minister week pass meeting follow party office today time process motion hold committee vote \n",
+ "6\t2.94118\tpolice people order force officer law security corruption ramsi business continue honiara rsipf public mission peace situation follow lead call \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment economy growth industry program opportunity agriculture improve benefit constituency create activity potential area \n",
+ "8\t2.94118\tcountry visit trade regional region meeting island agreement meet leader cooperation official economic support include sign development security discussion assistance \n",
+ "9\t2.94118\tfishery resource island impact develop country sustainable global world region environment challenge action address economic climate tuna management level small \n",
+ "10\t2.94118\ttime island australian year worker chinese thing month week work number good islander big leave money nation start long aid \n",
+ "11\t2.94118\tmarket water people community food local product area farmer village produce family good live high house sell export home add \n",
+ "12\t2.94118\tbudget government increase percent financial economy cost revenue total tax report high finance rate expect economic estimate fund loan price \n",
+ "13\t2.94118\tpayment pay court case officer public money charge receive office accuse matter ministry report official account fund document claim high \n",
+ "14\t2.94118\tproject infrastructure support fund work provide road funding service complete include development build construction facility transport deliver improve access expect \n",
+ "15\t2.94118\tbusiness company land log operation local mining operate export landowner process investor license owner foreign sicci director activity law issue \n",
+ "16\t2.94118\tcovid health service support response pandemic border medical include provide ship travel emergency time week continue ensure case international public \n",
+ "\n",
+ "<800> LL/token: -8.19189\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<860> LL/token: -8.19621\n",
- "<870> LL/token: -8.19631\n",
- "<880> LL/token: -8.19587\n",
- "<890> LL/token: -8.1963\n",
- "\n",
- "0\t2.94118\tissue medium statement concern call report people claim question raise decision action add deal opposition state thing group clear matter \n",
- "1\t2.94118\tcourt case charge accuse year allege man arrest matter victim public high prosecution yesterday order face allegedly hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive people guadalcanal yesterday premier office week confidence follow current motion meeting minister add \n",
- "3\t2.94118\tservice health provide medical child hospital include care equipment people supply clinic patient centre year staff nurse system team access \n",
- "4\t2.94118\tdevelopment economic country sector policy support develop key resource economy ensure opportunity growth partner improve strategy provide focus national address \n",
- "5\t2.94118\tpolice officer rsipf force operation public law medium community report continue investigation security commissioner information ramsi conduct involve station suspect \n",
- "6\t2.94118\twoman election people member youth group day leader church young candidate vote general change constituency violence leadership awareness registration campaign \n",
- "7\t2.94118\tproject development work fund infrastructure rural government plan building build area year complete road funding include support site facility provide \n",
- "8\t2.94118\tstudent school year training education program week study learn child teacher train skill staff work form knowledge high parent worker \n",
- "9\t2.94118\tfamily vehicle leave home village man incident morning time night boat late travel find report yesterday body ship happen people \n",
- "10\t2.94118\tgovernment public parliament process budget bill ministry policy system current member payment corruption year financial cabinet review law propose consultation \n",
- "11\t2.94118\tcovid country case response test travel vaccine confirm week continue measure risk number remain health follow flight border total record \n",
- "12\t2.94118\twater island food area community people disaster affect environment live clean fishery small local supply world impact report fish farmer \n",
- "13\t2.94118\tpeople support community work continue australian program good acknowledge assistance family important challenge great country live speak effort life time \n",
- "14\t2.94118\tteam event play good time game year host culture competition player match final place goal start sport day today hold \n",
- "15\t2.94118\tcountry visit leader island meeting official meet issue nation state cooperation sign include region agreement discuss hold security delegation regional \n",
- "16\t2.94118\tbusiness company land market local tourism log percent industry product increase year pay export money sell landowner operate mining operation \n",
- "\n",
- "<900> LL/token: -8.19617\n",
- "<910> LL/token: -8.19492\n",
- "<920> LL/token: -8.19554\n",
- "<930> LL/token: -8.19585\n",
- "<940> LL/token: -8.19603\n",
- "\n",
- "0\t2.94118\tissue medium statement concern call report claim raise people question decision action add opposition deal state group thing fact situation \n",
- "1\t2.94118\tcourt case charge accuse year allege man arrest victim matter high public prosecution face yesterday allegedly order hear money trial \n",
- "2\t2.94118\tgovernment provincial province national member western executive people guadalcanal yesterday premier office week confidence current follow motion meeting add today \n",
- "3\t2.94118\tservice health provide medical hospital child include care equipment people clinic patient supply system nurse staff centre work team access \n",
- "4\t2.94118\tdevelopment country economic sector policy support develop key resource ensure economy provide improve growth opportunity strategy partner plan address national \n",
- "5\t2.94118\tpolice officer rsipf force public operation law medium community report investigation continue security commissioner information ramsi suspect involve station conduct \n",
- "6\t2.94118\twoman election people member youth day group leader church young candidate general vote change constituency violence leadership awareness registration campaign \n",
- "7\t2.94118\tproject development fund work infrastructure rural government build building plan area year complete funding road support provide include facility site \n",
- "8\t2.94118\tstudent school year training education program week study child learn teacher train work skill staff form knowledge high worker parent \n",
- "9\t2.94118\tfamily vehicle leave home village time man morning boat night late find people incident travel body yesterday happen death report \n",
- "10\t2.94118\tgovernment public parliament process budget bill ministry current policy system year payment member financial corruption law report cabinet review propose \n",
- "11\t2.94118\tcovid country case week travel test vaccine continue confirm response number measure risk border remain flight health record follow emergency \n",
- "12\t2.94118\twater island food area community people disaster affect environment local clean live fishery supply impact report small world fish farmer \n",
- "13\t2.94118\tpeople support community work continue australian program good family acknowledge live challenge important country great speak assistance today life time \n",
- "14\t2.94118\tteam event play time good game year host culture competition player match place final goal sport start day today hold \n",
- "15\t2.94118\tcountry visit leader island meeting official issue meet nation state sign cooperation include agreement region discuss hold regional security delegation \n",
- "16\t2.94118\tbusiness company land market local tourism log percent industry product increase pay export money sell landowner year operate mining operation \n",
- "\n",
- "<950> LL/token: -8.19516\n",
- "<960> LL/token: -8.19421\n",
- "<970> LL/token: -8.19571\n",
- "<980> LL/token: -8.19567\n",
- "<990> LL/token: -8.19565\n",
- "\n",
- "0\t2.94118\tissue medium statement concern call report claim decision raise question people action add opposition deal state group thing matter fact \n",
- "1\t2.94118\tcourt case charge accuse year allege man victim high matter public prosecution face yesterday allegedly order hear money trial count \n",
- "2\t2.94118\tgovernment provincial province national member western executive people guadalcanal premier office yesterday week confidence current motion follow meeting minister appointment \n",
- "3\t2.94118\tservice health provide medical child hospital include care equipment clinic patient supply centre year staff nurse people work team system \n",
- "4\t2.94118\tdevelopment economic country sector policy support develop key resource ensure partner provide economy growth improve opportunity strategy national address focus \n",
- "5\t2.94118\tpolice officer rsipf force public operation report community law medium investigation continue commissioner suspect security information ramsi station involve act \n",
- "6\t2.94118\twoman election people member day youth group leader church young general candidate vote change violence constituency leadership awareness process registration \n",
- "7\t2.94118\tproject development fund work infrastructure rural government plan build building area complete year support road funding include improve site facility \n",
- "8\t2.94118\tstudent school training year education program study learn week teacher child train skill work staff form knowledge parent high start \n",
- "9\t2.94118\tfamily vehicle leave home village man time late morning night people boat find travel body incident yesterday happen call death \n",
- "10\t2.94118\tgovernment public parliament process budget bill ministry policy payment system current member financial year law corruption cabinet review propose consultation \n",
- "11\t2.94118\tcovid country case confirm week travel test border vaccine continue risk measure response number remain flight follow emergency day vessel \n",
- "12\t2.94118\twater island area food community people disaster affect environment clean live local report fishery supply small impact fish world farmer \n",
- "13\t2.94118\tpeople support community work australian continue good country program acknowledge challenge important family great islander live speak life today time \n",
- "14\t2.94118\tteam event play good time game year culture host competition player match place final goal sport start today hold big \n",
- "15\t2.94118\tcountry visit leader island meeting official meet issue state sign include cooperation agreement region hold discuss security nation regional delegation \n",
- "16\t2.94118\tbusiness company land market local tourism log percent industry product increase pay export money sell year landowner operate mining operation \n",
- "\n",
- "<1000> LL/token: -8.1944\n",
- "\n",
- "Total time: 1 minutes 46 seconds\n"
+ "<810> LL/token: -8.19213\n",
+ "<820> LL/token: -8.1927\n",
+ "<830> LL/token: -8.19097\n",
+ "<840> LL/token: -8.19162\n",
+ "\n",
+ "0\t2.94118\twoman work education student training child support program school youth opportunity community young family study skill programme australian business provide \n",
+ "1\t2.94118\tpeople event community year today leader nation good challenge day add important speak future host work acknowledge culture church great \n",
+ "2\t2.94118\tgovernment provincial province people national add western guadalcanal executive work address continue premier issue development current assure speak important ensure \n",
+ "3\t2.94118\tgovernment decision medium statement public question state interest concern add raise power report call leader action opposition issue matter deal \n",
+ "4\t2.94118\tpolicy development ensure plan system national management reform strategy government key implementation priority implement process ministry stakeholder include provide service \n",
+ "5\t2.94118\tmember parliament election bill yesterday minister political meeting week pass follow party office hold committee motion today group current vote \n",
+ "6\t2.94118\tpolice people order force officer security corruption law ramsi business continue honiara rsipf public mission follow situation building good peace \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth economy industry program opportunity agriculture benefit improve constituency potential activity develop create \n",
+ "8\t2.94118\tcountry visit trade regional island region meeting agreement meet economic leader cooperation official include support sign development security discussion assistance \n",
+ "9\t2.94118\tfishery resource island global country sustainable impact world develop region environment action address economic climate challenge level tuna management small \n",
+ "10\t2.94118\ttime year australian island worker thing chinese work month number big islander money leave week good lot offer solomon long \n",
+ "11\t2.94118\tmarket water people community food local product area farmer village produce export live good high family sell cocoa farm clean \n",
+ "12\t2.94118\tbudget government increase percent financial economy cost report revenue total tax finance expect rate high economic estimate growth fund loan \n",
+ "13\t2.94118\tpayment court pay officer case public money charge receive office accuse ministry matter report document account official fund high order \n",
+ "14\t2.94118\tproject infrastructure fund support work road provide complete funding service include build development facility construction transport improve deliver access expect \n",
+ "15\t2.94118\tbusiness company land log operation local mining operate landowner export process license investor owner sicci foreign activity director law issue \n",
+ "16\t2.94118\tcovid health service response pandemic border support medical week include provide ship emergency continue travel case time situation ensure measure \n",
+ "\n",
+ "<850> LL/token: -8.19068\n",
+ "<860> LL/token: -8.19178\n",
+ "<870> LL/token: -8.1937\n",
+ "<880> LL/token: -8.1936\n",
+ "<890> LL/token: -8.19388\n",
+ "\n",
+ "0\t2.94118\twoman work education student training program child school support opportunity youth young community family study skill programme provide australian learn \n",
+ "1\t2.94118\tpeople community event year today leader challenge good day nation important speak host culture traditional church acknowledge add live future \n",
+ "2\t2.94118\tgovernment provincial province people national add western guadalcanal work executive continue address premier issue development assure speak current ensure yesterday \n",
+ "3\t2.94118\tgovernment decision medium statement public question concern state interest raise report add call power action leader issue claim opposition deal \n",
+ "4\t2.94118\tpolicy development system plan management national ensure reform government strategy implementation key priority implement ministry include process stakeholder provide service \n",
+ "5\t2.94118\tmember parliament election bill yesterday political minister meeting pass week party follow office current hold today motion time committee vote \n",
+ "6\t2.94118\tpolice people order force law officer security corruption ramsi business continue honiara rsipf public mission follow situation lead operation commissioner \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment growth economy opportunity program agriculture industry improve benefit constituency potential activity create area \n",
+ "8\t2.94118\tcountry visit trade regional island region meeting agreement meet leader include cooperation official economic support sign development security assistance discussion \n",
+ "9\t2.94118\tfishery island resource global country impact develop sustainable world region environment address action climate economic challenge tuna face level report \n",
+ "10\t2.94118\ttime year island australian worker thing chinese month work money week nation number leave big islander good solomon aid lot \n",
+ "11\t2.94118\tmarket water people food community product local area farmer export village produce live high good sell supply cocoa add farm \n",
+ "12\t2.94118\tbudget government percent increase economy financial cost revenue tax total report finance rate expect economic high estimate fund loan growth \n",
+ "13\t2.94118\tpay payment court officer case public charge money receive office accuse report matter fund ministry high account document official order \n",
+ "14\t2.94118\tproject infrastructure fund support work road funding service provide complete development include construction build facility transport deliver improve expect access \n",
+ "15\t2.94118\tbusiness company land log operation local mining operate landowner process investor license owner export sicci activity director issue foreign law \n",
+ "16\t2.94118\tcovid health service response pandemic support border medical provide ship include travel week emergency case time continue ensure situation measure \n",
+ "\n",
+ "<900> LL/token: -8.19342\n",
+ "<910> LL/token: -8.19295\n",
+ "<920> LL/token: -8.19204\n",
+ "<930> LL/token: -8.19442\n",
+ "<940> LL/token: -8.19461\n",
+ "\n",
+ "0\t2.94118\twoman education work student training child school opportunity program support youth young community family study skill learn programme provide business \n",
+ "1\t2.94118\tpeople community event year today important leader day nation challenge speak good culture continue future acknowledge host work church add \n",
+ "2\t2.94118\tgovernment provincial province people national add western guadalcanal executive work continue premier address issue development current assure week speak office \n",
+ "3\t2.94118\tgovernment medium decision statement public question interest state concern add report raise call power leader action issue opposition deal claim \n",
+ "4\t2.94118\tpolicy development system plan ensure national management reform strategy government implementation implement ministry key stakeholder priority process include provide review \n",
+ "5\t2.94118\tmember parliament election bill yesterday political minister pass week meeting follow party office today hold time motion current vote committee \n",
+ "6\t2.94118\tpolice people order force security officer law corruption ramsi business honiara continue rsipf public situation mission operation follow lead good \n",
+ "7\t2.94118\teconomic development support sector rural tourism investment growth economy program opportunity industry agriculture improve benefit activity potential constituency create area \n",
+ "8\t2.94118\tcountry visit trade regional island meeting region meet agreement leader cooperation official include economic sign support development security assistance relationship \n",
+ "9\t2.94118\tfishery island resource global impact country sustainable world develop region environment action challenge address climate report economic tuna small management \n",
+ "10\t2.94118\ttime year island worker thing chinese australian work money month number leave big week good people long aid lot start \n",
+ "11\t2.94118\tmarket water food community product people local area farmer export village produce good live high production cocoa sell farm clean \n",
+ "12\t2.94118\tbudget government increase percent financial economy cost revenue tax total report expect economic finance rate high estimate fund loan growth \n",
+ "13\t2.94118\tpayment pay court officer case charge public receive money office accuse matter report ministry document account high official order fund \n",
+ "14\t2.94118\tproject infrastructure fund support work road provide funding service include complete build construction facility development transport access improve deliver expect \n",
+ "15\t2.94118\tbusiness company land log operation local mining operate landowner license investor owner process export sicci law issue foreign director activity \n",
+ "16\t2.94118\tcovid health service response pandemic border support medical provide ship include emergency travel time week case ensure continue measure public \n",
+ "\n",
+ "<950> LL/token: -8.19474\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
+ "<960> LL/token: -8.19394\n",
+ "<970> LL/token: -8.19392\n",
+ "<980> LL/token: -8.19374\n",
+ "<990> LL/token: -8.1954\n",
+ "\n",
+ "0\t2.94118\twoman work education student training child program school support youth opportunity young family community study skill programme australian business experience \n",
+ "1\t2.94118\tpeople community event year leader today day nation good challenge speak important host work culture future acknowledge church traditional open \n",
+ "2\t2.94118\tgovernment provincial province people national western add guadalcanal executive premier continue address issue work assure development current speak good plan \n",
+ "3\t2.94118\tgovernment decision medium statement public question concern state interest report raise add power call leader action opposition deal claim issue \n",
+ "4\t2.94118\tpolicy development system plan ensure management reform national strategy government key implementation implement ministry stakeholder priority process include service provide \n",
+ "5\t2.94118\tmember parliament election bill yesterday political meeting minister pass week party hold follow office government time motion today vote committee \n",
+ "6\t2.94118\tpolice people order officer force security law corruption ramsi business honiara continue rsipf follow public mission australian operation day lead \n",
+ "7\t2.94118\teconomic development sector support rural tourism investment economy growth opportunity program improve benefit industry constituency create activity potential government agriculture \n",
+ "8\t2.94118\tcountry visit trade regional island region meeting agreement meet include cooperation leader official economic support sign development assistance security discussion \n",
+ "9\t2.94118\tfishery island country global resource impact world develop sustainable region environment action address challenge climate level economic tuna face report \n",
+ "10\t2.94118\ttime year island worker people thing work chinese number money month big leave good lot week australian long islander scheme \n",
+ "11\t2.94118\tmarket water food product community local people area farmer export produce village good high production sell cocoa farm clean supply \n",
+ "12\t2.94118\tbudget government increase percent financial economy cost revenue tax report total finance expect economic rate high estimate fund current growth \n",
+ "13\t2.94118\tpayment court pay case officer public charge money receive office accuse matter ministry report document official account fund high order \n",
+ "14\t2.94118\tproject infrastructure support fund work road funding provide service build complete facility construction development include transport deliver improve access expect \n",
+ "15\t2.94118\tbusiness company land log local operation mining operate landowner process investor license owner sicci foreign export issue law activity director \n",
+ "16\t2.94118\tcovid health service pandemic response border support provide medical include travel week ship emergency case continue situation time ensure international \n",
+ "\n",
+ "<1000> LL/token: -8.19415\n",
+ "\n",
+ "Total time: 43 seconds\n",
"Mallet LDA: 18 topics, 5 topic bits, 11111 topic mask\n",
"Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -10.30932\n",
- "<20> LL/token: -9.22032\n",
- "<30> LL/token: -8.69698\n",
- "<40> LL/token: -8.5019\n",
- "\n",
- "0\t2.77778\tcountry development policy regional region support partner develop meeting include partnership address strategy cooperation economic key strengthen national stakeholder priority \n",
- "1\t2.77778\tbusiness company public market operation vehicle log ship issue operate sell law stop road illegal call owner honiara vessel warn \n",
- "2\t2.77778\tcovid health case medical country hospital service test vaccine border emergency flight clinic patient province nurse risk include measure positive \n",
- "3\t2.77778\tmedium time week information late yesterday day people leave local give night call return accord arrive month story trip good \n",
- "4\t2.77778\tstudent school year education week study staff teacher receive form add complete parent start high number learn scholarship award class \n",
- "5\t2.77778\tcountry event people tourism island year ceremony hold culture important official visit nation host today open traditional attend launch international \n",
- "6\t2.77778\tgovernment issue decision pay payment statement process ministry state question fund deal public official cabinet add report raise interest concern \n",
- "7\t2.77778\tpeople woman family child community young issue church life leader live violence girl group worker work add youth problem home \n",
- "8\t2.77778\tcommunity work program world people youth opportunity experience local year live island water clean village future environment awareness life learn \n",
- "9\t2.77778\tcountry water increase island system food disaster high supply percent affect impact report service reduce cost level year population low \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim matter public prosecution high allegedly face yesterday order money trial hear evidence \n",
- "11\t2.77778\tproject land development area infrastructure work site build building road government company complete construction plan landowner sign mining benefit facility \n",
- "12\t2.77778\tteam good play time game competition player match place final goal start lead sport half today point year stage win \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect operation boat station arrest area community commissioner village medium man information member \n",
- "14\t2.77778\tgovernment provincial province member leader national executive premier political people opposition minister meeting western group statement confidence party issue motion \n",
- "15\t2.77778\telection parliament constituency member process bill act general candidate public vote law register day chief registration list officer national voter \n",
- "16\t2.77778\twork support people continue visit service assistance provide security country australian ramsi mission island include ensure maintain important meet add \n",
- "17\t2.77778\tsupport training improve sector rural provide economic development fund management service program economy financial growth business access budget agriculture funding \n",
- "\n",
- "<50> LL/token: -8.40798\n",
- "<60> LL/token: -8.35228\n",
- "<70> LL/token: -8.31762\n",
- "<80> LL/token: -8.29548\n",
- "<90> LL/token: -8.2806\n",
- "\n",
- "0\t2.77778\tcountry development policy regional region meeting partner address develop national include partnership stakeholder plan issue key leader strategy discuss strengthen \n",
- "1\t2.77778\tcompany business market operation public log vehicle operate ship sell issue travel honiara stop vessel road law owner illegal transport \n",
- "2\t2.77778\tcovid health country case medical hospital service emergency test vaccine people flight clinic patient risk province include nurse border week \n",
- "3\t2.77778\tmedium time leave information late week people yesterday report call return accord day night long trip story give talk early \n",
- "4\t2.77778\tstudent school year education week training staff study teacher receive form award high add number complete parent start scholarship learn \n",
- "5\t2.77778\tcountry event year visit island tourism day today official ceremony nation culture open hold host attend traditional international opportunity present \n",
- "6\t2.77778\tgovernment issue public pay statement decision fund raise payment question report concern money claim deal process state ministry receive explain \n",
- "7\t2.77778\tpeople woman family child young life live issue church leader violence girl work peace add good home speak problem change \n",
- "8\t2.77778\tcommunity work program activity local people youth training participant awareness village environment important knowledge experience learn world good programme workshop \n",
- "9\t2.77778\twater island increase food percent high report country disaster affect year supply impact level system source reduce low rate price \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim matter high prosecution public allegedly face order yesterday trial hear evidence count \n",
- "11\t2.77778\tproject land development work area infrastructure building build plan site road complete government facility sign construction landowner fund mining company \n",
- "12\t2.77778\tteam good play time game competition player match final goal start lead today half sport yesterday place week performance stage \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect arrest operation boat station area commissioner medium man member village involve investigate \n",
- "14\t2.77778\tgovernment provincial province leader national people executive member premier western minister opposition meeting statement decision issue political confidence group guadalcanal \n",
- "15\t2.77778\tmember parliament election constituency act process bill general candidate vote law register registration party day chief pass national voter electoral \n",
- "16\t2.77778\tsupport work provide continue government assistance service australian country security visit island people include ramsi mission ensure assist acknowledge deliver \n",
- "17\t2.77778\timprove sector economic development service rural government support provide business economy access investment growth fund financial management system increase agriculture \n",
- "\n",
- "<100> LL/token: -8.27053\n",
- "<110> LL/token: -8.26388\n",
- "<120> LL/token: -8.25775\n",
- "<130> LL/token: -8.25238\n",
- "<140> LL/token: -8.24766\n",
- "\n",
- "0\t2.77778\tcountry development policy regional region meeting address develop issue include leader national partner strengthen partnership plan key discuss strategy global \n",
- "1\t2.77778\tcompany business market operation log public operate vehicle ship travel honiara sell issue local vessel stop law road owner add \n",
- "2\t2.77778\tcovid health country medical case service hospital emergency test vaccine people border week flight clinic patient risk nurse include care \n",
- "3\t2.77778\tmedium time people leave late information call week return accord long thing report yesterday night day trip give happen story \n",
- "4\t2.77778\tstudent year school education week staff study teacher form receive high award number add start parent complete scholarship centre work \n",
- "5\t2.77778\tcountry event visit year island tourism today day official culture ceremony hold open host nation attend traditional world international people \n",
- "6\t2.77778\tissue public government pay statement decision report raise money payment fund question concern claim deal process receive state ministry office \n",
- "7\t2.77778\tpeople woman family child young life live church work leader issue violence girl youth good peace change add home speak \n",
- "8\t2.77778\tcommunity training program work activity management local programme participant train awareness important environment youth knowledge conduct skill village fishery workshop \n",
- "9\t2.77778\twater island food increase report percent high disaster affect supply impact year country area level source rate price low damage \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high matter prosecution public allegedly face yesterday order trial hear evidence count \n",
- "11\t2.77778\tproject land development work area infrastructure build building site plan complete road facility government fund construction landowner sign include mining \n",
- "12\t2.77778\tteam good play time game competition start player match final goal place today lead sport week half yesterday point stage \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect arrest operation boat station commissioner medium area village man involve member community \n",
- "14\t2.77778\tgovernment provincial province national leader people executive western premier minister member opposition issue statement meeting decision group guadalcanal add confidence \n",
- "15\t2.77778\tmember parliament election constituency bill process act general candidate vote law register party registration day chief national committee pass hold \n",
- "16\t2.77778\tsupport work government provide continue assistance country service australian island security ensure include acknowledge visit ramsi deliver mission people effort \n",
- "17\t2.77778\tdevelopment improve economic sector government service rural business support economy provide access investment growth financial increase budget fund system agriculture \n",
- "\n",
- "<150> LL/token: -8.2431\n"
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -10.0559\n",
+ "<20> LL/token: -9.143\n",
+ "<30> LL/token: -8.70611\n",
+ "<40> LL/token: -8.5246\n",
+ "\n",
+ "0\t2.77778\tbusiness market industry local sector product agriculture investment export support increase economy small farmer benefit food improve grow rural production \n",
+ "1\t2.77778\tpublic parliament report government member bill tax process finance statement payment ministry fund explain cabinet question decision pay raise committee \n",
+ "2\t2.77778\tgovernment medium student school education add study staff give week time year receive statement understand appointment allowance trip serve senior \n",
+ "3\t2.77778\tgovernment provincial province business western national executive guadalcanal premier service public people issue add week survey house conduct officer yesterday \n",
+ "4\t2.77778\tpolice officer court case charge public order money corruption claim matter accuse payment office pay law yesterday high allege person \n",
+ "5\t2.77778\tproject infrastructure development fund support government rural work road constituency funding improve complete facility construction plan provide build include deliver \n",
+ "6\t2.77778\tpolitical election leader people government member decision parliament opposition call power minister damage group confidence party nation chinese motion leave \n",
+ "7\t2.77778\topportunity program work training support event youth australian education skill job programme role provide culture partnership learn important knowledge build \n",
+ "8\t2.77778\tsupport community water health management area provide environment sustainable access resource impact include effort plan partner system programme environmental capacity \n",
+ "9\t2.77778\tcovid service situation tourism time health week travel day good emergency case public border continue return number period month business \n",
+ "10\t2.77778\tmeeting leader trade development issue meet economic member tourism country include regional hold discuss agreement minister discussion official delegation partnership \n",
+ "11\t2.77778\tcompany land log operation government mining local landowner investor issue people add operate give foreign area licence export stop register \n",
+ "12\t2.77778\tcountry region island world challenge global high develop face level state increase action international small address future report aid nation \n",
+ "13\t2.77778\tsecurity island police visit assistance australian government continue mission ramsi fishery support people cooperation relationship interest nation foreign solomon force \n",
+ "14\t2.77778\tprovide cost worker service ship medical receive month include port government shipping work fishing fish send time people expect scheme \n",
+ "15\t2.77778\tbudget economy economic government percent growth increase revenue total financial expect impact rate estimate sector remain finance continue report recovery \n",
+ "16\t2.77778\tpeople woman community family child work live day life year home good man village time church violence today leadership group \n",
+ "17\t2.77778\tgovernment development policy national economic ensure reform strategy sector priority resource achieve implementation key management plan governance address financial system \n",
+ "\n",
+ "<50> LL/token: -8.43546\n",
+ "<60> LL/token: -8.3853\n",
+ "<70> LL/token: -8.35324\n",
+ "<80> LL/token: -8.32611\n",
+ "<90> LL/token: -8.3131\n",
+ "\n",
+ "0\t2.77778\tbusiness market industry local sector agriculture product economy export investment food benefit increase farmer support small grow fishery production opportunity \n",
+ "1\t2.77778\tpublic report parliament government member payment bill process tax ministry finance fund statement pay cabinet system decision committee regulation explain \n",
+ "2\t2.77778\tgovernment medium student school education time add study week give staff receive understand statement year appointment raise issue trip allowance \n",
+ "3\t2.77778\tgovernment provincial province people national western guadalcanal executive premier add business work house issue office yesterday service current survey week \n",
+ "4\t2.77778\tofficer police court case charge money order public corruption matter claim accuse office high yesterday law business allege person pay \n",
+ "5\t2.77778\tproject infrastructure development support fund rural work road constituency funding improve facility complete construction build include economic government area deliver \n",
+ "6\t2.77778\tpolitical election parliament government member leader people decision opposition group minister power call confidence interest party leave motion vote time \n",
+ "7\t2.77778\topportunity program work training support event youth provide education role skill culture partnership programme australian learn participant important include knowledge \n",
+ "8\t2.77778\tsupport community management water area provide system environment access sustainable include resource programme capacity ensure effort disaster manage environmental impact \n",
+ "9\t2.77778\tcovid health tourism pandemic service time situation travel response emergency public border medical continue case week business ensure day measure \n",
+ "10\t2.77778\tmeeting leader issue country member meet agreement trade include regional hold official minister sign economic discuss development discussion delegation region \n",
+ "11\t2.77778\tcompany land business log operation mining local government landowner investor operate license foreign give register issue owner activity licence deal \n",
+ "12\t2.77778\tcountry island region world global challenge report face develop high nation address small action level state impact international year threat \n",
+ "13\t2.77778\tisland security visit police australian support assistance government continue people mission chinese ramsi aid relationship cooperation foreign solomon force year \n",
+ "14\t2.77778\tservice worker work month ship cost provide fishery scheme week time fishing receive port number shipping good vessel day process \n",
+ "15\t2.77778\tbudget government economy percent increase financial economic revenue total growth expect cost finance rate estimate remain loan continue impact high \n",
+ "16\t2.77778\tpeople woman community family child work live life day good year village home man today time church change social leadership \n",
+ "17\t2.77778\tgovernment development policy economic national sector ensure strategy reform priority plan key resource achieve implementation improve governance implement growth focus \n",
+ "\n",
+ "<100> LL/token: -8.29953\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<160> LL/token: -8.24001\n",
- "<170> LL/token: -8.23789\n",
- "<180> LL/token: -8.23506\n",
- "<190> LL/token: -8.23262\n",
- "\n",
- "0\t2.77778\tcountry development policy regional region meeting address issue leader include develop national strengthen key discuss partnership partner global level strategy \n",
- "1\t2.77778\tcompany business market operation log public operate vehicle ship honiara travel sell local vessel issue road stop owner passenger add \n",
- "2\t2.77778\tcovid health country case medical service hospital emergency test vaccine border people week flight clinic risk patient include nurse care \n",
- "3\t2.77778\tmedium people time leave late call information thing week happen long accord talk return give night find trip story yesterday \n",
- "4\t2.77778\tstudent school year education week staff study teacher form high receive award start number add parent complete work centre scholarship \n",
- "5\t2.77778\tcountry visit event year island day tourism today culture ceremony hold open official world host traditional nation attend celebration international \n",
- "6\t2.77778\tissue public pay report government statement decision raise concern claim question payment money fund deal process receive office state explain \n",
- "7\t2.77778\tpeople woman child family young life youth live work church community leader violence girl issue good peace change add speak \n",
- "8\t2.77778\tcommunity program training work activity management local programme important train participant environment awareness include provide knowledge conduct area fishery skill \n",
- "9\t2.77778\twater island food percent report increase high disaster affect supply area people impact year source live price rate damage low \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly face yesterday order trial hear time evidence \n",
- "11\t2.77778\tproject land development work area infrastructure building build site plan fund complete road government facility sign construction landowner year include \n",
- "12\t2.77778\tteam good play game time competition start player final match today goal week place sport lead yesterday half point stage \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect arrest boat station operation medium commissioner man area village member community involve \n",
- "14\t2.77778\tgovernment provincial province national leader people executive western premier minister member opposition issue meeting statement decision guadalcanal current confidence add \n",
- "15\t2.77778\tmember parliament election constituency process bill act general candidate vote law register party national registration day chief pass hold voter \n",
- "16\t2.77778\tsupport work provide government continue assistance service country australian island ensure deliver acknowledge include security ramsi mission effort people assist \n",
- "17\t2.77778\teconomic government development sector improve rural business service economy access investment country increase support provide growth financial budget system opportunity \n",
- "\n",
- "<200> LL/token: -8.22998\n",
- "<210> LL/token: -8.22839\n",
- "<220> LL/token: -8.22571\n",
- "<230> LL/token: -8.22496\n",
- "<240> LL/token: -8.22261\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue develop national leader include strengthen partner discuss partnership global state level strategy \n",
- "1\t2.77778\tcompany business market operation log public vehicle operate ship sell honiara local travel add vessel road issue owner transport law \n",
- "2\t2.77778\tcovid health country medical case service hospital emergency test vaccine border week flight clinic patient people risk nurse include measure \n",
- "3\t2.77778\tpeople medium time leave late call thing information long happen talk good find return give trip story night accord bring \n",
- "4\t2.77778\tstudent year school education week staff study teacher form receive high award number add start parent work complete centre scholarship \n",
- "5\t2.77778\tcountry visit event year island day tourism today culture ceremony world hold host traditional official open attend local nation international \n",
- "6\t2.77778\tissue public report pay statement claim raise decision payment concern question money deal government state office receive fund process explain \n",
- "7\t2.77778\tpeople woman child family young community life youth work live church leader violence peace girl issue change good add speak \n",
- "8\t2.77778\tcommunity program training work management activity programme important provide local include environment participant train support area awareness conduct knowledge fishery \n",
- "9\t2.77778\twater island food percent report disaster increase affect high people area supply impact live price damage year risk small assessment \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly face order yesterday trial hear evidence count \n",
- "11\t2.77778\tproject land development work infrastructure fund area build building site plan complete government road facility sign construction landowner include year \n",
- "12\t2.77778\tteam play good time game start competition week player match final goal today yesterday lead sport place half point year \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect arrest operation boat station commissioner medium man member public community area village \n",
- "14\t2.77778\tgovernment provincial province national people leader executive western premier member minister opposition meeting issue statement guadalcanal current decision add confidence \n",
- "15\t2.77778\tmember parliament election constituency act process bill general candidate vote law party register chief registration day national pass voter electoral \n",
- "16\t2.77778\tsupport work provide government continue assistance service country australian island ensure deliver acknowledge people security ramsi mission include effort assist \n",
- "17\t2.77778\tgovernment economic sector development business rural service improve economy country increase access investment financial budget growth support provide system industry \n",
- "\n",
- "<250> LL/token: -8.22136\n",
- "<260> LL/token: -8.22135\n",
- "<270> LL/token: -8.21958\n",
- "<280> LL/token: -8.21905\n",
- "<290> LL/token: -8.21781\n",
- "\n",
- "0\t2.77778\tcountry development region policy regional meeting address issue national leader develop include key strengthen discuss global state strategy partner discussion \n",
- "1\t2.77778\tcompany business market operation log public vehicle operate ship local sell travel honiara vessel road law owner add stop illegal \n",
- "2\t2.77778\tcovid health country medical case service hospital emergency test vaccine border flight clinic patient risk week nurse include people measure \n",
- "3\t2.77778\tpeople medium time leave late call thing good information long happen talk find trip return give story accord night bring \n",
- "4\t2.77778\tstudent year school education week staff study teacher form receive high award add number work start parent complete scholarship centre \n",
- "5\t2.77778\tcountry visit event year island day tourism today culture world hold open ceremony official local traditional host attend nation international \n",
- "6\t2.77778\tissue public report pay statement claim decision raise payment concern question money deal state office receive process fund matter explain \n",
- "7\t2.77778\tpeople woman child family community young life youth work live church leader violence girl peace issue change good speak add \n",
- "8\t2.77778\tcommunity program training work management activity programme provide environment local include important train participant area awareness conduct knowledge support information \n",
- "9\t2.77778\twater island food percent report disaster affect high increase area people supply live impact village price damage source risk small \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public face allegedly yesterday order trial evidence hear count \n",
- "11\t2.77778\tproject land development work fund infrastructure build building area site plan complete government facility road sign construction landowner year include \n",
- "12\t2.77778\tteam play good time game start week competition player match final goal yesterday today lead place sport half stage point \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect arrest operation boat station medium commissioner area community man involve member public \n",
- "14\t2.77778\tgovernment provincial province national people leader executive western premier member minister opposition guadalcanal meeting issue statement current add confidence group \n",
- "15\t2.77778\tmember parliament election constituency act bill process general candidate vote law party register day registration chief pass national voter electoral \n",
- "16\t2.77778\tsupport work provide government continue assistance service country australian island deliver acknowledge ensure people security include ramsi mission effort assist \n",
- "17\t2.77778\tgovernment economic sector development business service rural improve country increase economy investment financial access budget growth year provide system policy \n",
- "\n",
- "<300> LL/token: -8.21733\n"
+ "<110> LL/token: -8.29282\n",
+ "<120> LL/token: -8.28702\n",
+ "<130> LL/token: -8.27789\n",
+ "<140> LL/token: -8.27401\n",
+ "\n",
+ "0\t2.77778\tbusiness market industry local sector agriculture product investment export economy increase food benefit farmer small opportunity grow support create production \n",
+ "1\t2.77778\tpublic report parliament member process ministry bill payment government finance tax fund system statement pay regulation committee explain act cabinet \n",
+ "2\t2.77778\tmedium government student school education week add time receive give staff statement study understand year appointment raise trip position allowance \n",
+ "3\t2.77778\tgovernment provincial province people national western guadalcanal executive add premier issue house office continue work yesterday week address current survey \n",
+ "4\t2.77778\tpolice officer court case charge money corruption public order matter accuse claim office law yesterday high vehicle person allege pay \n",
+ "5\t2.77778\tproject infrastructure support development fund rural work road funding constituency improve complete facility construction provide build deliver area program economic \n",
+ "6\t2.77778\tpolitical government election parliament member leader decision opposition people group minister power call interest confidence motion party leave vote statement \n",
+ "7\t2.77778\tprogram opportunity training support work event youth skill provide culture education role partnership australian participant learn programme include important team \n",
+ "8\t2.77778\tcommunity management water support area system provide access environment resource include sustainable programme ensure capacity plan disaster food manage effort \n",
+ "9\t2.77778\tcovid health tourism pandemic service response medical time emergency border situation travel case business public continue include ensure week international \n",
+ "10\t2.77778\tmeeting country leader meet agreement member issue trade include regional official sign minister hold discuss discussion economic region delegation development \n",
+ "11\t2.77778\tcompany land business log operation mining local landowner operate investor license foreign government issue activity owner register give licence export \n",
+ "12\t2.77778\tcountry island global region world report challenge high face action nation address small level develop impact state population international year \n",
+ "13\t2.77778\tisland security support assistance australian police visit continue government people mission aid ramsi chinese solomon relationship force nation year foreign \n",
+ "14\t2.77778\tservice worker fishery work month ship number cost scheme week tuna provide fishing port time good island place shipping receive \n",
+ "15\t2.77778\tbudget government economy percent financial increase economic revenue total cost growth expect rate finance estimate loan high remain expenditure continue \n",
+ "16\t2.77778\tpeople woman community family child work live life day year time home good village social leadership man today church change \n",
+ "17\t2.77778\tdevelopment government policy economic national sector ensure strategy reform priority key achieve resource implementation plan growth implement partner improve support \n",
+ "\n",
+ "<150> LL/token: -8.27015\n",
+ "<160> LL/token: -8.26718\n",
+ "<170> LL/token: -8.26491\n",
+ "<180> LL/token: -8.26411\n",
+ "<190> LL/token: -8.26061\n",
+ "\n",
+ "0\t2.77778\tbusiness market industry local sector product agriculture economy export investment food grow farmer opportunity small benefit increase support create production \n",
+ "1\t2.77778\tpublic report process parliament government member payment bill ministry finance tax fund system statement act committee regulation good explain cabinet \n",
+ "2\t2.77778\tmedium government student school education add week time study pay receive give staff raise understand appointment statement money trip thing \n",
+ "3\t2.77778\tgovernment provincial province people national western guadalcanal add executive premier work issue yesterday house office current address continue week survey \n",
+ "4\t2.77778\tofficer police court case charge order corruption money public matter claim accuse office law business yesterday high person vehicle allege \n",
+ "5\t2.77778\tproject infrastructure development support fund rural work road funding constituency improve complete facility construction build deliver provide include area program \n",
+ "6\t2.77778\tpolitical parliament election government member decision leader opposition people minister interest group power confidence call party motion vote leave lead \n",
+ "7\t2.77778\tprogram opportunity training support work event youth education provide skill culture programme role learn participant partnership important include australian team \n",
+ "8\t2.77778\tcommunity management water support provide area system access resource environment include sustainable activity ensure disaster manage programme capacity plan base \n",
+ "9\t2.77778\tcovid health tourism service pandemic response medical continue border time emergency situation public travel week case ensure include operation business \n",
+ "10\t2.77778\tmeeting country leader meet agreement member trade issue regional official include hold sign minister region discuss discussion delegation economic visit \n",
+ "11\t2.77778\tcompany land business log operation mining local operate landowner investor license government foreign issue register owner activity give licence export \n",
+ "12\t2.77778\tcountry island global report world region challenge face action nation high level impact small address develop state population crisis threat \n",
+ "13\t2.77778\tisland security support australian assistance police visit continue government mission aid chinese people ramsi solomon relationship nation year force cooperation \n",
+ "14\t2.77778\tservice fishery worker work month ship cost number scheme tuna week provide island fishing time port day people shipping expect \n",
+ "15\t2.77778\tbudget government financial economy percent increase revenue economic total cost expect growth rate finance estimate remain loan dollar expenditure low \n",
+ "16\t2.77778\tpeople woman community family child work live life year day good home village change leadership time social church man today \n",
+ "17\t2.77778\tdevelopment government policy economic national sector ensure strategy reform priority achieve resource key plan implementation partner implement growth focus support \n",
+ "\n",
+ "<200> LL/token: -8.25856\n",
+ "<210> LL/token: -8.256\n",
+ "<220> LL/token: -8.25678\n",
+ "<230> LL/token: -8.25697\n",
+ "<240> LL/token: -8.2541\n",
+ "\n",
+ "0\t2.77778\tbusiness market industry local sector agriculture product tourism economy investment export food grow increase small farmer opportunity benefit good production \n",
+ "1\t2.77778\tpublic report process government parliament member ministry bill payment tax finance system statement fund cabinet require committee act explain law \n",
+ "2\t2.77778\tmedium government student school education week receive study time add raise understand give staff pay money appointment year trip scholarship \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier work issue continue plan house office address yesterday current call \n",
+ "4\t2.77778\tofficer police court case public charge corruption order money matter accuse office business yesterday high law person allege vehicle investigation \n",
+ "5\t2.77778\tproject infrastructure development support fund rural road work constituency funding complete improve construction facility build deliver program provide area include \n",
+ "6\t2.77778\tpolitical parliament election member government decision leader people opposition interest group minister power confidence statement call party motion time vote \n",
+ "7\t2.77778\tprogram opportunity training support work event youth provide education skill culture role business programme participant learn include team important australian \n",
+ "8\t2.77778\tcommunity management water area system provide support access environment include resource sustainable programme manage activity disaster capacity impact information ensure \n",
+ "9\t2.77778\tcovid health service pandemic response tourism medical situation border time emergency continue include travel public ensure case week day measure \n",
+ "10\t2.77778\tmeeting country leader meet member agreement trade official issue regional include sign hold minister region discuss visit discussion delegation economic \n",
+ "11\t2.77778\tcompany land business log operation mining local landowner operate government investor license foreign issue export director give activity licence register \n",
+ "12\t2.77778\tisland country global report world region challenge face nation high action address small impact develop state level population crisis year \n",
+ "13\t2.77778\tisland security support australian assistance police continue visit chinese solomon mission aid ramsi government year force people nation relationship provide \n",
+ "14\t2.77778\tservice fishery worker work ship month number provide cost scheme people tuna fishing expect time port week shipping day receive \n",
+ "15\t2.77778\tbudget government economy percent financial increase revenue economic total cost growth expect finance rate estimate remain loan report high dollar \n",
+ "16\t2.77778\tpeople woman community family child work live life year day good home time village change leadership man church today social \n",
+ "17\t2.77778\tdevelopment policy government economic national sector ensure strategy reform priority key plan achieve resource growth implementation support partner focus improve \n",
+ "\n",
+ "<250> LL/token: -8.25205\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<310> LL/token: -8.21866\n",
- "<320> LL/token: -8.21648\n",
- "<330> LL/token: -8.21626\n",
- "<340> LL/token: -8.21554\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue national develop leader include key global discuss strategy state level partner discussion \n",
- "1\t2.77778\tcompany business market operation log vehicle operate ship public local sell travel honiara vessel add law owner road stop transport \n",
- "2\t2.77778\tcovid health country medical case service hospital emergency test vaccine border flight risk clinic week patient include nurse people care \n",
- "3\t2.77778\tpeople medium time leave thing call late good long information happen talk find give trip story night lot return bring \n",
- "4\t2.77778\tstudent year school education week staff study teacher receive form high work number add award start parent scholarship learn complete \n",
- "5\t2.77778\tcountry visit event year day island tourism today culture world official ceremony local traditional open host hold nation attend celebration \n",
- "6\t2.77778\tissue public report pay statement claim raise decision payment concern question office deal money process state receive fund matter explain \n",
- "7\t2.77778\tpeople woman child family community young youth life work live leader church violence girl peace change issue good add leadership \n",
- "8\t2.77778\tcommunity training program management work activity programme provide environment important include area train participant local support awareness conduct resource information \n",
- "9\t2.77778\twater island food percent report disaster affect area people supply high increase live impact village damage source price risk assessment \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly yesterday face order trial hear evidence count \n",
- "11\t2.77778\tproject land development work fund infrastructure build building site area complete plan government road facility sign year construction landowner include \n",
- "12\t2.77778\tteam play good game time start week competition player final match goal yesterday today lead place sport half year hold \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect arrest operation boat station medium commissioner man involve area public member community \n",
- "14\t2.77778\tgovernment provincial province national people leader executive western premier minister opposition guadalcanal member issue statement meeting current add confidence decision \n",
- "15\t2.77778\tmember parliament election constituency bill general process act candidate vote law party register day chief registration pass political voter national \n",
- "16\t2.77778\tsupport work provide government continue assistance country service australian island deliver acknowledge ensure security ramsi mission effort include people partnership \n",
- "17\t2.77778\teconomic sector government development service rural business improve country increase economy investment access financial growth budget year system provide industry \n",
- "\n",
- "<350> LL/token: -8.21468\n",
- "<360> LL/token: -8.21486\n",
- "<370> LL/token: -8.21441\n",
- "<380> LL/token: -8.21179\n",
- "<390> LL/token: -8.21175\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting issue address national leader develop key include state global discuss strategy level challenge discussion \n",
- "1\t2.77778\tcompany market business operation log operate public ship vehicle travel local sell honiara vessel road transport add owner illegal law \n",
- "2\t2.77778\tcovid health country medical case service hospital emergency test vaccine border people week flight clinic risk patient nurse include care \n",
- "3\t2.77778\tpeople medium time call thing leave late good happen long talk information find give trip story lot night add return \n",
- "4\t2.77778\tstudent school year education week staff study teacher receive work form number award high add start worker parent learn complete \n",
- "5\t2.77778\tcountry visit event year day island tourism today culture world local hold official host traditional ceremony open nation attend celebration \n",
- "6\t2.77778\tissue public report pay statement claim decision raise concern payment question deal office state money receive process matter fund explain \n",
- "7\t2.77778\tpeople woman community child family young youth life work live leader church change violence peace girl issue good leadership group \n",
- "8\t2.77778\tcommunity training program management work activity programme provide include important environment train participant information conduct plan area awareness local resource \n",
- "9\t2.77778\twater island food people report area disaster affect supply high percent live village impact increase damage source small risk assessment \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly yesterday face order trial hear evidence time \n",
- "11\t2.77778\tproject land development work fund infrastructure build building site area complete government plan facility road sign year construction landowner mining \n",
- "12\t2.77778\tteam good play game time start week competition player match today final yesterday goal place lead sport half year performance \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation suspect arrest operation station medium commissioner man involve boat public law area member \n",
- "14\t2.77778\tgovernment provincial province national people leader western executive premier minister opposition guadalcanal issue meeting current add member statement confidence group \n",
- "15\t2.77778\tmember parliament election constituency bill act general process candidate vote law party register chief registration day pass political hold voter \n",
- "16\t2.77778\tsupport work provide government assistance continue service country australian island acknowledge deliver ensure include ramsi mission effort security partnership assist \n",
- "17\t2.77778\teconomic sector government business rural service increase development country improve economy investment year financial access growth budget provide agriculture industry \n",
- "\n",
- "<400> LL/token: -8.21172\n",
- "<410> LL/token: -8.21076\n",
- "<420> LL/token: -8.21039\n",
- "<430> LL/token: -8.20813\n",
- "<440> LL/token: -8.20802\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue develop leader national key global strategy discuss state include level challenge partner \n",
- "1\t2.77778\tcompany market business operation log travel operate ship public vehicle local sell honiara boat vessel owner transport add passenger road \n",
- "2\t2.77778\tcovid health country case medical service hospital border emergency test vaccine week flight risk clinic include patient nurse care number \n",
- "3\t2.77778\tpeople medium time call thing leave good late happen long information talk give find story lot add money bring night \n",
- "4\t2.77778\tstudent school year education week work study staff teacher receive worker form number award add high start parent scholarship learn \n",
- "5\t2.77778\tcountry visit event year day island tourism today world local culture official hold traditional open host ceremony attend nation celebration \n",
- "6\t2.77778\tissue public report pay statement claim decision raise concern payment question deal office process state money receive matter fund source \n",
- "7\t2.77778\twoman people community child family young youth work life leader live church change violence peace girl issue add leadership encourage \n",
- "8\t2.77778\tcommunity training program management activity work programme provide important support include environment train participant area information conduct awareness plan resource \n",
- "9\t2.77778\twater island food people area report disaster affect supply high live village damage small impact source sea assessment risk problem \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly yesterday face order trial hear evidence count \n",
- "11\t2.77778\tproject land development work fund infrastructure build building site complete area plan government road facility sign year construction landowner include \n",
- "12\t2.77778\tteam play good game time week start competition yesterday today player final match goal lead place sport half year point \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation suspect arrest operation station medium commissioner man public involve member law information area \n",
- "14\t2.77778\tgovernment provincial province national people leader western executive premier minister opposition guadalcanal meeting issue statement current add member confidence group \n",
- "15\t2.77778\tmember parliament election constituency bill act general process candidate vote law party chief register day registration political voter pass electoral \n",
- "16\t2.77778\tsupport work provide government assistance continue service country australian island deliver acknowledge ensure ramsi mission effort people include partnership partner \n",
- "17\t2.77778\tsector economic business increase rural government service country economy improve percent development year investment financial growth access budget industry agriculture \n",
- "\n",
- "<450> LL/token: -8.20651\n"
+ "<260> LL/token: -8.25258\n",
+ "<270> LL/token: -8.25058\n",
+ "<280> LL/token: -8.25061\n",
+ "<290> LL/token: -8.24957\n",
+ "\n",
+ "0\t2.77778\tbusiness market tourism industry local sector agriculture product export economy investment food support grow increase farmer small opportunity production produce \n",
+ "1\t2.77778\tpublic process ministry report payment parliament member bill government tax finance system fund act explain statement cabinet require committee include \n",
+ "2\t2.77778\tmedium government student school education week time receive add study give pay money staff raise appointment understand scholarship issue information \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier issue work house yesterday continue current address plan assure office \n",
+ "4\t2.77778\tofficer police court case public charge corruption order matter money accuse office business yesterday law high person vehicle allege pay \n",
+ "5\t2.77778\tproject infrastructure development support fund rural work road constituency funding complete improve facility construction build provide include deliver area building \n",
+ "6\t2.77778\tpolitical parliament election member government decision leader people opposition group interest minister call confidence power party statement motion vote situation \n",
+ "7\t2.77778\tprogram opportunity training support work event youth provide business education skill culture programme learn role participant include future australian team \n",
+ "8\t2.77778\tcommunity management water area system provide access support environment include resource manage sustainable capacity activity plan programme base ensure food \n",
+ "9\t2.77778\tcovid health service pandemic response medical situation public emergency continue travel include border case ensure week day measure time safety \n",
+ "10\t2.77778\tmeeting country leader meet member agreement trade issue official regional visit sign include minister hold region discuss discussion economic delegation \n",
+ "11\t2.77778\tcompany land business log operation mining local operate landowner investor license foreign register give activity issue director licence process export \n",
+ "12\t2.77778\tcountry global island report region world face high challenge action impact nation level small population develop address state climate crisis \n",
+ "13\t2.77778\tisland security support australian assistance police continue chinese solomon aid mission nation ramsi year visit government force relationship people foreign \n",
+ "14\t2.77778\tservice fishery work worker month ship number scheme tuna people cost time island fishing port week good expect job day \n",
+ "15\t2.77778\tbudget government economy financial percent increase revenue total economic cost growth expect finance rate estimate loan remain service low high \n",
+ "16\t2.77778\tpeople woman community family child work live year life day good home today change social village church leadership man violence \n",
+ "17\t2.77778\tdevelopment policy government economic national sector ensure strategy reform key priority resource achieve plan implementation partner support growth improve focus \n",
+ "\n",
+ "<300> LL/token: -8.24696\n",
+ "<310> LL/token: -8.24785\n",
+ "<320> LL/token: -8.24675\n",
+ "<330> LL/token: -8.24501\n",
+ "<340> LL/token: -8.24561\n",
+ "\n",
+ "0\t2.77778\tbusiness market tourism industry local sector agriculture product economy export investment food grow increase farmer small support opportunity produce production \n",
+ "1\t2.77778\tpublic process report government parliament ministry payment bill member tax finance system fund act explain statement cabinet committee require regulation \n",
+ "2\t2.77778\tmedium government student school education week pay study add receive staff time raise understand give money appointment scholarship number information \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier work issue continue current house yesterday address office week important \n",
+ "4\t2.77778\tofficer police court case public charge corruption order matter money accuse office business yesterday vehicle law high person allege investigation \n",
+ "5\t2.77778\tproject infrastructure development support fund rural work road constituency funding improve complete construction facility build provide program deliver include building \n",
+ "6\t2.77778\tpolitical parliament member election government decision leader people opposition interest minister group power statement confidence call party motion vote stand \n",
+ "7\t2.77778\tprogram opportunity training support event work business youth provide skill education culture role learn programme participant team important include knowledge \n",
+ "8\t2.77778\tcommunity management water area system provide support environment access resource include activity sustainable manage plan ensure programme disaster capacity food \n",
+ "9\t2.77778\tcovid health service pandemic response medical ensure include border situation continue emergency public week travel case time measure day plan \n",
+ "10\t2.77778\tmeeting country leader agreement meet member official trade issue include regional visit sign region hold discuss minister discussion economic delegation \n",
+ "11\t2.77778\tcompany land business log operation mining operate local landowner investor license foreign give register issue activity licence owner export process \n",
+ "12\t2.77778\tcountry island global report world region face action high challenge level small impact address nation state develop population climate damage \n",
+ "13\t2.77778\tisland security australian police assistance support continue chinese solomon mission ramsi aid nation visit people force year relationship government foreign \n",
+ "14\t2.77778\tservice fishery work worker month ship number time scheme good tuna people cost fishing day island port bring job place \n",
+ "15\t2.77778\tbudget government financial economy percent increase revenue economic total cost growth expect finance rate estimate service loan remain dollar expenditure \n",
+ "16\t2.77778\tpeople woman community family child work live year life day home leadership good church man today social time village change \n",
+ "17\t2.77778\tdevelopment policy government economic national sector ensure strategy reform priority key support achieve resource plan growth implementation improve focus partner \n",
+ "\n",
+ "<350> LL/token: -8.24559\n",
+ "<360> LL/token: -8.24343\n",
+ "<370> LL/token: -8.24256\n",
+ "<380> LL/token: -8.24176\n",
+ "<390> LL/token: -8.24396\n",
+ "\n",
+ "0\t2.77778\tbusiness market tourism industry local sector agriculture product economy export food grow farmer investment small support increase good benefit production \n",
+ "1\t2.77778\tpublic process report parliament payment ministry bill member finance tax government system fund statement explain act require cabinet financial committee \n",
+ "2\t2.77778\tmedium student government school education week receive time study add staff give pay money understand raise appointment scholarship position allowance \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier issue continue work house address office yesterday current assure state \n",
+ "4\t2.77778\tofficer police court case public charge corruption order matter accuse money office high business law yesterday vehicle allege pay investigation \n",
+ "5\t2.77778\tproject infrastructure development support fund rural road work funding constituency improve complete provide construction facility build deliver include program area \n",
+ "6\t2.77778\tmember political parliament election leader decision government opposition people group interest minister statement power call confidence party motion vote question \n",
+ "7\t2.77778\tprogram opportunity training support event work business provide youth skill culture include programme education participant learn role important knowledge team \n",
+ "8\t2.77778\tcommunity management water area system resource provide environment access support include activity sustainable manage plan food ensure programme disaster base \n",
+ "9\t2.77778\tcovid health pandemic service response medical situation include continue week border ensure emergency case support public time travel people day \n",
+ "10\t2.77778\tmeeting country leader meet agreement trade official regional issue member include visit sign region minister hold discuss discussion cooperation economic \n",
+ "11\t2.77778\tcompany land business log operation mining local operate landowner investor license foreign issue register give licence owner export law activity \n",
+ "12\t2.77778\tcountry global island report region world high impact face challenge action small level nation address state climate population develop people \n",
+ "13\t2.77778\tisland security australian assistance police support continue chinese solomon nation year mission ramsi aid visit force people government relationship foreign \n",
+ "14\t2.77778\tservice work fishery worker ship month number people scheme tuna cost good job time island fishing day port week fish \n",
+ "15\t2.77778\tbudget government economy financial percent increase revenue economic total cost growth expect finance rate estimate loan high remain expenditure low \n",
+ "16\t2.77778\tpeople woman community family child work live life day year good home leadership today change church violence time man leader \n",
+ "17\t2.77778\tdevelopment policy government economic national sector ensure strategy reform priority key achieve support plan implementation resource partner growth improve implement \n",
+ "\n",
+ "<400> LL/token: -8.24492\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<460> LL/token: -8.20487\n",
- "<470> LL/token: -8.20396\n",
- "<480> LL/token: -8.20318\n",
- "<490> LL/token: -8.20241\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue national develop leader include global strategy key level ensure discuss partner state \n",
- "1\t2.77778\tcompany business market operation log travel local operate ship boat sell public honiara vessel vehicle owner passenger transport add illegal \n",
- "2\t2.77778\tcovid health country medical case service hospital border emergency vaccine test week flight risk clinic patient nurse include number care \n",
- "3\t2.77778\tpeople medium time call thing good late leave happen long talk give add information understand lot story find money fact \n",
- "4\t2.77778\tstudent school year education week staff study work teacher form worker receive number award high start add parent learn complete \n",
- "5\t2.77778\tcountry visit event year day island tourism today local culture world official traditional hold host ceremony open attend international celebration \n",
- "6\t2.77778\tissue public report statement pay claim decision raise concern payment office deal question process state receive money matter fund source \n",
- "7\t2.77778\twoman people community child family young youth work life leader live church change violence peace girl issue leadership encourage speak \n",
- "8\t2.77778\tprogram training community management activity work programme provide include important environment support train information participant conduct plan awareness area resource \n",
- "9\t2.77778\twater island food people area disaster report affect supply village live high damage source sea small impact clean risk accord \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly face yesterday order trial hear evidence count \n",
- "11\t2.77778\tproject land development work fund infrastructure build building site road complete plan area government facility sign construction landowner year mining \n",
- "12\t2.77778\tteam good play game time start week competition player today match final yesterday goal lead place sport half point year \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation suspect arrest operation station medium commissioner public involve man member continue law area \n",
- "14\t2.77778\tgovernment provincial province national people leader western executive premier minister opposition guadalcanal meeting current issue statement add confidence member motion \n",
- "15\t2.77778\tmember parliament election constituency bill general process act candidate vote law party register chief day registration political yesterday pass voter \n",
- "16\t2.77778\tsupport work provide government assistance continue service country australian island deliver acknowledge ensure ramsi mission partnership effort include commitment assist \n",
- "17\t2.77778\tincrease sector economic business rural service government country year percent economy improve investment financial growth access development budget industry agriculture \n",
- "\n",
- "<500> LL/token: -8.2024\n",
- "<510> LL/token: -8.20239\n",
- "<520> LL/token: -8.2016\n",
- "<530> LL/token: -8.20131\n",
- "<540> LL/token: -8.20135\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue national develop include leader global strategy key level state discuss ensure priority \n",
- "1\t2.77778\tcompany market business operation log travel local operate ship boat sell public honiara vessel passenger owner transport week illegal stop \n",
- "2\t2.77778\tcovid health country case medical service hospital border emergency test vaccine week risk flight clinic patient include nurse care response \n",
- "3\t2.77778\tpeople medium time call thing good leave late happen add long talk information give find story state lot understand money \n",
- "4\t2.77778\tstudent school year education week work staff study teacher receive worker form number high award add start parent learn scholarship \n",
- "5\t2.77778\tcountry visit event year day island tourism today local world culture official hold traditional host ceremony open celebration nation attend \n",
- "6\t2.77778\tissue public report statement pay claim decision concern raise payment deal office question state process receive matter explain action source \n",
- "7\t2.77778\twoman people community child family young youth work life leader live church change violence peace issue girl group encourage leadership \n",
- "8\t2.77778\ttraining program community management activity work provide programme important include environment support information train participant plan conduct resource knowledge area \n",
- "9\t2.77778\twater island people food area disaster report affect supply village live damage sea high clean impact source small risk home \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly face yesterday order trial hear evidence time \n",
- "11\t2.77778\tproject land development work fund infrastructure road build building area complete site government facility plan sign construction landowner year include \n",
- "12\t2.77778\tteam play good time game week start competition today final player match goal yesterday lead sport half place year month \n",
- "13\t2.77778\tpolice officer rsipf report force incident investigation suspect arrest operation station medium vehicle public commissioner involve man continue law member \n",
- "14\t2.77778\tgovernment provincial province national people leader western executive premier minister opposition meeting guadalcanal issue current add member statement confidence motion \n",
- "15\t2.77778\tmember parliament election constituency bill general process act candidate vote law party register day chief registration political yesterday hold voter \n",
- "16\t2.77778\tsupport work provide government assistance country service continue australian island acknowledge deliver ensure ramsi mission effort partnership include partner commitment \n",
- "17\t2.77778\tincrease sector economic business rural country government service year percent economy improve investment financial growth budget access industry agriculture development \n",
- "\n",
- "<550> LL/token: -8.20113\n",
- "<560> LL/token: -8.20087\n",
- "<570> LL/token: -8.20051\n",
- "<580> LL/token: -8.19982\n",
- "<590> LL/token: -8.19831\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address national issue develop leader strategy ensure level global state key include discuss partner \n",
- "1\t2.77778\tcompany market business operation log travel local operate ship boat sell passenger vessel honiara public owner illegal place transport director \n",
- "2\t2.77778\tcovid health country case medical service hospital border emergency test vaccine week risk flight clinic patient include nurse response care \n",
- "3\t2.77778\tpeople medium time call thing good late add leave happen talk long information understand give lot money find state fact \n",
- "4\t2.77778\tstudent school year education week staff work study teacher receive worker form award number high start add parent learn scholarship \n",
- "5\t2.77778\tcountry visit event year day island tourism today local culture world official hold traditional open host ceremony celebration attend opportunity \n",
- "6\t2.77778\tissue public report statement claim pay decision concern raise payment deal question office state process matter receive source action money \n",
- "7\t2.77778\twoman people community child family young youth work life leader live church peace violence change girl issue leadership speak group \n",
- "8\t2.77778\tprogram training community management work activity provide programme important include support plan information train participant conduct area resource environment knowledge \n",
- "9\t2.77778\twater island people food area disaster affect report community village supply live damage clean high source small impact home risk \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly face yesterday order hear trial evidence time \n",
- "11\t2.77778\tproject land development work fund infrastructure road building build area complete government site facility plan sign year construction landowner include \n",
- "12\t2.77778\tteam play good time game start week competition player final match today yesterday goal place sport half lead month win \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation vehicle suspect arrest operation public station medium commissioner involve man law continue area \n",
- "14\t2.77778\tgovernment provincial province national people leader western executive premier minister opposition guadalcanal meeting issue statement add current member group confidence \n",
- "15\t2.77778\tmember parliament election constituency bill act general process candidate vote law party day register political chief registration yesterday hold voter \n",
- "16\t2.77778\tsupport work provide government country assistance service continue australian island acknowledge deliver ramsi mission ensure effort partnership partner security commitment \n",
- "17\t2.77778\tincrease sector economic business rural country service year percent government economy investment financial improve growth budget access industry agriculture development \n",
- "\n",
- "<600> LL/token: -8.19694\n"
+ "<410> LL/token: -8.24596\n",
+ "<420> LL/token: -8.24469\n",
+ "<430> LL/token: -8.24545\n",
+ "<440> LL/token: -8.24529\n",
+ "\n",
+ "0\t2.77778\tbusiness market tourism industry local sector product agriculture economy export food investment grow farmer small increase support good production benefit \n",
+ "1\t2.77778\tpublic process report ministry payment bill member parliament tax finance government system statement fund require explain cabinet committee provide act \n",
+ "2\t2.77778\tmedium student government school education week study receive time pay staff add understand give appointment raise position scholarship allowance information \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier work issue continue address house office yesterday current plan week \n",
+ "4\t2.77778\tofficer police court case public charge corruption order money matter accuse office yesterday business high law vehicle allege official investigation \n",
+ "5\t2.77778\tproject infrastructure support fund development rural road work funding constituency improve complete provide construction facility build include area deliver building \n",
+ "6\t2.77778\tparliament political government member decision election leader opposition people interest statement group minister power call confidence party motion time vote \n",
+ "7\t2.77778\topportunity program training support event business work provide youth include skill culture programme participant education role learn important team knowledge \n",
+ "8\t2.77778\tcommunity management water area system resource environment access provide support include activity plan sustainable manage programme disaster environmental base ensure \n",
+ "9\t2.77778\tcovid health service pandemic response medical public situation border emergency continue time include ensure case support travel measure people week \n",
+ "10\t2.77778\tmeeting country leader meet agreement trade official regional visit member issue sign include minister economic region hold discuss discussion cooperation \n",
+ "11\t2.77778\tcompany land business log operation mining local operate landowner investor license foreign issue register process give activity licence director investment \n",
+ "12\t2.77778\tcountry report island global region world high nation action level face impact small state challenge develop climate address population increase \n",
+ "13\t2.77778\tisland security australian police assistance support chinese continue solomon aid mission nation ramsi government visit year force people relationship foreign \n",
+ "14\t2.77778\tservice work fishery worker month number ship time job scheme tuna people cost day good fishing place port week employee \n",
+ "15\t2.77778\tbudget government economy financial percent increase economic revenue total cost expect growth finance rate estimate loan high service expenditure remain \n",
+ "16\t2.77778\tpeople woman community family child work live year life day home social change good leadership church today man leader violence \n",
+ "17\t2.77778\tdevelopment policy economic government sector national ensure strategy reform priority support achieve key resource implementation plan growth partner improve implement \n",
+ "\n",
+ "<450> LL/token: -8.24408\n",
+ "<460> LL/token: -8.24508\n",
+ "<470> LL/token: -8.24292\n",
+ "<480> LL/token: -8.24212\n",
+ "<490> LL/token: -8.24094\n",
+ "\n",
+ "0\t2.77778\tbusiness market tourism industry local sector agriculture product export economy food increase investment grow farmer support small good production sicci \n",
+ "1\t2.77778\tpublic process report payment ministry parliament member bill finance tax government system fund statement act cabinet explain committee include good \n",
+ "2\t2.77778\tmedium student government school education week receive study staff give time add understand pay appointment money paper raise scholarship yesterday \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier continue issue work current address house yesterday assure term state \n",
+ "4\t2.77778\tofficer police court case public charge corruption order accuse matter money office vehicle business yesterday law high allege investigation official \n",
+ "5\t2.77778\tproject infrastructure support development fund rural road work funding constituency complete improve provide facility construction build include program deliver area \n",
+ "6\t2.77778\tpolitical member parliament decision election leader government people opposition interest group minister call power statement party confidence motion vote question \n",
+ "7\t2.77778\topportunity program training support work event business provide youth skill programme culture include role participant important team education learn train \n",
+ "8\t2.77778\tcommunity management area water system resource environment access provide activity include manage support plan sustainable programme survey base environmental food \n",
+ "9\t2.77778\tcovid health service response pandemic medical situation ensure include continue week emergency time border case public support travel measure team \n",
+ "10\t2.77778\tmeeting country leader meet agreement trade official member regional issue visit include sign region minister discuss economic discussion hold cooperation \n",
+ "11\t2.77778\tcompany land business log operation mining operate local landowner investor license foreign issue process register licence give activity owner deal \n",
+ "12\t2.77778\tcountry island report global region world high impact action challenge face small level state nation address climate develop damage increase \n",
+ "13\t2.77778\tisland security australian assistance police support chinese continue solomon aid mission ramsi year government visit nation force relationship foreign provide \n",
+ "14\t2.77778\tservice work fishery worker month ship number cost time job day scheme tuna people good fishing islander port employee place \n",
+ "15\t2.77778\tbudget government economy financial percent increase economic revenue total growth cost expect rate finance estimate loan remain spend expenditure high \n",
+ "16\t2.77778\tpeople woman community family child work live life day year home good today leadership time church change traditional social man \n",
+ "17\t2.77778\tdevelopment policy economic government national sector ensure strategy support reform priority key achieve resource implementation plan partner improve growth implement \n",
+ "\n",
+ "<500> LL/token: -8.24123\n",
+ "<510> LL/token: -8.23766\n",
+ "<520> LL/token: -8.23903\n",
+ "<530> LL/token: -8.2413\n",
+ "<540> LL/token: -8.23931\n",
+ "\n",
+ "0\t2.77778\tbusiness market tourism industry local sector agriculture product export food economy grow farmer increase support investment small good production sicci \n",
+ "1\t2.77778\tpublic process report ministry member parliament payment bill finance tax government fund system statement act committee cabinet require explain approve \n",
+ "2\t2.77778\tmedium student government school education week receive study time staff pay understand money appointment give add raise scholarship yesterday allowance \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier continue issue address house current work assure yesterday office state \n",
+ "4\t2.77778\tofficer police court case public charge order corruption money accuse matter office law business yesterday vehicle high allege investigation official \n",
+ "5\t2.77778\tproject infrastructure support development fund rural work road funding constituency improve complete build facility construction provide include deliver area building \n",
+ "6\t2.77778\tpolitical member parliament decision election leader government people opposition interest statement minister group power call confidence party motion stand vote \n",
+ "7\t2.77778\topportunity program training support event business work provide youth include skill culture role programme participant education learn team important train \n",
+ "8\t2.77778\tcommunity management area water system access resource environment provide activity plan include manage sustainable support survey ensure environmental disaster base \n",
+ "9\t2.77778\tcovid health service pandemic response medical continue support situation ensure public emergency include border week case time measure plan day \n",
+ "10\t2.77778\tmeeting country leader meet trade agreement visit official member include regional issue sign region economic minister discuss hold discussion cooperation \n",
+ "11\t2.77778\tcompany land business log operation mining local operate landowner investor foreign license issue register owner investment process licence government activity \n",
+ "12\t2.77778\tcountry global island report region world face impact challenge high action level small address state nation climate develop increase damage \n",
+ "13\t2.77778\tisland security australian assistance police support chinese solomon aid mission continue people ramsi year visit force government nation relationship foreign \n",
+ "14\t2.77778\tservice work fishery worker ship month people job number time cost scheme good tuna day island travel place fishing port \n",
+ "15\t2.77778\tbudget government economy financial percent increase revenue economic total cost growth expect rate estimate finance loan high remain expenditure dollar \n",
+ "16\t2.77778\tpeople woman community family child work live year life day good leader leadership home change church man today social time \n",
+ "17\t2.77778\tdevelopment policy economic government sector national ensure strategy reform priority key support resource plan achieve implementation partner growth improve focus \n",
+ "\n",
+ "<550> LL/token: -8.24003\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<610> LL/token: -8.19598\n",
- "<620> LL/token: -8.19653\n",
- "<630> LL/token: -8.19698\n",
- "<640> LL/token: -8.19842\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address national issue develop leader include strategy state global discuss level agreement partner discussion \n",
- "1\t2.77778\tcompany market business operation log travel local operate ship boat sell passenger vessel honiara owner illegal public transport activity product \n",
- "2\t2.77778\tcovid health country medical case service hospital border emergency test vaccine risk week flight clinic patient include nurse care response \n",
- "3\t2.77778\tpeople medium time call thing good late leave happen long add talk give information understand lot fact money story make \n",
- "4\t2.77778\tstudent school year education week work staff study teacher receive worker form number high award add start parent scholarship job \n",
- "5\t2.77778\tcountry visit event year day tourism island local today culture world official hold open traditional host ceremony attend celebration nation \n",
- "6\t2.77778\tissue public report statement claim pay decision concern raise payment deal question office state process matter action receive source explain \n",
- "7\t2.77778\twoman people community child family young youth work life leader live church peace violence girl change issue group leadership encourage \n",
- "8\t2.77778\ttraining program management community work activity provide programme support include important plan information system train participant conduct area environment knowledge \n",
- "9\t2.77778\twater island food people area disaster affect community report supply village live clean damage source small impact high home risk \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public yesterday allegedly face order trial hear count lawyer \n",
- "11\t2.77778\tproject land development work fund infrastructure road build building area complete site government facility plan sign year construction landowner include \n",
- "12\t2.77778\tteam play good time game start week competition player match final yesterday place goal today lead sport half year month \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation vehicle suspect arrest operation station public medium commissioner involve law man area continue \n",
- "14\t2.77778\tgovernment provincial province national people leader western executive premier minister guadalcanal opposition meeting issue current confidence statement group member add \n",
- "15\t2.77778\tmember parliament election constituency bill general act process candidate vote law party register chief day registration political yesterday voter number \n",
- "16\t2.77778\tsupport work provide country assistance government service continue australian island deliver acknowledge ensure ramsi mission partnership effort people include security \n",
- "17\t2.77778\tincrease sector economic business country rural year service percent government economy financial investment growth improve budget industry access cost agriculture \n",
- "\n",
- "<650> LL/token: -8.1974\n",
- "<660> LL/token: -8.19775\n",
- "<670> LL/token: -8.19653\n",
- "<680> LL/token: -8.19591\n",
- "<690> LL/token: -8.19684\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue national develop leader strategy include key level global island discuss state achieve \n",
- "1\t2.77778\tcompany market business operation log travel local operate ship boat sell passenger vessel honiara owner transport illegal product public add \n",
- "2\t2.77778\tcovid health country medical case service hospital border emergency test vaccine risk week flight clinic patient nurse people response include \n",
- "3\t2.77778\tpeople medium time call thing good add late happen talk long leave give state lot information fact story make citizen \n",
- "4\t2.77778\tstudent school year education week work staff study teacher receive form worker number high award start add parent scholarship learn \n",
- "5\t2.77778\tcountry visit event year day island tourism local today world culture hold host official traditional ceremony open attend nation celebration \n",
- "6\t2.77778\tissue public report statement claim decision pay concern raise payment deal office question state process matter interest source action receive \n",
- "7\t2.77778\twoman community people child family young youth work life leader live church violence change peace girl issue group leadership speak \n",
- "8\t2.77778\ttraining program management work community provide programme support activity important system include information plan train conduct participant environment knowledge area \n",
- "9\t2.77778\twater island food area people community disaster affect report village supply live damage clean source high small home impact world \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public face allegedly yesterday order trial hear count lawyer \n",
- "11\t2.77778\tproject land development work fund infrastructure road build building area complete government site facility plan sign construction landowner year mining \n",
- "12\t2.77778\tteam play good time game start week competition player match final goal today yesterday lead sport place half year win \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation vehicle suspect arrest operation public station medium commissioner involve law continue area information \n",
- "14\t2.77778\tgovernment provincial province national people leader western executive premier minister guadalcanal opposition meeting issue current statement add confidence group member \n",
- "15\t2.77778\tmember parliament election constituency bill general act process candidate vote law chief party register day political registration yesterday hold number \n",
- "16\t2.77778\tsupport work provide country government service assistance continue australian island deliver acknowledge ramsi mission partnership effort include ensure partner security \n",
- "17\t2.77778\tincrease economic business sector rural country year service percent government economy investment financial growth improve industry budget cost access agriculture \n",
- "\n",
- "<700> LL/token: -8.19619\n",
- "<710> LL/token: -8.19599\n",
- "<720> LL/token: -8.19641\n",
- "<730> LL/token: -8.19756\n",
- "<740> LL/token: -8.19696\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue develop national leader strategy include level island key challenge global achieve discuss \n",
- "1\t2.77778\tcompany market operation business log travel local operate ship boat sell passenger vessel honiara owner illegal carry transport public director \n",
- "2\t2.77778\tcovid health country case medical service hospital border emergency test vaccine risk flight week clinic patient number nurse include measure \n",
- "3\t2.77778\tpeople medium time call good thing add late happen long talk leave give lot state understand information money citizen speak \n",
- "4\t2.77778\tstudent school year education week work study teacher staff receive worker form number high start award parent add complete learn \n",
- "5\t2.77778\tcountry visit event day year tourism island local today world culture host traditional hold official ceremony open attend celebration delegation \n",
- "6\t2.77778\tissue public report statement decision claim pay concern raise payment deal office question state process matter action receive source explain \n",
- "7\t2.77778\twoman community people child family young youth work life leader church live peace change violence girl issue group encourage leadership \n",
- "8\t2.77778\ttraining program management work provide programme community system activity support important include plan information participant train conduct knowledge resource improve \n",
- "9\t2.77778\twater island area food people disaster community affect report village supply live clean damage source small home impact find high \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly face yesterday order trial hear time count \n",
- "11\t2.77778\tproject land development work fund infrastructure road build building area complete site government facility sign plan construction landowner year rural \n",
- "12\t2.77778\tteam play good time game start week competition player match today final goal yesterday lead sport half place year win \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation vehicle suspect arrest operation station public medium commissioner involve law continue man area \n",
- "14\t2.77778\tgovernment provincial province national leader people western executive premier minister guadalcanal opposition meeting current add issue member confidence statement motion \n",
- "15\t2.77778\tmember parliament election constituency bill general act process candidate vote law party register chief day political registration yesterday hold pass \n",
- "16\t2.77778\tsupport country work provide government service assistance continue australian island acknowledge deliver ramsi mission partnership include effort ensure security partner \n",
- "17\t2.77778\tincrease business economic sector country year percent economy service investment financial government growth rural industry budget cost improve agriculture high \n",
- "\n",
- "<750> LL/token: -8.19677\n"
+ "<560> LL/token: -8.23972\n",
+ "<570> LL/token: -8.23747\n",
+ "<580> LL/token: -8.23946\n",
+ "<590> LL/token: -8.23897\n",
+ "\n",
+ "0\t2.77778\tbusiness market tourism industry local sector agriculture product economy export food increase grow farmer investment support good small production sicci \n",
+ "1\t2.77778\tpublic process member report ministry payment bill parliament finance tax government fund system statement explain committee act require cabinet include \n",
+ "2\t2.77778\tmedium student government school education week receive pay study staff add give time understand money appointment scholarship raise early paper \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier issue current continue work house address assure week yesterday state \n",
+ "4\t2.77778\tofficer police court case public charge order accuse money matter office corruption business law yesterday high vehicle allege investigation involve \n",
+ "5\t2.77778\tproject infrastructure support development fund rural work road constituency funding improve complete construction facility build provide building area deliver program \n",
+ "6\t2.77778\tparliament political member decision election leader government people opposition interest group minister statement power call confidence party motion vote question \n",
+ "7\t2.77778\topportunity support program training work business event provide youth skill programme include important role culture team participant learn education knowledge \n",
+ "8\t2.77778\tcommunity management water area system environment resource access provide include activity survey manage plan sustainable environmental food energy ensure base \n",
+ "9\t2.77778\tcovid health service pandemic response medical support situation ensure continue include emergency public border people case week time measure travel \n",
+ "10\t2.77778\tmeeting country meet leader agreement trade official regional issue member sign include visit region cooperation minister economic discuss discussion hold \n",
+ "11\t2.77778\tcompany business land log operation mining local operate landowner investor license foreign issue register director activity give licence owner export \n",
+ "12\t2.77778\tcountry island global report world region high impact action challenge face small level nation state address climate develop damage increase \n",
+ "13\t2.77778\tisland security australian assistance police support chinese continue solomon aid visit mission ramsi government nation force year foreign relationship rsipf \n",
+ "14\t2.77778\tservice fishery work worker month ship job time people number cost scheme day tuna island fishing port employee travel good \n",
+ "15\t2.77778\tbudget government economy financial percent increase economic revenue total growth cost expect finance rate estimate high loan remain expenditure debt \n",
+ "16\t2.77778\tpeople woman community family child work live life day year leadership good change today church home time man leader peace \n",
+ "17\t2.77778\tdevelopment policy economic government national sector ensure strategy reform priority support resource key plan achieve implementation improve partner growth sustainable \n",
+ "\n",
+ "<600> LL/token: -8.24071\n",
+ "<610> LL/token: -8.23856\n",
+ "<620> LL/token: -8.23984\n",
+ "<630> LL/token: -8.24064\n",
+ "<640> LL/token: -8.23897\n",
+ "\n",
+ "0\t2.77778\tmarket tourism business industry local sector agriculture product export economy food increase grow support farmer investment small production international good \n",
+ "1\t2.77778\tpublic process ministry payment report parliament member bill finance tax government fund system statement act cabinet require committee explain good \n",
+ "2\t2.77778\tmedium student school government education week receive pay study staff add give time understand appointment information raise scholarship offer yesterday \n",
+ "3\t2.77778\tgovernment provincial province people national western add guadalcanal executive premier issue work continue yesterday current address house office assure plan \n",
+ "4\t2.77778\tofficer police court case public charge order money accuse matter yesterday office business high vehicle allege law investigation prosecution evidence \n",
+ "5\t2.77778\tproject infrastructure support development fund rural road funding work constituency improve complete provide construction facility build program deliver include area \n",
+ "6\t2.77778\tmember political decision parliament election leader government people opposition interest statement minister group power call corruption confidence motion party question \n",
+ "7\t2.77778\topportunity program business training support event provide work youth important role skill include programme participant team learn knowledge culture train \n",
+ "8\t2.77778\tcommunity management area water resource system access environment include provide activity manage plan survey sustainable information environmental source energy assessment \n",
+ "9\t2.77778\tcovid health service pandemic response medical continue support ensure include border situation emergency case public people time measure day week \n",
+ "10\t2.77778\tmeeting country leader meet agreement trade regional member official issue include visit sign region minister discuss discussion cooperation hold economic \n",
+ "11\t2.77778\tcompany business land log operation mining operate local landowner investor foreign license issue register director give licence law owner process \n",
+ "12\t2.77778\tcountry global island report world region impact high face action nation small level challenge climate state develop address damage affect \n",
+ "13\t2.77778\tisland security australian assistance police support chinese solomon continue aid mission visit ramsi year force government nation relationship include rsipf \n",
+ "14\t2.77778\tservice work fishery worker people number month job ship time cost scheme tuna good day travel island fishing week port \n",
+ "15\t2.77778\tbudget government economy financial percent increase revenue economic total cost growth expect rate finance estimate loan service remain high expenditure \n",
+ "16\t2.77778\tpeople woman community family child work live life year day leadership good change time today social leader church home man \n",
+ "17\t2.77778\tdevelopment policy economic government sector national ensure support strategy reform priority key achieve partner implementation resource improve growth plan sustainable \n",
+ "\n",
+ "<650> LL/token: -8.23908\n",
+ "<660> LL/token: -8.23992\n",
+ "<670> LL/token: -8.24136\n",
+ "<680> LL/token: -8.24096\n",
+ "<690> LL/token: -8.23887\n",
+ "\n",
+ "0\t2.77778\tmarket tourism industry local business sector agriculture product export economy food farmer increase grow support small investment production international produce \n",
+ "1\t2.77778\tpublic process ministry parliament payment member report bill government finance tax system fund statement act explain financial committee cabinet require \n",
+ "2\t2.77778\tmedium student school education government week receive study staff add time pay understand give appointment yesterday scholarship money information allowance \n",
+ "3\t2.77778\tgovernment provincial province people national add western guadalcanal executive premier continue issue work address house current week yesterday important assure \n",
+ "4\t2.77778\tofficer police court case public charge order accuse matter money office business yesterday vehicle high law allege investigation official prosecution \n",
+ "5\t2.77778\tproject infrastructure support development fund rural road funding constituency work improve complete provide construction build facility deliver include program area \n",
+ "6\t2.77778\tpolitical decision parliament election member leader government people opposition interest statement corruption group power call minister party confidence motion vote \n",
+ "7\t2.77778\tbusiness opportunity program training support work event provide youth programme include skill role participant team sicci partnership learn knowledge important \n",
+ "8\t2.77778\tcommunity management area water resource environment access system provide include plan survey activity manage sustainable information environmental ensure forest base \n",
+ "9\t2.77778\tcovid health service response pandemic situation medical continue support include ensure border emergency public week time case measure travel team \n",
+ "10\t2.77778\tcountry meeting leader agreement meet trade official issue regional member visit sign include region minister economic discuss cooperation discussion hold \n",
+ "11\t2.77778\tcompany business land log operation mining local operate investor landowner license foreign issue register activity give director owner licence process \n",
+ "12\t2.77778\tcountry global report island world region impact high face level action small challenge nation develop climate state damage affect address \n",
+ "13\t2.77778\tisland security australian assistance police support chinese continue visit aid mission solomon ramsi government year force nation people relationship foreign \n",
+ "14\t2.77778\twork fishery service worker people number month ship job time scheme day tuna cost fishing port islander good place employee \n",
+ "15\t2.77778\tbudget government economy percent financial increase revenue total economic cost growth expect finance rate estimate loan service remain expenditure current \n",
+ "16\t2.77778\tpeople woman community family child work live day life year today leadership good social church leader man change member time \n",
+ "17\t2.77778\tdevelopment policy economic government sector national ensure strategy reform support priority key achieve improve plan resource implementation partner growth sustainable \n",
+ "\n",
+ "<700> LL/token: -8.23989\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<760> LL/token: -8.19698\n",
- "<770> LL/token: -8.19667\n",
- "<780> LL/token: -8.1965\n",
- "<790> LL/token: -8.19673\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue leader develop national strategy include global island state discuss priority achieve partner \n",
- "1\t2.77778\tcompany market operation business travel log local operate ship boat sell passenger vessel honiara owner illegal director transport week return \n",
- "2\t2.77778\tcovid health country case medical service hospital border emergency test vaccine risk week flight clinic patient number nurse response include \n",
- "3\t2.77778\tpeople medium time call good thing add happen late talk long give state leave speak lot information understand fact social \n",
- "4\t2.77778\tstudent school year education week work study staff teacher receive worker form number high start add award parent complete scholarship \n",
- "5\t2.77778\tcountry visit event day year tourism island today local culture world host traditional official hold ceremony open attend celebration include \n",
- "6\t2.77778\tissue public report statement claim decision pay concern raise payment office deal question state process action matter interest receive source \n",
- "7\t2.77778\twoman community people child family young work youth life leader church live peace violence girl change issue group leadership encourage \n",
- "8\t2.77778\ttraining program management provide work programme system include support community activity important information plan train conduct participant knowledge improve base \n",
- "9\t2.77778\twater island food people area disaster community affect report village supply live clean damage source small impact home find accord \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly face yesterday order trial hear time count \n",
- "11\t2.77778\tproject development land work fund infrastructure area road build building complete rural facility site plan sign government year construction landowner \n",
- "12\t2.77778\tteam play good time game start week competition final player match yesterday today goal lead place sport half month end \n",
- "13\t2.77778\tpolice officer rsipf force report incident vehicle investigation suspect arrest operation public station medium commissioner continue involve law man area \n",
- "14\t2.77778\tgovernment provincial province national leader people western executive premier minister guadalcanal opposition meeting add current issue statement confidence member motion \n",
- "15\t2.77778\tmember parliament election constituency bill general act process candidate vote law day chief party register political registration yesterday national pass \n",
- "16\t2.77778\tsupport country work government provide service assistance continue australian island acknowledge deliver ramsi mission effort partnership security partner ensure include \n",
- "17\t2.77778\tincrease business economic country sector year percent economy service investment government financial growth industry cost budget agriculture high improve benefit \n",
- "\n",
- "<800> LL/token: -8.19752\n",
- "<810> LL/token: -8.19777\n",
- "<820> LL/token: -8.19711\n",
- "<830> LL/token: -8.19841\n",
- "<840> LL/token: -8.19664\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional meeting address issue national develop strategy leader include island achieve global key partner discussion ensure \n",
- "1\t2.77778\tcompany operation market travel business log operate ship boat local sell passenger vessel honiara owner director service illegal week return \n",
- "2\t2.77778\tcovid health country case medical service hospital emergency test border vaccine week risk flight clinic patient care include number nurse \n",
- "3\t2.77778\tpeople medium time call good thing add happen late talk long state give leave lot understand speak citizen fact social \n",
- "4\t2.77778\tstudent school year education week work study teacher staff receive worker form number high start add award parent scholarship complete \n",
- "5\t2.77778\tcountry visit event year day tourism island local today culture world traditional host hold attend ceremony open official celebration delegation \n",
- "6\t2.77778\tissue public report statement claim decision pay concern raise payment office question deal state process matter receive source action reveal \n",
- "7\t2.77778\twoman community people child family young work youth leader life church live violence peace girl change group issue member leadership \n",
- "8\t2.77778\ttraining program management provide work programme system support important include activity information plan community conduct train participant improve knowledge develop \n",
- "9\t2.77778\twater island food area people community disaster affect village supply live report clean damage small source fish impact world problem \n",
- "10\t2.77778\tcourt case charge accuse year man allege victim high prosecution matter public allegedly yesterday face order trial hear money count \n",
- "11\t2.77778\tproject development land fund work infrastructure area road build building complete rural facility site plan government sign construction landowner year \n",
- "12\t2.77778\tteam good play time game start week competition player match today final yesterday goal lead place sport half year month \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation vehicle suspect arrest operation public station medium commissioner law continue involve area man \n",
- "14\t2.77778\tgovernment provincial province national leader western executive people premier minister guadalcanal meeting issue current add member opposition confidence statement motion \n",
- "15\t2.77778\tmember parliament election constituency bill general act process candidate vote chief party law day register political registration yesterday pass hold \n",
- "16\t2.77778\tsupport country service work government provide assistance continue australian island acknowledge deliver ramsi mission effort partnership people security include visit \n",
- "17\t2.77778\tbusiness increase economic country sector year percent economy investment financial government service growth industry cost agriculture high budget access benefit \n",
- "\n",
- "<850> LL/token: -8.19781\n",
- "<860> LL/token: -8.19826\n",
- "<870> LL/token: -8.19701\n",
- "<880> LL/token: -8.19669\n",
- "<890> LL/token: -8.19713\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional address meeting issue national develop strategy leader include global key partner achieve discuss discussion sustainable \n",
- "1\t2.77778\tcompany market operation business travel log local operate ship boat passenger sell vessel honiara week owner director illegal service transport \n",
- "2\t2.77778\tcovid health country case medical service hospital emergency test vaccine border risk week include flight clinic patient response nurse care \n",
- "3\t2.77778\tpeople medium time call good thing add happen talk concern state long give late leave citizen lot fact understand information \n",
- "4\t2.77778\tstudent school year education week study work staff teacher worker receive form high start number add award complete parent scholarship \n",
- "5\t2.77778\tcountry visit event year day tourism island local today culture world hold traditional host official ceremony open attend celebration include \n",
- "6\t2.77778\tissue public report statement decision claim pay payment office raise question state process deal concern matter corruption action source receive \n",
- "7\t2.77778\twoman community people child family young work youth leader life church live violence peace girl change issue group encourage leadership \n",
- "8\t2.77778\tprogram training management work provide programme system support include important information activity plan conduct train participant improve community knowledge base \n",
- "9\t2.77778\twater island area food people community disaster affect village supply report live clean damage small fish source find home sea \n",
- "10\t2.77778\tcourt case charge accuse year man allege victim high prosecution matter public allegedly yesterday face order trial time hear money \n",
- "11\t2.77778\tproject development land fund work infrastructure road area build building rural complete government facility site plan sign construction funding landowner \n",
- "12\t2.77778\tteam good play time game start week competition final player match yesterday goal today lead sport place half month year \n",
- "13\t2.77778\tpolice officer rsipf force report incident vehicle investigation suspect arrest operation public station medium commissioner law continue involve man area \n",
- "14\t2.77778\tgovernment provincial province national leader western people executive premier minister guadalcanal meeting issue current statement confidence member add opposition motion \n",
- "15\t2.77778\tmember parliament election bill general constituency act candidate process vote chief party day law register political registration pass hold voter \n",
- "16\t2.77778\tsupport country work service provide assistance government continue island australian acknowledge deliver security ramsi mission partnership effort people ensure include \n",
- "17\t2.77778\tincrease business economic country sector year percent economy investment financial service growth government industry high cost budget agriculture benefit improve \n",
- "\n",
- "<900> LL/token: -8.19721\n"
+ "<710> LL/token: -8.23935\n",
+ "<720> LL/token: -8.23976\n",
+ "<730> LL/token: -8.23869\n",
+ "<740> LL/token: -8.2381\n",
+ "\n",
+ "0\t2.77778\tmarket tourism industry local sector agriculture product economy food export farmer business grow increase support production international investment produce add \n",
+ "1\t2.77778\tpublic process ministry payment parliament member report bill government tax finance system explain fund act cabinet statement committee approve require \n",
+ "2\t2.77778\tmedium student school education week government study receive staff time add pay give understand money appointment information accord scholarship yesterday \n",
+ "3\t2.77778\tgovernment provincial province people national add western guadalcanal executive premier continue issue house yesterday work current address week assure speak \n",
+ "4\t2.77778\tofficer police court case public charge order accuse matter money office yesterday business high vehicle allege investigation law pay man \n",
+ "5\t2.77778\tproject infrastructure support development fund rural work road funding constituency improve provide complete construction build facility include program area deliver \n",
+ "6\t2.77778\tmember political decision parliament election leader government interest people opposition statement corruption group minister call power confidence party question motion \n",
+ "7\t2.77778\tbusiness opportunity program training support work event provide youth skill role include participant programme important sicci team knowledge train learn \n",
+ "8\t2.77778\tcommunity management area water environment system resource access activity include provide plan survey manage information environmental sustainable base work ensure \n",
+ "9\t2.77778\tcovid health service response pandemic support medical situation ensure continue emergency include border case public people time week measure team \n",
+ "10\t2.77778\tcountry meeting agreement meet leader trade issue regional official visit include sign member minister region cooperation discuss discussion hold economic \n",
+ "11\t2.77778\tcompany business land log operation mining local investor operate landowner foreign license issue register process investment licence director law owner \n",
+ "12\t2.77778\tcountry global report island region world impact high face action small level challenge climate develop address nation state damage increase \n",
+ "13\t2.77778\tisland security australian police assistance support chinese continue visit aid government mission ramsi solomon force year nation relationship people rsipf \n",
+ "14\t2.77778\tservice fishery work worker month time people job ship number good cost day scheme tuna islander fishing travel port employee \n",
+ "15\t2.77778\tbudget government economy financial percent increase economic revenue total growth cost expect finance rate estimate loan remain dollar expenditure high \n",
+ "16\t2.77778\tpeople woman community family child work live day life today year leadership good social leader change church traditional time man \n",
+ "17\t2.77778\tdevelopment policy economic government national sector ensure strategy support reform priority key achieve resource plan sustainable implementation partner improve growth \n",
+ "\n",
+ "<750> LL/token: -8.23911\n",
+ "<760> LL/token: -8.23876\n",
+ "<770> LL/token: -8.23874\n",
+ "<780> LL/token: -8.24\n",
+ "<790> LL/token: -8.24005\n",
+ "\n",
+ "0\t2.77778\tmarket tourism industry local sector agriculture product food export economy grow support increase farmer international good investment business production produce \n",
+ "1\t2.77778\tpublic process ministry report payment member bill parliament finance government tax fund system explain financial statement act require committee good \n",
+ "2\t2.77778\tmedium student school education week receive government study staff time add give understand appointment pay money scholarship offer information source \n",
+ "3\t2.77778\tgovernment provincial province people national add western guadalcanal executive premier continue issue work current house yesterday address important assure week \n",
+ "4\t2.77778\tofficer police court case charge public order money accuse matter yesterday office high vehicle business allege law investigation official prosecution \n",
+ "5\t2.77778\tproject infrastructure support development fund rural work road funding constituency improve construction complete build provide facility include program deliver access \n",
+ "6\t2.77778\tmember parliament decision political election government leader interest opposition people statement corruption group minister call power confidence party question motion \n",
+ "7\t2.77778\tbusiness opportunity program training support work event provide youth include skill programme role participant team sicci learn train knowledge young \n",
+ "8\t2.77778\tcommunity management area water resource system environment provide access activity include plan manage survey base sustainable information environmental population forest \n",
+ "9\t2.77778\tcovid health service response pandemic medical situation support ensure public include continue emergency week people border case measure time day \n",
+ "10\t2.77778\tcountry meeting meet leader agreement trade regional visit issue official member sign region economic include minister cooperation discuss discussion hold \n",
+ "11\t2.77778\tcompany business land log operation mining local operate landowner investor license foreign issue register give investment licence activity owner accord \n",
+ "12\t2.77778\tisland country global report region world impact face high action level challenge small develop climate nation state address damage affect \n",
+ "13\t2.77778\tisland security australian assistance police support chinese continue aid government mission ramsi solomon visit nation force year relationship people foreign \n",
+ "14\t2.77778\twork service fishery worker people month time number job ship day cost scheme good tuna place travel fishing islander port \n",
+ "15\t2.77778\tbudget government economy percent financial increase revenue total economic growth cost expect rate finance estimate note loan remain current expenditure \n",
+ "16\t2.77778\tpeople woman community family child work live life day year leadership today leader change social church good time man peace \n",
+ "17\t2.77778\tdevelopment policy economic government national sector ensure strategy support reform priority key achieve plan partner resource improve implementation sustainable growth \n",
+ "\n",
+ "<800> LL/token: -8.23865\n",
+ "<810> LL/token: -8.23877\n",
+ "<820> LL/token: -8.23796\n",
+ "<830> LL/token: -8.23669\n",
+ "<840> LL/token: -8.23824\n",
+ "\n",
+ "0\t2.77778\tmarket tourism industry local sector agriculture product economy export food farmer increase grow add support international investment production produce good \n",
+ "1\t2.77778\tpublic process report ministry payment member bill government parliament finance tax fund system act statement explain committee require approve cabinet \n",
+ "2\t2.77778\tmedium student school education week government receive study staff give pay time understand add appointment yesterday accord scholarship money offer \n",
+ "3\t2.77778\tgovernment provincial province people national add western guadalcanal executive premier issue continue work house yesterday address current assure propose today \n",
+ "4\t2.77778\tofficer police court case public charge order accuse money matter office business yesterday vehicle high allege investigation prosecution law man \n",
+ "5\t2.77778\tproject infrastructure support development fund rural work road funding constituency improve provide complete construction build facility program deliver area include \n",
+ "6\t2.77778\tmember parliament decision political election leader government interest opposition corruption minister statement group people power call question party confidence motion \n",
+ "7\t2.77778\tbusiness opportunity program training support event work provide youth skill include participant role team programme sicci learn train knowledge encourage \n",
+ "8\t2.77778\tcommunity management area water environment system resource access provide activity include plan survey manage information base environmental sustainable programme ensure \n",
+ "9\t2.77778\tcovid health service response pandemic support medical situation ensure border include continue emergency public case week measure operation time plan \n",
+ "10\t2.77778\tcountry meeting visit leader trade meet agreement regional official issue member include sign region cooperation economic hold discuss minister discussion \n",
+ "11\t2.77778\tcompany business land log operation mining operate local landowner investor license foreign issue register director give investment process licence activity \n",
+ "12\t2.77778\tcountry global island report region world impact face action high small level challenge develop nation climate state people affect damage \n",
+ "13\t2.77778\tisland security australian assistance police support government chinese continue aid mission solomon ramsi force nation year include people foreign visit \n",
+ "14\t2.77778\twork service fishery worker people month job time ship number day good scheme tuna cost islander travel fishing week place \n",
+ "15\t2.77778\tbudget government economy financial percent increase economic revenue cost total expect growth rate finance estimate remain loan service spend current \n",
+ "16\t2.77778\tpeople woman community family child work live day life year leadership good leader today change church man social traditional peace \n",
+ "17\t2.77778\tdevelopment policy economic government sector national ensure strategy support reform priority resource key achieve partner growth plan improve implementation sustainable \n",
+ "\n",
+ "<850> LL/token: -8.238\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<910> LL/token: -8.19669\n",
- "<920> LL/token: -8.19499\n",
- "<930> LL/token: -8.19603\n",
- "<940> LL/token: -8.19627\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional address meeting issue develop national leader strategy include global priority achieve key partner level island \n",
- "1\t2.77778\tcompany operation market travel business log operate ship local boat passenger sell service vessel owner director honiara illegal carry transport \n",
- "2\t2.77778\tcovid health country case medical service hospital emergency test vaccine border risk week flight clinic include patient response nurse care \n",
- "3\t2.77778\tpeople medium time call good add thing concern happen talk state situation long citizen give lot fact understand social information \n",
- "4\t2.77778\tstudent school year education week work study staff teacher receive worker form high start number add award parent complete month \n",
- "5\t2.77778\tcountry visit event year day tourism island local today culture world hold traditional host ceremony official attend open celebration delegation \n",
- "6\t2.77778\tissue public report statement claim decision pay payment office raise state question deal process receive matter corruption action source legal \n",
- "7\t2.77778\tcommunity woman people child family young work youth life leader church live violence change peace girl issue encourage group leadership \n",
- "8\t2.77778\ttraining program management provide work system programme support include important activity information plan improve train participant conduct knowledge base awareness \n",
- "9\t2.77778\twater island area food people community disaster affect village supply live report clean damage small fish source find impact home \n",
- "10\t2.77778\tcourt case charge accuse year man allege victim high prosecution matter yesterday allegedly face public order trial hear time count \n",
- "11\t2.77778\tproject development land fund work infrastructure area road build building rural complete facility government site plan sign funding year construction \n",
- "12\t2.77778\tteam play good time game start week competition today player final match goal lead yesterday place sport half year end \n",
- "13\t2.77778\tpolice officer rsipf force report incident investigation vehicle suspect arrest operation public station medium commissioner involve law area continue man \n",
- "14\t2.77778\tgovernment provincial province national leader western executive people premier minister guadalcanal issue meeting current add member confidence statement motion budget \n",
- "15\t2.77778\tmember parliament election bill general constituency act candidate process vote party day political chief register law pass registration national voter \n",
- "16\t2.77778\tsupport country government work provide assistance service continue australian island acknowledge deliver security people ramsi mission effort partnership include visit \n",
- "17\t2.77778\tincrease business economic country sector year percent economy investment financial service growth industry cost agriculture high government budget benefit farmer \n",
- "\n",
- "<950> LL/token: -8.19638\n",
- "<960> LL/token: -8.19602\n",
- "<970> LL/token: -8.19531\n",
- "<980> LL/token: -8.19592\n",
- "<990> LL/token: -8.19613\n",
- "\n",
- "0\t2.77778\tcountry development policy region regional address meeting issue develop national leader strategy include key global achieve partner ensure level sustainable \n",
- "1\t2.77778\tcompany operation market business travel log operate local ship boat passenger sell vessel service owner honiara illegal director week return \n",
- "2\t2.77778\tcovid health country case medical service hospital emergency test vaccine border risk week flight clinic include patient people response care \n",
- "3\t2.77778\tpeople medium time call good add thing concern happen talk state situation citizen long fact give question recent understand speak \n",
- "4\t2.77778\tstudent school year education week work study teacher staff worker receive form number start add high award complete parent job \n",
- "5\t2.77778\tevent country visit day year tourism local island culture world today traditional hold host ceremony official open attend celebration delegation \n",
- "6\t2.77778\tissue public report statement claim decision pay payment office raise process state question receive action source deal matter corruption reveal \n",
- "7\t2.77778\twoman community people child family young work youth life leader live church violence peace change girl group issue encourage leadership \n",
- "8\t2.77778\tprogram training management provide work system programme support include important information activity plan improve train conduct participant knowledge base community \n",
- "9\t2.77778\twater area island food people community disaster affect village supply live report clean damage small fish environment find source impact \n",
- "10\t2.77778\tcourt case charge accuse year allege man victim high prosecution matter public allegedly yesterday face order trial hear time money \n",
- "11\t2.77778\tproject development land fund work infrastructure area road build rural building complete facility site plan government sign funding construction landowner \n",
- "12\t2.77778\tteam good play time game start week competition final player match yesterday today place goal sport lead half year win \n",
- "13\t2.77778\tpolice officer rsipf force report incident vehicle investigation suspect arrest operation public medium station commissioner law involve man continue information \n",
- "14\t2.77778\tgovernment provincial province national leader western people executive premier meeting minister guadalcanal issue current confidence member budget statement motion add \n",
- "15\t2.77778\tmember parliament election bill general act constituency process candidate vote party chief day law political register pass registration national yesterday \n",
- "16\t2.77778\tsupport country work assistance provide government service continue island australian acknowledge security people deliver ramsi mission effort visit partnership partner \n",
- "17\t2.77778\tincrease business country economic sector year percent economy investment service financial growth government industry cost agriculture high budget benefit farmer \n",
- "\n",
- "<1000> LL/token: -8.19545\n",
- "\n",
- "Total time: 1 minutes 47 seconds\n",
- "Mallet LDA: 19 topics, 5 topic bits, 11111 topic mask\n",
- "Data loaded.\n",
- "max tokens: 2592\n",
- "total tokens: 4283306\n",
- "<10> LL/token: -10.35826\n",
- "<20> LL/token: -9.27472\n",
- "<30> LL/token: -8.72002\n",
- "<40> LL/token: -8.50763\n",
- "\n",
- "0\t2.63158\troad travel week work expect operation month service follow return add flight time passenger continue honiara transport operate confirm meet \n",
- "1\t2.63158\tpeople member parliament leader time bill church good pass late year serve today speak add call give stand bring life \n",
- "2\t2.63158\tcountry island region opportunity regional development develop challenge partnership international share cooperation meeting support partner conference future trade relationship important \n",
- "3\t2.63158\tservice health medical people number hospital staff year care total provide province work record clinic patient centre nurse continue add \n",
- "4\t2.63158\tpolice officer court charge rsipf accuse man case allege incident arrest victim investigation year prosecution vehicle suspect force allegedly matter \n",
- "5\t2.63158\tcovid country case response health border risk test vaccine emergency measure ensure pandemic include positive continue people virus protect person \n",
- "6\t2.63158\tcompany land issue government log business operation landowner process mining year add owner claim sign source contract license give deal \n",
- "7\t2.63158\twoman community work child support program youth young family role violence awareness activity important change girl programme workshop participant launch \n",
- "8\t2.63158\twater community area island people disaster village food supply affect environment live clean damage site fish small fishing world impact \n",
- "9\t2.63158\tteam good play game time competition final player match lead start goal year sport half today place yesterday week win \n",
- "10\t2.63158\thome report leave find family people night boat morning day yesterday time body call early ship trip happen honiara return \n",
- "11\t2.63158\tstudent school election year education constituency study teacher candidate vote form week officer general registration parent day receive voter electoral \n",
- "12\t2.63158\tpublic pay money report order law payment court legal act office claim receive application high matter statement account regulation give \n",
- "13\t2.63158\tgovernment provincial province national member executive meeting minister premier western ramsi confidence issue motion office current statement cabinet yesterday appointment \n",
- "14\t2.63158\tdevelopment policy economic government sector system resource budget economy increase percent financial growth plan management improve national implement ensure reform \n",
- "15\t2.63158\tcountry issue medium state decision concern political government party statement interest action add group question leader people citizen call deal \n",
- "16\t2.63158\tproject support government provide assistance work fund security australian development infrastructure include sign build deliver funding agreement program facility construction \n",
- "17\t2.63158\tvisit event year day tourism culture country local celebration island people ceremony today host attend hold official traditional story celebrate \n",
- "18\t2.63158\ttraining market business local work product rural worker industry agriculture train increase good job opportunity provide farmer program produce skill \n",
- "\n"
+ "<860> LL/token: -8.23753\n",
+ "<870> LL/token: -8.23672\n",
+ "<880> LL/token: -8.23553\n",
+ "<890> LL/token: -8.23876\n",
+ "\n",
+ "0\t2.77778\tmarket tourism industry local sector agriculture product food export economy farmer increase grow international support good production investment produce benefit \n",
+ "1\t2.77778\tpublic process report ministry payment member government bill parliament finance tax fund system explain act cabinet committee approve pass require \n",
+ "2\t2.77778\tmedium student school education week government study receive staff time pay add understand appointment yesterday accord information give source raise \n",
+ "3\t2.77778\tgovernment provincial province people national add western guadalcanal executive premier continue issue address work yesterday assure house current state propose \n",
+ "4\t2.77778\tofficer police court case charge public order money accuse matter office business yesterday law vehicle high allege investigation man prosecution \n",
+ "5\t2.77778\tproject infrastructure support development fund rural road funding work constituency improve provide construction complete facility build include deliver program assistance \n",
+ "6\t2.77778\tgovernment parliament decision member political election leader interest statement opposition corruption group minister call power people question confidence party motion \n",
+ "7\t2.77778\tbusiness opportunity program training support work event provide youth include skill team participant role sicci important partnership programme australian learn \n",
+ "8\t2.77778\tcommunity management area water system environment resource provide access include activity plan manage survey information environmental ensure sustainable programme forest \n",
+ "9\t2.77778\tcovid health service pandemic response situation support medical include ensure continue emergency border week public case time people day measure \n",
+ "10\t2.77778\tcountry meeting leader agreement meet trade regional visit official member include issue sign region economic minister cooperation discuss discussion hold \n",
+ "11\t2.77778\tcompany business land log operation mining local operate investor landowner license foreign issue investment director register activity give licence process \n",
+ "12\t2.77778\tcountry island global report world impact region face high action small level develop challenge climate state nation affect address damage \n",
+ "13\t2.77778\tisland security australian police assistance support chinese aid mission ramsi solomon continue nation force year people government visit foreign relationship \n",
+ "14\t2.77778\tservice work fishery worker people number month time ship job good day scheme cost tuna islander travel island fishing port \n",
+ "15\t2.77778\tbudget government economy financial percent increase economic revenue total cost growth expect rate finance estimate loan current remain continue high \n",
+ "16\t2.77778\tpeople woman community family child work live life day year leadership today social good change time church peace speak man \n",
+ "17\t2.77778\tdevelopment policy economic government sector national ensure support strategy reform priority achieve key resource improve sustainable partner implementation growth plan \n",
+ "\n",
+ "<900> LL/token: -8.23733\n",
+ "<910> LL/token: -8.23735\n",
+ "<920> LL/token: -8.23687\n",
+ "<930> LL/token: -8.23697\n",
+ "<940> LL/token: -8.23753\n",
+ "\n",
+ "0\t2.77778\tmarket tourism industry local sector agriculture product food export economy increase farmer grow support production international produce good economic add \n",
+ "1\t2.77778\tpublic process report payment ministry bill member parliament finance government tax fund system act statement explain committee cabinet require approve \n",
+ "2\t2.77778\tmedium student school education week government receive study staff time give pay add understand appointment number accord yesterday scholarship allowance \n",
+ "3\t2.77778\tgovernment provincial province people national add western guadalcanal executive premier continue issue current yesterday address assure state work house propose \n",
+ "4\t2.77778\tofficer police court case public charge order accuse money matter office yesterday high business vehicle allege law investigation man prosecution \n",
+ "5\t2.77778\tproject support infrastructure development fund rural work road constituency funding improve provide construction complete build facility include assistance deliver program \n",
+ "6\t2.77778\tmember parliament government decision political election leader interest opposition statement corruption people minister power group call question party confidence motion \n",
+ "7\t2.77778\tbusiness opportunity program support training work provide event youth skill programme participant role include important team sicci encourage knowledge australian \n",
+ "8\t2.77778\tcommunity area management water resource environment system include activity access provide survey plan manage environmental information base ensure sustainable population \n",
+ "9\t2.77778\tcovid health service response pandemic support medical situation ensure continue include border emergency case public time measure week day team \n",
+ "10\t2.77778\tcountry meeting trade visit agreement leader meet official regional member issue sign include region cooperation minister discuss economic discussion hold \n",
+ "11\t2.77778\tcompany business land log operation mining local operate investor landowner license foreign issue register investment give owner licence director activity \n",
+ "12\t2.77778\tcountry island global report region world impact high face action develop small level challenge climate nation address state affect damage \n",
+ "13\t2.77778\tisland security australian police assistance chinese support aid mission solomon continue government ramsi nation year force foreign relationship rsipf people \n",
+ "14\t2.77778\tservice work fishery people worker month time job ship number cost scheme good tuna day travel islander fishing island place \n",
+ "15\t2.77778\tbudget government economy financial percent increase revenue economic total cost growth expect finance rate estimate loan remain dollar service high \n",
+ "16\t2.77778\tpeople woman community family child work live day life year today leadership leader good church challenge social home change man \n",
+ "17\t2.77778\tdevelopment policy economic government sector national ensure strategy reform support priority key achieve improve partner resource implementation growth sustainable plan \n",
+ "\n",
+ "<950> LL/token: -8.23505\n",
+ "<960> LL/token: -8.23939\n",
+ "<970> LL/token: -8.23958\n",
+ "<980> LL/token: -8.2389\n",
+ "<990> LL/token: -8.23877\n",
+ "\n",
+ "0\t2.77778\tmarket tourism industry sector local agriculture product food export economy increase farmer support international grow production add good produce investment \n",
+ "1\t2.77778\tpublic process report payment ministry bill member parliament finance fund tax government system statement approve act explain require cabinet committee \n",
+ "2\t2.77778\tmedium student school education week government receive study staff time understand add yesterday pay give appointment month scholarship money accord \n",
+ "3\t2.77778\tgovernment provincial province people national add western executive guadalcanal premier continue issue yesterday work address current assure propose speak week \n",
+ "4\t2.77778\tofficer police court case charge public order accuse yesterday money business matter office vehicle allege high law investigation official man \n",
+ "5\t2.77778\tproject infrastructure support development fund rural work road funding constituency improve complete provide construction build facility include area deliver program \n",
+ "6\t2.77778\tmember parliament decision political election leader government interest opposition corruption statement minister group call power question people party confidence motion \n",
+ "7\t2.77778\tbusiness opportunity program training support work event provide youth skill include team participant role sicci programme knowledge partnership train important \n",
+ "8\t2.77778\tcommunity area water management environment resource system activity provide access include survey manage information plan environmental sustainable base forest protect \n",
+ "9\t2.77778\tcovid health service response pandemic support medical situation include ensure border continue emergency public case measure time people week travel \n",
+ "10\t2.77778\tcountry meeting leader agreement trade meet regional visit official member include sign region cooperation issue minister discuss discussion hold delegation \n",
+ "11\t2.77778\tcompany business land log operation mining local operate investor landowner issue license foreign register investment give director licence law owner \n",
+ "12\t2.77778\tcountry global island report region world impact face high action small level develop nation climate challenge state damage address change \n",
+ "13\t2.77778\tisland security australian assistance police support chinese government aid mission continue solomon ramsi force nation year people visit foreign rsipf \n",
+ "14\t2.77778\twork service people fishery worker number month ship good job time day cost scheme tuna travel fishing islander start port \n",
+ "15\t2.77778\tbudget government economy financial percent increase economic revenue total cost growth expect rate finance estimate loan high note spend remain \n",
+ "16\t2.77778\tpeople woman community family child work live life day year today leadership social good church leader change man traditional peace \n",
+ "17\t2.77778\tdevelopment policy economic government sector ensure national support strategy reform priority key resource achieve partner implementation improve sustainable growth plan \n",
+ "\n",
+ "<1000> LL/token: -8.24079\n",
+ "\n",
+ "Total time: 43 seconds\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<50> LL/token: -8.40245\n",
- "<60> LL/token: -8.3474\n",
- "<70> LL/token: -8.31733\n",
- "<80> LL/token: -8.29775\n",
- "<90> LL/token: -8.28275\n",
- "\n",
- "0\t2.63158\troad travel week work service vehicle expect honiara transport month operation passenger public add flight time return follow continue operate \n",
- "1\t2.63158\tpeople member parliament leader time good add bill church continue serve speak today pass year nation bring late respect thing \n",
- "2\t2.63158\tcountry island region security regional meeting cooperation support meet include international mission opportunity partnership partner development develop leader discuss commitment \n",
- "3\t2.63158\tservice health medical year provide hospital staff people work care receive number clinic patient centre nurse supply add month equipment \n",
- "4\t2.63158\tpolice officer charge court rsipf accuse man case allege incident arrest victim year investigation prosecution force suspect public matter allegedly \n",
- "5\t2.63158\tcovid country case response health border test vaccine continue risk emergency measure people positive pandemic situation community public ensure virus \n",
- "6\t2.63158\tcompany land issue log operation agreement sign landowner mining year process add business deal area source activity illegal director claim \n",
- "7\t2.63158\twoman community work child training program youth young support family participant activity programme awareness violence role learn workshop girl important \n",
- "8\t2.63158\twater area community island people disaster affect food environment live village supply clean damage report impact fish world fishery fishing \n",
- "9\t2.63158\tteam good play game time competition final player match goal lead start sport half week place today year yesterday win \n",
- "10\t2.63158\tfamily home leave find report night time boat call morning day body ship village return yesterday happen early trip late \n",
- "11\t2.63158\tstudent school election year education constituency study teacher candidate week vote form officer day registration general number result parent voter \n",
- "12\t2.63158\tpublic pay money report order court office payment receive high legal claim act give application law account matter statement document \n",
- "13\t2.63158\tgovernment provincial province national executive western premier meeting member minister guadalcanal office confidence yesterday motion current appointment cabinet meet issue \n",
- "14\t2.63158\tdevelopment policy government economic sector system resource economy financial budget growth year increase management national ensure strategy country plan percent \n",
- "15\t2.63158\tissue medium statement government concern decision political group state country opposition question law interest party add call public action raise \n",
- "16\t2.63158\tproject support development work fund government provide infrastructure assistance build australian building program funding complete deliver include facility rural improve \n",
- "17\t2.63158\tvisit event year country tourism day island culture local ceremony today host traditional celebration world hold attend solomon celebrate great \n",
- "18\t2.63158\tbusiness market local work good country industry product opportunity worker job agriculture increase produce food provide farmer small grow sell \n",
- "\n",
- "<100> LL/token: -8.27151\n",
- "<110> LL/token: -8.26314\n",
- "<120> LL/token: -8.25735\n",
- "<130> LL/token: -8.25327\n",
- "<140> LL/token: -8.2491\n",
- "\n",
- "0\t2.63158\troad travel week vehicle operation public service work honiara transport add passenger expect flight time month continue return operate driver \n",
- "1\t2.63158\tpeople member parliament leader good add time church bill continue serve speak year nation bring pass today respect urge peace \n",
- "2\t2.63158\tcountry island region security regional support meeting include meet cooperation visit ramsi mission official leader international partner partnership discuss state \n",
- "3\t2.63158\tservice health medical year provide staff hospital people care work clinic centre patient supply nurse receive include month add doctor \n",
- "4\t2.63158\tpolice officer charge rsipf accuse court man case allege arrest victim incident year investigation prosecution force suspect matter allegedly public \n",
- "5\t2.63158\tcovid country case response health border test vaccine continue risk people emergency measure community positive public record ensure pandemic person \n",
- "6\t2.63158\tcompany land issue log agreement sign operation landowner mining area process activity illegal deal year add director chief license accord \n",
- "7\t2.63158\twoman community training program work child youth young support programme participant family train skill role learn awareness violence activity knowledge \n",
- "8\t2.63158\twater community area island people disaster affect environment fishery food report clean impact supply damage world live village fish management \n",
- "9\t2.63158\tteam play good time game competition final player match start goal lead half sport week today year place yesterday win \n",
- "10\t2.63158\tfamily home leave report find time day night morning call boat ship village body late happen yesterday early return lose \n",
- "11\t2.63158\tstudent school election year education study constituency teacher candidate vote form week officer number day general registration result voter electoral \n",
- "12\t2.63158\tpublic pay money court order payment office receive report high legal give application act claim account process document section case \n",
- "13\t2.63158\tgovernment provincial province national executive western premier member guadalcanal meeting minister office current yesterday confidence motion appointment week hold cabinet \n",
- "14\t2.63158\tdevelopment policy government economic sector system country financial economy resource budget ensure growth national plan management strategy increase key percent \n",
- "15\t2.63158\tmedium issue government statement concern decision political group state public opposition question report call law party interest add action corruption \n",
- "16\t2.63158\tproject support development work fund government provide infrastructure build building australian assistance rural program funding complete deliver improve facility include \n",
- "17\t2.63158\tevent year visit country tourism day island culture today local ceremony world traditional celebration host great solomon hold celebrate attend \n",
- "18\t2.63158\tbusiness market local work country good industry product increase worker opportunity food agriculture job small year sell produce grow farmer \n",
- "\n",
- "<150> LL/token: -8.24466\n",
- "<160> LL/token: -8.24313\n",
- "<170> LL/token: -8.23911\n",
- "<180> LL/token: -8.23831\n",
- "<190> LL/token: -8.23571\n",
- "\n",
- "0\t2.63158\troad travel operation vehicle week service honiara public ship transport add passenger work flight time vessel expect arrive safety operate \n",
- "1\t2.63158\tpeople member parliament leader good add time church bill continue serve speak work nation peace country respect bring pass year \n",
- "2\t2.63158\tcountry island region security regional meeting support visit meet include cooperation official ramsi mission leader assistance international discuss delegation state \n",
- "3\t2.63158\tservice health medical provide staff hospital year work care people clinic patient centre supply nurse include child equipment receive doctor \n",
- "4\t2.63158\tpolice officer charge rsipf court accuse man case allege arrest victim year incident investigation prosecution force suspect matter public allegedly \n",
- "5\t2.63158\tcovid country case response border health continue test vaccine people risk community measure emergency positive public number record pandemic ensure \n",
- "6\t2.63158\tcompany land issue log agreement sign operation landowner area mining process deal activity add illegal year license chief director accord \n",
- "7\t2.63158\twoman community training program work child youth young support programme role participant train skill learn activity family awareness violence knowledge \n",
- "8\t2.63158\twater community area island people disaster environment affect fishery impact report food clean damage supply live management world fish fishing \n",
- "9\t2.63158\tteam play good game time competition player match final start goal week half place sport lead year today yesterday stage \n",
- "10\t2.63158\tfamily home leave find time report night morning village day boat late body call happen return child house life lose \n",
- "11\t2.63158\tstudent school election year education study teacher candidate week vote form officer constituency day general registration result number voter electoral \n",
- "12\t2.63158\tpublic pay money court order office receive payment high report legal give application account act claim process document month section \n",
- "13\t2.63158\tgovernment provincial province national executive western premier member guadalcanal meeting minister office yesterday current confidence motion week appointment follow deputy \n",
- "14\t2.63158\tdevelopment policy government economic sector system percent financial resource economy national ensure country growth budget strategy key management investment plan \n",
- "15\t2.63158\tmedium issue government statement concern decision political report group public state call law opposition question interest action party corruption raise \n",
- "16\t2.63158\tproject support development work fund government infrastructure provide build building rural australian program funding assistance improve complete plan deliver area \n",
- "17\t2.63158\tevent year country visit tourism day island culture today local world ceremony host celebration traditional great hold celebrate history solomon \n",
- "18\t2.63158\tbusiness market local country increase work good industry product food year worker agriculture job opportunity small sell produce grow farmer \n",
- "\n",
- "<200> LL/token: -8.23467\n"
+ "Mallet LDA: 19 topics, 5 topic bits, 11111 topic mask\n",
+ "Data loaded.\n",
+ "max tokens: 2635\n",
+ "total tokens: 1382841\n",
+ "<10> LL/token: -10.08658\n",
+ "<20> LL/token: -9.1653\n",
+ "<30> LL/token: -8.74286\n",
+ "<40> LL/token: -8.55477\n",
+ "\n",
+ "0\t2.63158\tgovernment budget financial economy percent increase cost economic revenue total tax growth finance fund expect price rate high estimate policy \n",
+ "1\t2.63158\tvisit country official agreement security sign election island meet meeting cooperation region minister delegation include relationship hold arrangement bilateral senior \n",
+ "2\t2.63158\tpeople time money chinese good year thing aid scheme island start long big solomon lot number send open islander week \n",
+ "3\t2.63158\tproject support rural development market fishery economic improve agriculture community activity sector area fund resource product farmer program benefit livelihood \n",
+ "4\t2.63158\tpeople water community food live area village high family population island local world environment impact life source clean small problem \n",
+ "5\t2.63158\treport government plan survey time damage power building week assessment complete affect month loss concern year early honiara begin recent \n",
+ "6\t2.63158\tpolitical leader nation people address economic ramsi leadership corruption government peace governance change policy lead mission challenge national development party \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse matter high man yesterday vehicle allege rsipf money investigation office prosecution evidence \n",
+ "8\t2.63158\tcovid health service road support pandemic response include border provide team work ensure medical emergency public equipment operation plan facility \n",
+ "9\t2.63158\tbusiness company log operation local mining operate export ship landowner grant license land director owner application register activity foreign process \n",
+ "10\t2.63158\tgovernment provincial province national people land western guadalcanal statement executive premier add issue propose concern call interest development auki state \n",
+ "11\t2.63158\tparliament payment pay member bill receive yesterday finance public ministry office government week process confirm fund report opposition cabinet follow \n",
+ "12\t2.63158\tdecision public law act state government add legal system pass question regulation make require action good power matter current interest \n",
+ "13\t2.63158\tmember government leader people group constituency add continue work fund development issue good support today important summit meeting state end \n",
+ "14\t2.63158\tdevelopment policy develop country strategy sustainable include trade plan region regional global key capacity implementation strengthen national priority economic partner \n",
+ "15\t2.63158\tgovernment medium work information continue business support ensure provide public social sicci understand issue add island remain service important good \n",
+ "16\t2.63158\tinfrastructure tourism investment sector service opportunity economy economic work industry growth worker international improve local create business provide potential increase \n",
+ "17\t2.63158\twoman education training student work school child program youth opportunity family young community study business support skill learn staff programme \n",
+ "18\t2.63158\tpeople development support economic event acknowledge island important partner great traditional provide host commitment today social partnership year community promote \n",
+ "\n",
+ "<50> LL/token: -8.45438\n",
+ "<60> LL/token: -8.38871\n",
+ "<70> LL/token: -8.34904\n",
+ "<80> LL/token: -8.32132\n",
+ "<90> LL/token: -8.29961\n",
+ "\n",
+ "0\t2.63158\tbudget government economy financial percent increase economic cost revenue tax growth total finance expect high rate price estimate sector loan \n",
+ "1\t2.63158\tcountry visit sign island official security agreement election region cooperation trade include australian meet delegation assistance regional relationship arrangement minister \n",
+ "2\t2.63158\tpeople time money thing chinese year good leave big lot long happen scheme number aid send family start solomon talk \n",
+ "3\t2.63158\tproject support rural development market fishery fund improve community agriculture economic program activity funding sector area product farmer provide benefit \n",
+ "4\t2.63158\tcommunity water people food live village population high island area environment world impact life clean local waste increase resident face \n",
+ "5\t2.63158\treport week month plan early start result building complete accord survey follow expect damage assessment affect begin work disaster loss \n",
+ "6\t2.63158\tpeople political nation leader government ramsi corruption leadership peace address change lead governance national year economic island mission party challenge \n",
+ "7\t2.63158\tpolice officer court case charge order accuse public high rsipf yesterday man vehicle matter allege office investigation prosecution property evidence \n",
+ "8\t2.63158\tcovid health road support service response pandemic provide include medical continue ensure border emergency team work case travel equipment measure \n",
+ "9\t2.63158\tcompany business log operation mining local export operate ship landowner grant license land director application register process owner foreign pay \n",
+ "10\t2.63158\tgovernment provincial province national people land development western guadalcanal executive premier add policy issue address propose plan auki continue ensure \n",
+ "11\t2.63158\tparliament payment pay fund bill ministry receive finance opposition member yesterday process office confirm claim week contract reveal motion government \n",
+ "12\t2.63158\tdecision state public statement law power act concern government interest deal question legal add matter action system regulation raise make \n",
+ "13\t2.63158\tmember leader meeting group add people continue government work today hold constituency attend meet serve important parliament minister time issue \n",
+ "14\t2.63158\tdevelopment policy develop strategy country sustainable economic plan region national management key global resource regional priority include implementation address capacity \n",
+ "15\t2.63158\tbusiness government service medium public information provide work ensure important social include understand activity sicci role add individual good general \n",
+ "16\t2.63158\tinfrastructure investment tourism economic opportunity sector work economy growth international industry worker create potential service construction project island improve development \n",
+ "17\t2.63158\twoman education student training work child school program youth young community opportunity study family skill learn staff programme knowledge experience \n",
+ "18\t2.63158\tsupport development event people economic acknowledge partnership host commitment partner challenge opportunity continue culture important year traditional great today highlight \n",
+ "\n",
+ "<100> LL/token: -8.28278\n",
+ "<110> LL/token: -8.26885\n",
+ "<120> LL/token: -8.26112\n",
+ "<130> LL/token: -8.2538\n",
+ "<140> LL/token: -8.24873\n",
+ "\n",
+ "0\t2.63158\tbudget government economy increase percent financial economic growth revenue cost tax total high rate finance price expect sector estimate loan \n",
+ "1\t2.63158\tcountry visit island sign security agreement trade region official election cooperation include australian assistance regional delegation relationship arrangement meet establish \n",
+ "2\t2.63158\tpeople time year thing money chinese good leave family long happen lot big scheme start send day home promise month \n",
+ "3\t2.63158\tproject support rural development fund market fishery economic constituency agriculture improve activity program funding community area sector benefit farmer product \n",
+ "4\t2.63158\tcommunity water food people island village live population area high environment world impact local increase clean small life waste resident \n",
+ "5\t2.63158\treport plan week month complete work building start early expect end survey assessment damage result house accord area affect begin \n",
+ "6\t2.63158\tpeople government political nation leader ramsi corruption leadership peace lead change address party governance economic national mission challenge island sogavare \n",
+ "7\t2.63158\tpolice officer court case charge order accuse high public vehicle yesterday rsipf matter man allege investigation prosecution office law evidence \n",
+ "8\t2.63158\tcovid health support pandemic response service continue include medical provide emergency ensure border team case measure situation travel equipment facility \n",
+ "9\t2.63158\tcompany business log operation mining local export operate grant ship landowner director license land owner register application foreign investor process \n",
+ "10\t2.63158\tgovernment provincial province people national land development western guadalcanal executive policy premier add work area address propose plan issue assure \n",
+ "11\t2.63158\tparliament payment fund pay government bill ministry receive finance process yesterday claim member confirm public contract office explain reveal follow \n",
+ "12\t2.63158\tdecision statement state government power concern interest public law question add act deal raise action legal matter call issue make \n",
+ "13\t2.63158\tmember leader meeting group issue hold meet minister add today attend work continue week yesterday state statement important parliament current \n",
+ "14\t2.63158\tdevelopment policy develop economic strategy sustainable country management national plan key priority global address resource region ensure implementation support include \n",
+ "15\t2.63158\tbusiness government service public medium provide information ensure good social activity include important sicci work individual access local encourage general \n",
+ "16\t2.63158\tinfrastructure tourism investment work opportunity project road sector economic growth worker industry economy construction create international potential job island include \n",
+ "17\t2.63158\twoman education student training work child program school youth community young study opportunity skill family learn programme experience support staff \n",
+ "18\t2.63158\tsupport people event development acknowledge year economic challenge host continue commitment partnership today important opportunity work great culture future present \n",
+ "\n",
+ "<150> LL/token: -8.24383\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<210> LL/token: -8.23222\n",
- "<220> LL/token: -8.22976\n",
- "<230> LL/token: -8.22975\n",
- "<240> LL/token: -8.22828\n",
- "\n",
- "0\t2.63158\troad travel operation vehicle week honiara public ship transport service passenger flight add time vessel work arrive safety operate expect \n",
- "1\t2.63158\tpeople member parliament leader good add time continue church bill serve country speak work nation peace bring respect today pass \n",
- "2\t2.63158\tcountry island region security regional support visit meeting meet cooperation include official ramsi leader mission international assistance discuss delegation state \n",
- "3\t2.63158\tservice health medical provide staff hospital work people care year supply clinic equipment centre patient support nurse include add receive \n",
- "4\t2.63158\tpolice officer court charge rsipf accuse man case allege arrest year victim investigation incident prosecution force suspect public matter allegedly \n",
- "5\t2.63158\tcovid country case response border health continue test vaccine people community risk emergency public measure record positive number total remain \n",
- "6\t2.63158\tcompany land issue log agreement sign operation landowner mining area process deal illegal activity add chief year license director accord \n",
- "7\t2.63158\twoman community training program work child youth support young programme participant train skill learn awareness role activity family violence knowledge \n",
- "8\t2.63158\twater community island area people disaster affect environment fishery impact report clean damage food live management supply world fish fishing \n",
- "9\t2.63158\tteam play good game time competition final player match week goal start lead half sport year place today yesterday stage \n",
- "10\t2.63158\tfamily home leave report find time village night morning late day boat call body happen child house early man life \n",
- "11\t2.63158\tstudent school election year education study teacher candidate week vote form constituency officer registration result day number general voter electoral \n",
- "12\t2.63158\tpublic pay money order office court receive payment high give report legal application account process month claim document section act \n",
- "13\t2.63158\tgovernment provincial province national executive western premier member guadalcanal meeting minister office current yesterday confidence motion week appointment cabinet deputy \n",
- "14\t2.63158\tdevelopment policy government economic sector system percent country financial economy ensure national resource growth budget strategy key increase investment year \n",
- "15\t2.63158\tmedium issue government statement concern decision public political group report state opposition call question law action interest party raise corruption \n",
- "16\t2.63158\tproject support development work fund government infrastructure provide build rural australian building program assistance complete funding improve plan area deliver \n",
- "17\t2.63158\tevent year country tourism day visit island culture local ceremony world today celebration host great traditional celebrate hold solomon history \n",
- "18\t2.63158\tbusiness market local country increase work good product food industry year agriculture worker opportunity sell job small produce grow farmer \n",
- "\n",
- "<250> LL/token: -8.22898\n",
- "<260> LL/token: -8.22966\n",
- "<270> LL/token: -8.22828\n",
- "<280> LL/token: -8.22812\n",
- "<290> LL/token: -8.22721\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle week honiara public ship transport service passenger add flight work vessel time arrive officer safety operate \n",
- "1\t2.63158\tpeople member parliament leader good add church continue bill time country work serve speak nation peace bring respect change important \n",
- "2\t2.63158\tcountry island region security regional visit support meeting meet include cooperation official leader ramsi mission state delegation international assistance discuss \n",
- "3\t2.63158\tservice health medical provide staff work hospital people care year supply centre clinic patient support equipment nurse add include child \n",
- "4\t2.63158\tpolice officer court charge rsipf accuse case man allege arrest year victim investigation incident prosecution force suspect public matter allegedly \n",
- "5\t2.63158\tcovid country case response border health test continue vaccine risk community people public measure positive number record emergency report total \n",
- "6\t2.63158\tcompany land issue log agreement sign operation landowner mining area deal process activity add illegal chief director license year site \n",
- "7\t2.63158\twoman community training program work child youth support young programme participant train skill learn role awareness opportunity knowledge violence family \n",
- "8\t2.63158\twater community area island people disaster environment affect fishery report impact clean damage supply management world food live fish small \n",
- "9\t2.63158\tteam play good game time competition final player match goal start week lead half sport place today yesterday year stage \n",
- "10\t2.63158\tfamily home leave report find village time night late morning day call boat body happen man child early house return \n",
- "11\t2.63158\tstudent school election year education study teacher candidate week vote form constituency officer number general registration result day voter electoral \n",
- "12\t2.63158\tpublic pay money receive order office court payment high give report legal application account process month document claim section act \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting office minister yesterday confidence current motion week appointment budget follow \n",
- "14\t2.63158\tdevelopment policy government economic sector system country percent ensure financial national economy resource growth strategy budget year key increase management \n",
- "15\t2.63158\tmedium issue government statement decision concern public report political law state group call opposition question raise interest action party corruption \n",
- "16\t2.63158\tproject support development work fund government infrastructure provide rural build australian building assistance program funding improve complete plan area facility \n",
- "17\t2.63158\tevent year tourism country day visit island culture world local ceremony today celebration host traditional great celebrate history solomon hold \n",
- "18\t2.63158\tbusiness market local increase country food good product industry work worker agriculture year job opportunity sell small produce grow farmer \n",
- "\n",
- "<300> LL/token: -8.22794\n",
- "<310> LL/token: -8.2281\n",
- "<320> LL/token: -8.22867\n",
- "<330> LL/token: -8.22911\n",
- "<340> LL/token: -8.22817\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle week honiara public ship transport passenger service flight time vessel work officer arrive safety add operate \n",
- "1\t2.63158\tpeople member parliament leader good add country church bill time continue speak work nation serve peace bring respect important today \n",
- "2\t2.63158\tcountry island region security regional visit support meeting meet cooperation official include mission ramsi leader state delegation assistance discuss international \n",
- "3\t2.63158\tservice health medical provide staff hospital work people care support year supply include centre clinic equipment patient receive nurse add \n",
- "4\t2.63158\tpolice officer court charge rsipf accuse case man allege arrest year victim investigation incident prosecution force suspect matter public allegedly \n",
- "5\t2.63158\tcovid country case response border continue health test vaccine people risk community measure number public report positive record emergency remain \n",
- "6\t2.63158\tcompany land issue log operation sign landowner mining add area activity process illegal deal chief agreement law director accord license \n",
- "7\t2.63158\twoman community training program work child youth support young programme participant train skill learn awareness role violence knowledge activity family \n",
- "8\t2.63158\twater community island area people disaster affect environment fishery report impact clean live damage management world supply food small fish \n",
- "9\t2.63158\tteam play good time game competition player final match start goal week lead half today sport year place stage point \n",
- "10\t2.63158\tfamily home leave village time find late report night call morning boat day body happen child man return life house \n",
- "11\t2.63158\tstudent school election year education study teacher candidate week vote form constituency officer general day result registration number voter electoral \n",
- "12\t2.63158\tpublic pay money receive office payment order court high give report legal application process account month document accord claim section \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting minister yesterday office current confidence motion week appointment budget hold \n",
- "14\t2.63158\tdevelopment policy government economic sector system country percent national resource economy financial ensure growth strategy budget key investment develop year \n",
- "15\t2.63158\tmedium issue government statement decision concern public report political group state call opposition question law party interest action raise corruption \n",
- "16\t2.63158\tproject support development work fund government infrastructure rural build provide building plan funding assistance improve australian complete program area facility \n",
- "17\t2.63158\tyear event country tourism day visit island culture world ceremony today local celebration host great traditional celebrate history solomon award \n",
- "18\t2.63158\tbusiness market local increase country good food product industry work worker year agriculture opportunity job sell produce small farmer grow \n",
- "\n"
+ "<160> LL/token: -8.23536\n",
+ "<170> LL/token: -8.23346\n",
+ "<180> LL/token: -8.22808\n",
+ "<190> LL/token: -8.22537\n",
+ "\n",
+ "0\t2.63158\tbudget economy government increase percent economic financial growth revenue tax cost total high rate price sector expect finance estimate loan \n",
+ "1\t2.63158\tcountry visit island security trade sign region agreement election official australian cooperation assistance include regional aid delegation relationship arrangement meet \n",
+ "2\t2.63158\tpeople time good thing year money family leave long happen lot big chinese start late home scheme hard day month \n",
+ "3\t2.63158\tproject support rural market fishery development fund economic constituency agriculture activity improve community sector program funding product benefit provide farmer \n",
+ "4\t2.63158\tcommunity water food island people population village area live environment high world local impact clean life waste environmental small increase \n",
+ "5\t2.63158\treport plan week month work early start complete building result survey expect assessment damage accord house carry end follow affect \n",
+ "6\t2.63158\tpeople government political nation leader ramsi corruption address peace leadership party lead national change economic strong sogavare island economy good \n",
+ "7\t2.63158\tpolice officer court case charge order accuse public vehicle high rsipf man matter yesterday allege investigation office law prosecution evidence \n",
+ "8\t2.63158\tcovid health support pandemic response continue medical service provide border include ensure emergency case measure team situation equipment travel safety \n",
+ "9\t2.63158\tcompany business log operation mining local grant ship operate landowner export director license land process investor owner register application pay \n",
+ "10\t2.63158\tgovernment provincial province national people land development western guadalcanal policy executive premier add area ensure issue work propose address continue \n",
+ "11\t2.63158\tparliament fund payment government pay bill finance ministry receive process office claim report public reveal confirm yesterday contract explain motion \n",
+ "12\t2.63158\tdecision statement government state concern power question add interest deal public raise act law call matter legal action clear propose \n",
+ "13\t2.63158\tmember leader meeting group issue hold minister meet today attend yesterday state add week parliament day discuss work give current \n",
+ "14\t2.63158\tdevelopment policy develop economic strategy sustainable key plan management support national priority implementation country global ensure resource capacity partner address \n",
+ "15\t2.63158\tbusiness service government public medium provide information good ensure work sicci social activity access important include local time general encourage \n",
+ "16\t2.63158\tproject infrastructure tourism investment work road opportunity economic sector worker construction international build growth local improve economy development industry create \n",
+ "17\t2.63158\twoman education student training work child school program youth community young opportunity study skill family programme learn staff train experience \n",
+ "18\t2.63158\tsupport people event development acknowledge year continue important challenge work host economic commitment today great culture present achieve opportunity partnership \n",
+ "\n",
+ "<200> LL/token: -8.21885\n",
+ "<210> LL/token: -8.21722\n",
+ "<220> LL/token: -8.21539\n",
+ "<230> LL/token: -8.21338\n",
+ "<240> LL/token: -8.21006\n",
+ "\n",
+ "0\t2.63158\tbudget economy government increase percent economic growth financial revenue tax cost total high sector price rate estimate expect loan finance \n",
+ "1\t2.63158\tcountry island visit trade region security sign agreement election assistance australian cooperation regional official include aid delegation relationship arrangement establish \n",
+ "2\t2.63158\tpeople time thing good money family year leave happen lot long big start day late give chinese home hard call \n",
+ "3\t2.63158\tsupport project rural market economic fishery constituency fund development improve agriculture program sector activity community benefit product funding farmer provide \n",
+ "4\t2.63158\tcommunity water food island people village environment population area live world high impact local clean increase waste environmental management source \n",
+ "5\t2.63158\treport work plan week month building start area early complete expect assessment result survey damage team house include follow affect \n",
+ "6\t2.63158\tpeople government political nation leader corruption ramsi leadership peace national party continue address change lead good economic year law sogavare \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse high vehicle rsipf yesterday matter man allege investigation law office prosecution evidence \n",
+ "8\t2.63158\tcovid health support pandemic response service medical continue border ensure provide emergency include case situation measure travel time operation equipment \n",
+ "9\t2.63158\tcompany business log operation mining land local operate ship landowner export grant license director investor owner process application foreign register \n",
+ "10\t2.63158\tgovernment provincial province national people development land western guadalcanal executive policy add premier address propose area ensure issue continue work \n",
+ "11\t2.63158\tparliament fund payment pay ministry government finance bill receive process public office claim confirm report yesterday accord reveal week explain \n",
+ "12\t2.63158\tgovernment decision statement concern power question state add interest public raise deal call matter opposition act legal action law clear \n",
+ "13\t2.63158\tmember leader meeting issue group hold meet minister today state yesterday attend official discuss add week day important discussion work \n",
+ "14\t2.63158\tdevelopment policy develop economic strategy sustainable support management key national implementation resource plan priority capacity global address country ensure partner \n",
+ "15\t2.63158\tbusiness service government medium public provide information system ensure good include important access work sicci activity social local time encourage \n",
+ "16\t2.63158\tproject infrastructure tourism investment work road opportunity construction worker economic build international development sector improve include island transport local facility \n",
+ "17\t2.63158\twoman education student training child school work program youth community young opportunity study skill family learn programme experience train staff \n",
+ "18\t2.63158\tsupport people event development acknowledge work year challenge opportunity host today continue economic culture great present commitment important future community \n",
+ "\n",
+ "<250> LL/token: -8.21082\n",
+ "<260> LL/token: -8.20603\n",
+ "<270> LL/token: -8.20555\n",
+ "<280> LL/token: -8.2064\n",
+ "<290> LL/token: -8.20805\n",
+ "\n",
+ "0\t2.63158\tgovernment economy budget increase economic percent growth revenue financial tax cost high total price rate sector expect estimate loan current \n",
+ "1\t2.63158\tcountry island visit trade region security sign agreement assistance australian cooperation election regional official aid include delegation relationship chinese arrangement \n",
+ "2\t2.63158\tpeople time thing family money good year leave happen long big lot day start home give situation send late lose \n",
+ "3\t2.63158\tsupport rural economic project market fishery constituency development sector agriculture fund activity program improve community product benefit farmer funding industry \n",
+ "4\t2.63158\tcommunity water food island people village environment area high population live world impact clean local management source environmental small waste \n",
+ "5\t2.63158\treport work week plan month start complete building result early follow assessment team survey include expect area conduct damage accord \n",
+ "6\t2.63158\tpeople government political nation leader corruption ramsi change party leadership peace lead national continue good address year law social sogavare \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse high vehicle rsipf yesterday man matter office allege investigation force prosecution evidence \n",
+ "8\t2.63158\tcovid health support pandemic response service medical border continue ensure emergency provide include case measure situation travel effort team operation \n",
+ "9\t2.63158\tcompany business log operation mining local land ship landowner operate director grant export license investor process register foreign owner activity \n",
+ "10\t2.63158\tgovernment provincial province national people development land western guadalcanal executive premier add policy continue work area address plan ensure propose \n",
+ "11\t2.63158\tparliament fund payment pay ministry bill finance government receive process member public pass office yesterday budget claim reveal contract confirm \n",
+ "12\t2.63158\tgovernment decision statement concern state question add power deal raise public interest call action matter act opposition legal law make \n",
+ "13\t2.63158\tmember leader meeting issue hold meet group minister attend official today state discuss yesterday include week discussion day open add \n",
+ "14\t2.63158\tdevelopment policy develop economic strategy sustainable support key management plan implementation resource address national priority partner sector strengthen implement capacity \n",
+ "15\t2.63158\tbusiness service government medium public provide information system good ensure financial include access sicci important social note work industry activity \n",
+ "16\t2.63158\tproject infrastructure tourism work investment road development construction worker build opportunity provide include facility improve international economic transport sector island \n",
+ "17\t2.63158\twoman education student training child program school work youth community opportunity young study family skill programme learn support experience job \n",
+ "18\t2.63158\tsupport people event work acknowledge challenge year opportunity today host development continue great important culture community commitment economic present achieve \n",
+ "\n",
+ "<300> LL/token: -8.20689\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<350> LL/token: -8.22849\n",
- "<360> LL/token: -8.22725\n",
- "<370> LL/token: -8.22679\n",
- "<380> LL/token: -8.22634\n",
- "<390> LL/token: -8.22701\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle week honiara public ship service transport passenger time add flight work vessel arrive officer safety driver \n",
- "1\t2.63158\tpeople member parliament leader good country add continue church bill time nation speak work peace serve respect important bring change \n",
- "2\t2.63158\tcountry island security region regional visit support meeting meet include cooperation official ramsi mission leader international assistance delegation state discuss \n",
- "3\t2.63158\tservice health medical provide work hospital staff people support care year supply receive include equipment clinic centre patient nurse doctor \n",
- "4\t2.63158\tpolice officer court charge rsipf accuse case man allege year arrest victim investigation incident prosecution force suspect public matter allegedly \n",
- "5\t2.63158\tcovid country case health response border continue people test vaccine community risk public positive measure emergency record number report remain \n",
- "6\t2.63158\tcompany land issue log operation landowner area activity mining process illegal sign deal add law chief year director site agreement \n",
- "7\t2.63158\twoman community training program work child youth support young programme train participant skill learn role awareness family violence knowledge activity \n",
- "8\t2.63158\twater island community area people disaster affect environment report fishery impact clean damage world live supply management fish fishing assessment \n",
- "9\t2.63158\tteam play good game time competition player final match goal start lead half sport today year place week yesterday stage \n",
- "10\t2.63158\tfamily home leave report find village late night time morning boat day call body happen child man life house yesterday \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate form vote constituency officer general number day registration result voter electoral \n",
- "12\t2.63158\tpublic pay money receive office payment order high give court application legal report account process accord document month section request \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting minister yesterday current office confidence motion week appointment budget issue \n",
- "14\t2.63158\tdevelopment policy government economic sector system country percent ensure national resource economy growth financial strategy key budget management investment develop \n",
- "15\t2.63158\tmedium issue government statement decision concern public report group political call state opposition question law party action raise interest deal \n",
- "16\t2.63158\tproject support development work fund government infrastructure rural build provide building australian program plan funding complete improve assistance area facility \n",
- "17\t2.63158\tevent year tourism country day visit culture island local ceremony world today celebration host traditional hold great celebrate history award \n",
- "18\t2.63158\tbusiness market local increase country food good product industry work year worker agriculture small job opportunity sell produce farmer grow \n",
- "\n",
- "<400> LL/token: -8.22759\n",
- "<410> LL/token: -8.22565\n",
- "<420> LL/token: -8.22696\n",
- "<430> LL/token: -8.22715\n",
- "<440> LL/token: -8.22706\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle week honiara public ship transport service passenger boat flight time vessel add arrive safety work officer \n",
- "1\t2.63158\tpeople member leader parliament good country add time church bill continue speak nation serve peace work important respect bring leadership \n",
- "2\t2.63158\tcountry island security region regional visit support meeting meet include cooperation official ramsi mission assistance leader delegation agreement international state \n",
- "3\t2.63158\tservice health medical provide staff work hospital people support care year supply equipment clinic patient centre nurse include receive add \n",
- "4\t2.63158\tpolice officer court charge rsipf accuse case man allege arrest year victim investigation incident prosecution force public matter suspect allegedly \n",
- "5\t2.63158\tcovid country case response health border people continue test vaccine community risk measure number public record positive emergency total report \n",
- "6\t2.63158\tcompany land issue log operation landowner area mining process sign activity add illegal deal law chief accord site director agreement \n",
- "7\t2.63158\twoman community training program work child youth support young programme train participant skill learn opportunity awareness violence knowledge family role \n",
- "8\t2.63158\twater island community area people disaster affect environment report fishery impact clean damage world live supply management fish food small \n",
- "9\t2.63158\tteam play good game time competition player final match start week goal lead year today half sport place yesterday stage \n",
- "10\t2.63158\tfamily home leave village find time report night late morning day call body child happen man life house early return \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate vote form constituency officer day general registration result number voter electoral \n",
- "12\t2.63158\tpublic pay money receive office payment order high give application report court legal month account process document act section accord \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting minister office current yesterday confidence motion week appointment budget meet \n",
- "14\t2.63158\tdevelopment policy government economic sector system country ensure national financial resource economy growth strategy key percent budget management plan investment \n",
- "15\t2.63158\tmedium issue government statement report decision public concern group political state question opposition call law action party raise corruption interest \n",
- "16\t2.63158\tproject support development work fund government infrastructure rural build provide building australian funding plan complete area program assistance improve facility \n",
- "17\t2.63158\tyear event country tourism day visit island culture local ceremony world today celebration host traditional great celebrate hold solomon history \n",
- "18\t2.63158\tbusiness market local increase country food good product industry year work agriculture worker small opportunity sell job grow produce farmer \n",
- "\n",
- "<450> LL/token: -8.22719\n",
- "<460> LL/token: -8.22627\n",
- "<470> LL/token: -8.22759\n",
- "<480> LL/token: -8.22621\n",
- "<490> LL/token: -8.22641\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle honiara week public ship transport boat passenger service officer flight vessel safety time arrive add work \n",
- "1\t2.63158\tpeople member leader parliament good country add church bill continue time work speak nation serve peace important respect change leadership \n",
- "2\t2.63158\tcountry island security region regional support visit meeting meet include cooperation official ramsi mission assistance leader delegation agreement international partnership \n",
- "3\t2.63158\tservice health medical provide staff hospital work people support care equipment supply include clinic patient centre nurse year receive add \n",
- "4\t2.63158\tpolice officer court charge rsipf accuse case man allege year arrest victim investigation incident prosecution force matter suspect public allegedly \n",
- "5\t2.63158\tcovid country case border response health continue test vaccine people risk number measure community public record positive report total emergency \n",
- "6\t2.63158\tcompany land issue log operation landowner area add activity mining process sign illegal deal law chief year site director investor \n",
- "7\t2.63158\twoman community training program work child youth support young programme participant train skill learn opportunity role knowledge family violence awareness \n",
- "8\t2.63158\twater island community area people disaster affect environment report fishery impact clean damage world live management supply fishing food small \n",
- "9\t2.63158\tteam play good game time competition player final match start goal week lead year half sport place today yesterday stage \n",
- "10\t2.63158\tfamily home leave find village time late night morning report call body day happen child man house life yesterday lose \n",
- "11\t2.63158\tstudent school election year education week study teacher candidate form vote constituency officer day number registration general result voter electoral \n",
- "12\t2.63158\tpublic pay money receive office payment order give application report high process legal account month document accord court section statement \n",
- "13\t2.63158\tgovernment provincial province national executive western premier member guadalcanal meeting current minister yesterday office confidence motion week budget appointment meet \n",
- "14\t2.63158\tdevelopment policy government economic sector system country ensure national resource growth economy develop financial key strategy budget plan management investment \n",
- "15\t2.63158\tmedium issue government statement decision public concern report state political group question call opposition law raise action interest corruption deal \n",
- "16\t2.63158\tproject support development work fund government infrastructure rural build provide building complete plan funding area improve program australian assistance include \n",
- "17\t2.63158\tevent year tourism country day visit culture island local ceremony world today celebration host great traditional celebrate hold history solomon \n",
- "18\t2.63158\tbusiness market local increase country food year good product work industry worker agriculture small sell job opportunity grow produce farmer \n",
- "\n",
- "<500> LL/token: -8.22689\n"
+ "<310> LL/token: -8.20498\n",
+ "<320> LL/token: -8.20379\n",
+ "<330> LL/token: -8.20219\n",
+ "<340> LL/token: -8.20372\n",
+ "\n",
+ "0\t2.63158\teconomy government economic increase budget percent growth revenue financial tax cost high total rate price expect sector investment estimate loan \n",
+ "1\t2.63158\tcountry island visit region trade security sign agreement assistance australian cooperation regional official aid include delegation relationship international chinese arrangement \n",
+ "2\t2.63158\tpeople time good thing money family leave year happen big lot long worker day start late home hard lose situation \n",
+ "3\t2.63158\tsupport rural economic market fishery constituency sector agriculture development product activity fund improve project program community benefit farmer industry export \n",
+ "4\t2.63158\tcommunity water food island people area village environment world high population local live impact management clean source resident environmental waste \n",
+ "5\t2.63158\treport plan work week month start team building result conduct assessment early survey complete follow carry damage house expect area \n",
+ "6\t2.63158\tpeople government political leader nation change ramsi corruption leadership party peace national good election lead social continue address law year \n",
+ "7\t2.63158\tpolice officer court case charge order accuse public vehicle high rsipf yesterday man matter allege office investigation law prosecution evidence \n",
+ "8\t2.63158\tcovid health support pandemic service response continue medical border provide emergency ensure include case measure situation travel time effort day \n",
+ "9\t2.63158\tcompany business log operation mining local operate land ship landowner grant export license director investor register foreign process owner application \n",
+ "10\t2.63158\tgovernment provincial province national people land development western guadalcanal add executive premier policy ensure area address propose continue work priority \n",
+ "11\t2.63158\tparliament fund payment pay finance ministry bill receive budget process member public government office pass yesterday election reveal confirm explain \n",
+ "12\t2.63158\tgovernment decision statement state concern question add interest deal power raise public opposition action call matter clear legal act fact \n",
+ "13\t2.63158\tmember meeting leader issue hold meet group minister today attend official state discuss include week yesterday discussion day important dialogue \n",
+ "14\t2.63158\tdevelopment policy develop economic strategy sustainable support management key implementation priority resource ensure sector plan national implement partner address capacity \n",
+ "15\t2.63158\tbusiness service government medium public provide information system ensure access work financial include sicci good note local industry social time \n",
+ "16\t2.63158\tproject infrastructure tourism work road investment development construction build include support improve provide facility transport opportunity economic major local complete \n",
+ "17\t2.63158\twoman education student training work child school program youth community young opportunity study family skill job learn staff experience train \n",
+ "18\t2.63158\tsupport people event acknowledge year development opportunity challenge continue work important host today community culture great commitment future present economic \n",
+ "\n",
+ "<350> LL/token: -8.20268\n",
+ "<360> LL/token: -8.20116\n",
+ "<370> LL/token: -8.19973\n",
+ "<380> LL/token: -8.19918\n",
+ "<390> LL/token: -8.1989\n",
+ "\n",
+ "0\t2.63158\teconomy government increase economic percent growth budget revenue tax financial cost high sector expect rate price total investment estimate low \n",
+ "1\t2.63158\tcountry island visit region trade security sign assistance agreement australian regional cooperation aid include official relationship delegation international establish chinese \n",
+ "2\t2.63158\tpeople time thing family good leave worker year money happen lot big long start home day lose send month hard \n",
+ "3\t2.63158\tsupport rural economic market fishery sector constituency agriculture activity product development improve industry program benefit export farmer community local area \n",
+ "4\t2.63158\tcommunity water food island village environment people area high impact world population live clean management environmental protect local waste small \n",
+ "5\t2.63158\treport work week plan month team start building assessment follow result survey early conduct carry complete office damage house area \n",
+ "6\t2.63158\tpeople political election government leader nation party ramsi corruption change leadership peace good national year lead continue law mission address \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse high vehicle yesterday rsipf matter man allege office investigation law prosecution evidence \n",
+ "8\t2.63158\tcovid health support response service pandemic medical continue border provide emergency ensure case include travel situation measure effort public safety \n",
+ "9\t2.63158\tcompany business log operation mining local land operate ship landowner investor director license owner export process foreign register grant pay \n",
+ "10\t2.63158\tgovernment provincial province national people land development western guadalcanal executive add premier policy ensure continue area assure issue address current \n",
+ "11\t2.63158\tparliament fund payment pay finance ministry bill receive government budget public process member pass reveal office explain approve confirm money \n",
+ "12\t2.63158\tgovernment decision statement concern state question deal interest add raise power opposition call public matter action legal clear claim act \n",
+ "13\t2.63158\tmember leader meeting issue group meet hold minister official include state attend today yesterday week discuss discussion day conference agree \n",
+ "14\t2.63158\tdevelopment policy develop support economic strategy sustainable key management implementation resource ensure plan priority national sector address partner implement capacity \n",
+ "15\t2.63158\tbusiness service government medium public system provide information financial ensure sicci good access note social include small important industry work \n",
+ "16\t2.63158\tproject infrastructure tourism work development road investment construction support build include facility provide fund improve transport economic major complete site \n",
+ "17\t2.63158\twoman education student training work child program school youth opportunity young community study skill family programme job support staff learn \n",
+ "18\t2.63158\tpeople support event work acknowledge challenge community year today continue host important culture future great opportunity commitment development add economic \n",
+ "\n",
+ "<400> LL/token: -8.19508\n",
+ "<410> LL/token: -8.19752\n",
+ "<420> LL/token: -8.19415\n",
+ "<430> LL/token: -8.19266\n",
+ "<440> LL/token: -8.19183\n",
+ "\n",
+ "0\t2.63158\teconomy government economic increase growth percent budget revenue tax high investment cost sector rate expect financial price total estimate loan \n",
+ "1\t2.63158\tcountry island region visit trade security sign assistance agreement regional australian cooperation include aid relationship delegation international official chinese partnership \n",
+ "2\t2.63158\tpeople time thing family worker leave good money year happen long lot big home lose give start day send month \n",
+ "3\t2.63158\tsupport rural market economic fishery sector constituency agriculture product activity improve industry benefit development export program farmer local community economy \n",
+ "4\t2.63158\tcommunity water food island people area village environment world high impact population live protect clean environmental waste management small resident \n",
+ "5\t2.63158\treport work week plan month team result building start early assessment conduct follow survey carry include end complete accord office \n",
+ "6\t2.63158\tpeople political election leader government nation corruption ramsi party parliament leadership peace change lead national confidence law year good continue \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse vehicle high yesterday rsipf man matter allege office investigation prosecution law money \n",
+ "8\t2.63158\tcovid health support response pandemic service continue medical border emergency ensure provide include case travel measure situation effort hospital day \n",
+ "9\t2.63158\tcompany business log operation mining local operate ship landowner investor director land license owner export foreign register grant process pay \n",
+ "10\t2.63158\tgovernment provincial province people national land development western guadalcanal add executive premier policy continue area address propose current ensure assure \n",
+ "11\t2.63158\tfund parliament payment government pay finance ministry budget bill public receive process pass financial member reveal approve total office money \n",
+ "12\t2.63158\tgovernment decision statement concern state question add deal interest raise power call opposition public matter claim action clear fact legal \n",
+ "13\t2.63158\tmember meeting leader issue hold minister meet group official attend today yesterday discuss include state week discussion conference day agree \n",
+ "14\t2.63158\tdevelopment policy develop economic support strategy sustainable national ensure resource key implementation management priority implement plan sector address partner capacity \n",
+ "15\t2.63158\tbusiness service medium government provide public system information financial access ensure social sicci note industry include good activity opportunity important \n",
+ "16\t2.63158\tproject infrastructure tourism development road work support investment construction fund build include facility provide improve transport major complete site funding \n",
+ "17\t2.63158\twoman education student training work child program school opportunity youth young community study skill family learn programme support staff job \n",
+ "18\t2.63158\tpeople support event work challenge community year acknowledge continue today host culture important great opportunity development future achieve commitment economic \n",
+ "\n",
+ "<450> LL/token: -8.19182\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<510> LL/token: -8.2252\n",
- "<520> LL/token: -8.22562\n",
- "<530> LL/token: -8.22639\n",
- "<540> LL/token: -8.22503\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle public week honiara ship boat transport passenger service flight vessel officer time add arrive safety drive \n",
- "1\t2.63158\tpeople member parliament leader good country add continue church bill time nation speak serve peace work change respect important bring \n",
- "2\t2.63158\tcountry island region security regional visit support meeting meet include cooperation official ramsi mission leader assistance delegation agreement international state \n",
- "3\t2.63158\tservice health medical provide staff hospital work support people care equipment supply include clinic patient centre year receive nurse add \n",
- "4\t2.63158\tpolice officer court charge rsipf case accuse man allege arrest year investigation victim incident prosecution force matter suspect public allegedly \n",
- "5\t2.63158\tcovid country case border response health test vaccine people continue risk measure number community record positive public emergency total report \n",
- "6\t2.63158\tcompany land issue log operation landowner area mining process activity add sign illegal chief deal law director concern investor accord \n",
- "7\t2.63158\twoman community training program work child youth support young programme participant train skill learn opportunity awareness knowledge violence activity family \n",
- "8\t2.63158\twater community island area people disaster affect environment fishery impact report clean world damage live supply management food fishing fish \n",
- "9\t2.63158\tteam play good game time final competition player match goal week start lead half sport place today yesterday year stage \n",
- "10\t2.63158\tfamily home leave report village find time late night morning call day child body man happen life people house area \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate form vote constituency officer general day number registration result voter process \n",
- "12\t2.63158\tpublic pay money receive office payment report give order application account process month legal accord total document statement high section \n",
- "13\t2.63158\tgovernment provincial province national executive western premier member guadalcanal meeting minister yesterday current office confidence motion week budget meet appointment \n",
- "14\t2.63158\tdevelopment government policy economic sector country system national ensure resource economy key strategy growth management financial budget develop plan sustainable \n",
- "15\t2.63158\tmedium issue government statement decision public concern report state group political call law question opposition action raise deal interest corruption \n",
- "16\t2.63158\tproject support development work fund government infrastructure rural build provide building plan complete funding area improve assistance program facility construction \n",
- "17\t2.63158\tevent year tourism country day visit island culture world local ceremony today celebration great host traditional celebrate hold award open \n",
- "18\t2.63158\tbusiness market local increase country year food good product industry work worker agriculture small grow sell job produce farmer high \n",
- "\n",
- "<550> LL/token: -8.22508\n",
- "<560> LL/token: -8.2252\n",
- "<570> LL/token: -8.2248\n",
- "<580> LL/token: -8.22469\n",
- "<590> LL/token: -8.22388\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle week public honiara ship boat transport passenger service flight time officer vessel safety add arrive drive \n",
- "1\t2.63158\tpeople member parliament leader good country add continue church bill time work nation peace serve speak important respect bring leadership \n",
- "2\t2.63158\tcountry island security region visit regional support meeting meet include official cooperation ramsi mission leader assistance delegation state international agreement \n",
- "3\t2.63158\tservice health medical provide work staff support hospital people care include equipment supply receive clinic patient centre nurse year doctor \n",
- "4\t2.63158\tpolice officer court charge case rsipf accuse man allege year arrest investigation victim incident prosecution force matter public suspect allegedly \n",
- "5\t2.63158\tcovid country case border continue response health test vaccine people risk measure community number record positive public report remain emergency \n",
- "6\t2.63158\tcompany land issue log operation landowner area mining activity process add illegal law sign deal chief director local accord concern \n",
- "7\t2.63158\twoman community training program work child youth support young programme train participant skill learn opportunity awareness violence knowledge activity family \n",
- "8\t2.63158\twater community island area people disaster affect environment fishery report impact clean world live damage management supply fishing food small \n",
- "9\t2.63158\tteam play good game time competition player match final start today goal year week half lead sport place yesterday stage \n",
- "10\t2.63158\tfamily home leave report village find late night time morning call child day man body happen area house death life \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate vote form constituency general officer number day registration result voter electoral \n",
- "12\t2.63158\tpublic pay money receive office payment report give application month account process order accord document total statement request fund contract \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting yesterday minister office current confidence motion week budget appointment hold \n",
- "14\t2.63158\tdevelopment policy government economic sector system country ensure national resource key strategy economy growth plan develop management budget financial sustainable \n",
- "15\t2.63158\tmedium issue government statement decision public concern report state political call opposition question law group action raise interest corruption deal \n",
- "16\t2.63158\tproject support development work fund government infrastructure rural build provide building complete funding area plan improve program assistance facility year \n",
- "17\t2.63158\tevent year tourism country day visit culture island world ceremony local today celebration great host celebrate traditional history open hold \n",
- "18\t2.63158\tbusiness market local increase country year food product good industry percent worker agriculture grow work sell high produce job small \n",
- "\n",
- "<600> LL/token: -8.22357\n",
- "<610> LL/token: -8.22315\n",
- "<620> LL/token: -8.22082\n",
- "<630> LL/token: -8.22089\n",
- "<640> LL/token: -8.22082\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle week honiara ship boat public transport passenger service officer flight vessel arrive safety time add drive \n",
- "1\t2.63158\tpeople member parliament leader good country add continue time church bill nation work peace speak serve respect important bring leadership \n",
- "2\t2.63158\tcountry island security region visit regional support meeting meet official cooperation include ramsi mission assistance leader delegation agreement international discuss \n",
- "3\t2.63158\tservice health medical provide work support hospital staff people care supply equipment include year clinic patient receive centre nurse doctor \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege year arrest investigation victim prosecution incident force matter public suspect allegedly \n",
- "5\t2.63158\tcovid country case border response health continue test vaccine people risk number measure community public positive record report total remain \n",
- "6\t2.63158\tcompany land issue log operation landowner area mining activity law illegal process add sign chief deal director order site local \n",
- "7\t2.63158\twoman community training program work child youth support young programme train participant skill opportunity learn awareness violence family knowledge activity \n",
- "8\t2.63158\twater island community area people disaster environment affect report impact fishery clean world damage live management food fishing supply small \n",
- "9\t2.63158\tteam play good game time competition final player match week lead goal start place half sport today yesterday year stage \n",
- "10\t2.63158\tfamily home leave village report find time late night morning day call man child body happen life death area people \n",
- "11\t2.63158\tstudent school election year education study week teacher candidate form vote constituency general officer day number result registration high voter \n",
- "12\t2.63158\tpublic pay money receive office report payment give application month process account accord total document statement order request financial fund \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting yesterday current minister office confidence motion budget week appointment meet \n",
- "14\t2.63158\tdevelopment policy government economic sector system country ensure national resource develop key strategy economy growth plan management sustainable financial address \n",
- "15\t2.63158\tmedium issue government statement decision public concern state report political question opposition group call law action raise deal corruption add \n",
- "16\t2.63158\tproject support development work fund government infrastructure build rural provide building complete area funding improve plan year program facility assistance \n",
- "17\t2.63158\tevent year country day tourism visit island culture local ceremony world today celebration host great traditional celebrate open history hold \n",
- "18\t2.63158\tbusiness market increase local year country percent food good product industry worker agriculture high work sell produce grow farmer job \n",
- "\n",
- "<650> LL/token: -8.22029\n"
+ "<460> LL/token: -8.19259\n",
+ "<470> LL/token: -8.19155\n",
+ "<480> LL/token: -8.19269\n",
+ "<490> LL/token: -8.19309\n",
+ "\n",
+ "0\t2.63158\teconomy economic government increase percent growth revenue budget tax high cost investment sector rate expect price financial estimate total loan \n",
+ "1\t2.63158\tcountry island visit region trade security assistance sign regional agreement australian cooperation aid include international relationship delegation official establish partnership \n",
+ "2\t2.63158\tpeople time thing family leave worker money good year long happen lot day big home number start call lose give \n",
+ "3\t2.63158\trural support market economic fishery sector constituency agriculture product activity benefit industry improve development economy farmer local program export community \n",
+ "4\t2.63158\tcommunity water food island area people environment village impact live world population high environmental small management clean threat waste protect \n",
+ "5\t2.63158\treport work week plan month team early result start building conduct assessment survey carry include process house damage office expect \n",
+ "6\t2.63158\tpeople political government election leader parliament nation corruption ramsi leadership party peace good confidence lead national change year law continue \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse vehicle high yesterday rsipf matter man allege office investigation force prosecution law \n",
+ "8\t2.63158\tcovid health support service response pandemic continue medical ensure border emergency provide include case situation travel measure effort operation public \n",
+ "9\t2.63158\tcompany business log operation mining land local operate landowner ship investor license director foreign process export register owner activity grant \n",
+ "10\t2.63158\tgovernment provincial province people national land development western guadalcanal add executive premier area continue issue address ensure propose policy current \n",
+ "11\t2.63158\tfund parliament payment budget finance government ministry pay public bill receive process financial approve pass total accord committee contract account \n",
+ "12\t2.63158\tgovernment decision statement concern state question deal add interest opposition raise power call claim matter action medium public clear fact \n",
+ "13\t2.63158\tmember meeting leader issue minister meet hold group official attend state today include discuss yesterday discussion week day senior conference \n",
+ "14\t2.63158\tdevelopment policy develop economic support strategy sustainable national key ensure management resource partner priority implementation implement plan sector address capacity \n",
+ "15\t2.63158\tbusiness service government provide system public medium information access financial include ensure sicci note local good social work industry important \n",
+ "16\t2.63158\tproject infrastructure tourism development road work support fund construction build include facility investment provide improve transport funding complete major government \n",
+ "17\t2.63158\twoman education student training work child program school opportunity youth young community study family skill support programme employment job learn \n",
+ "18\t2.63158\tpeople support event work community challenge year acknowledge today continue host culture development important future opportunity great economic achieve world \n",
+ "\n",
+ "<500> LL/token: -8.1923\n",
+ "<510> LL/token: -8.19114\n",
+ "<520> LL/token: -8.1873\n",
+ "<530> LL/token: -8.18834\n",
+ "<540> LL/token: -8.18912\n",
+ "\n",
+ "0\t2.63158\teconomy economic increase government growth percent revenue tax high cost investment sector rate financial price expect level impact estimate low \n",
+ "1\t2.63158\tcountry island visit region assistance trade sign security regional agreement australian cooperation aid include relationship delegation international official establish partnership \n",
+ "2\t2.63158\tpeople time thing good worker family leave year money happen lot long big start day home lose send month number \n",
+ "3\t2.63158\trural market support economic fishery sector constituency agriculture product industry benefit activity improve local export farmer program economy livelihood development \n",
+ "4\t2.63158\tcommunity water island food environment area world people impact high population village management environmental live clean reduce waste small action \n",
+ "5\t2.63158\treport work week plan month team early conduct result office follow process building assessment include start survey carry complete end \n",
+ "6\t2.63158\tpeople government political election leader parliament nation ramsi corruption party leadership peace confidence lead change national law serve good mission \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse vehicle high yesterday rsipf matter man office allege investigation law prosecution property \n",
+ "8\t2.63158\tcovid health support response service pandemic continue medical border ensure emergency include case provide situation measure travel effort time hospital \n",
+ "9\t2.63158\tcompany business log operation mining land local operate ship investor landowner director license process foreign owner register activity export regulation \n",
+ "10\t2.63158\tgovernment provincial province people national land development western guadalcanal executive premier add continue address ensure work policy issue assure current \n",
+ "11\t2.63158\tbudget fund parliament payment government ministry finance pay receive bill public money financial total pass process approve dollar explain account \n",
+ "12\t2.63158\tgovernment statement decision concern state question deal add medium interest opposition public power claim call raise matter action make clear \n",
+ "13\t2.63158\tmember meeting leader issue minister hold meet group official today attend state yesterday discuss include discussion senior week conference open \n",
+ "14\t2.63158\tdevelopment policy economic support develop strategy sustainable ensure national key resource priority implementation sector implement management partner plan address reform \n",
+ "15\t2.63158\tbusiness service government provide system public medium information access financial sicci ensure good include industry note social small opportunity create \n",
+ "16\t2.63158\tproject infrastructure tourism development road support work fund build construction facility provide include improve government transport investment complete site deliver \n",
+ "17\t2.63158\twoman work education student training child program school opportunity youth young study community family skill support programme job employment learn \n",
+ "18\t2.63158\tpeople support event community year work acknowledge continue challenge today important culture host future great achieve day church commitment opportunity \n",
+ "\n",
+ "<550> LL/token: -8.18988\n",
+ "<560> LL/token: -8.18937\n",
+ "<570> LL/token: -8.18616\n",
+ "<580> LL/token: -8.18536\n",
+ "<590> LL/token: -8.18457\n",
+ "\n",
+ "0\t2.63158\teconomy economic increase government percent growth revenue tax high investment cost sector rate expect price financial level low remain loan \n",
+ "1\t2.63158\tcountry island visit region trade assistance security regional sign agreement cooperation australian aid include relationship delegation international official support partnership \n",
+ "2\t2.63158\tpeople time thing good family worker leave year money lot long happen day big home number month hard start late \n",
+ "3\t2.63158\trural market support fishery economic agriculture product sector constituency industry benefit improve activity export local farmer community economy program food \n",
+ "4\t2.63158\twater community island environment food area impact world environmental high people management live damage population disaster climate clean level global \n",
+ "5\t2.63158\treport work plan week team month start follow process office result conduct early include building assessment carry survey area accord \n",
+ "6\t2.63158\tgovernment political people election parliament leader nation corruption ramsi party peace confidence national leadership law good lead change continue serve \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse vehicle high yesterday rsipf man matter allege law investigation prosecution property office \n",
+ "8\t2.63158\tcovid health support response service pandemic continue medical ensure border provide emergency case include situation measure travel public effort day \n",
+ "9\t2.63158\tcompany business log operation mining land operate local ship landowner investor director license foreign process owner register regulation grant shipping \n",
+ "10\t2.63158\tgovernment provincial province people national land development western guadalcanal executive add premier continue address propose area assure work issue ensure \n",
+ "11\t2.63158\tbudget fund government parliament payment finance ministry pay public bill receive financial total money process pass funding reveal approve dollar \n",
+ "12\t2.63158\tgovernment statement decision concern question state add deal medium opposition power claim interest call public matter raise action clear fact \n",
+ "13\t2.63158\tmember leader meeting issue minister meet group hold official yesterday attend today discuss state include discussion senior week day open \n",
+ "14\t2.63158\tdevelopment policy economic support strategy develop national ensure sustainable sector key resource priority management implement implementation partner reform plan capacity \n",
+ "15\t2.63158\tbusiness service provide system public government medium information financial access sicci ensure opportunity note industry good create local important social \n",
+ "16\t2.63158\tproject infrastructure tourism development road work support build fund construction facility include provide improve transport government investment complete site funding \n",
+ "17\t2.63158\twoman education work student training program child school opportunity youth young community study family skill support job learn australian programme \n",
+ "18\t2.63158\tpeople event support community work year challenge acknowledge continue today host culture important future economic add great church speak good \n",
+ "\n",
+ "<600> LL/token: -8.18534\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<660> LL/token: -8.21934\n",
- "<670> LL/token: -8.21935\n",
- "<680> LL/token: -8.21889\n",
- "<690> LL/token: -8.21913\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle public honiara week ship boat transport passenger service officer flight vessel arrive safety time drive add \n",
- "1\t2.63158\tpeople member leader parliament good country add continue church bill time work nation speak peace serve important respect leadership change \n",
- "2\t2.63158\tcountry island security region visit regional support meeting meet include cooperation official ramsi mission assistance leader state international delegation issue \n",
- "3\t2.63158\tservice health medical provide support work staff hospital people care receive equipment supply clinic patient centre include nurse week year \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege year arrest investigation victim prosecution incident force matter public suspect allegedly \n",
- "5\t2.63158\tcovid country case border response health people continue test vaccine community risk measure number positive record public total remain report \n",
- "6\t2.63158\tcompany land issue log operation landowner area mining activity add illegal process sign law chief deal order director local give \n",
- "7\t2.63158\twoman community training program work child youth support young programme train opportunity participant skill learn violence awareness knowledge family activity \n",
- "8\t2.63158\twater island community area people disaster affect environment report fishery impact clean live world damage management supply fishing food assessment \n",
- "9\t2.63158\tteam play good game time competition week final player match start lead goal half sport today place yesterday year stage \n",
- "10\t2.63158\tfamily home leave village report find late night time morning child call man body day happen life house death area \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate vote form constituency officer general day registration result number voter national \n",
- "12\t2.63158\tpublic pay money receive office payment report application give process month account accord total statement document financial fund reveal request \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting current yesterday office minister confidence motion budget week appointment year \n",
- "14\t2.63158\tdevelopment policy government economic sector country system ensure national resource key plan develop strategy economy management growth address achieve sustainable \n",
- "15\t2.63158\tmedium issue government statement decision public concern report question political state call opposition law group action raise deal corruption interest \n",
- "16\t2.63158\tproject support development work fund government infrastructure rural build building provide complete area funding plan improve program year include assistance \n",
- "17\t2.63158\tevent year country day tourism visit island culture local ceremony world today celebration host traditional great celebrate history open hold \n",
- "18\t2.63158\tbusiness market increase local year country percent food good product industry worker high agriculture grow produce sell farmer small work \n",
- "\n",
- "<700> LL/token: -8.21927\n",
- "<710> LL/token: -8.21962\n",
- "<720> LL/token: -8.21915\n",
- "<730> LL/token: -8.21927\n",
- "<740> LL/token: -8.21975\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle honiara public week ship boat transport passenger officer service flight vessel safety arrive time drive add \n",
- "1\t2.63158\tpeople member leader parliament good country add church time bill continue work nation peace serve speak respect important leadership change \n",
- "2\t2.63158\tcountry island security visit region regional support meeting meet include official cooperation assistance ramsi mission agreement leader state delegation international \n",
- "3\t2.63158\tservice health medical provide support work staff hospital people care supply include receive equipment clinic patient centre nurse year doctor \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege year arrest investigation victim prosecution incident force matter public suspect allegedly \n",
- "5\t2.63158\tcovid country case border health response continue people test vaccine risk measure community record public number positive report week emergency \n",
- "6\t2.63158\tcompany land issue log operation landowner mining area activity process add illegal law deal sign order chief director legal accord \n",
- "7\t2.63158\twoman community training program work child youth support young programme opportunity train participant skill learn awareness violence knowledge activity family \n",
- "8\t2.63158\twater island community area people disaster affect environment report fishery impact clean live world management damage food assessment fishing supply \n",
- "9\t2.63158\tteam play good game time competition final player week match start goal lead half sport today place year yesterday stage \n",
- "10\t2.63158\tfamily home leave village find report late night time child call morning man happen body day death area life house \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate form vote constituency general day officer registration result number voter electoral \n",
- "12\t2.63158\tpublic pay money receive office report payment give application process month account total accord statement fund document financial request reveal \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting yesterday minister current office week confidence motion budget appointment hold \n",
- "14\t2.63158\tdevelopment policy government economic sector country system ensure national develop key resource strategy growth economy plan address management sustainable achieve \n",
- "15\t2.63158\tmedium issue government statement decision public concern state report question political opposition law call group action raise deal corruption claim \n",
- "16\t2.63158\tproject support development work fund infrastructure government rural build building provide area complete funding plan improve year program facility assistance \n",
- "17\t2.63158\tevent year day country tourism island culture visit local ceremony world today celebration great host traditional celebrate history hold award \n",
- "18\t2.63158\tbusiness market increase local year country percent food good product industry worker high agriculture grow produce sell small farmer work \n",
- "\n",
- "<750> LL/token: -8.22\n",
- "<760> LL/token: -8.21949\n",
- "<770> LL/token: -8.21982\n",
- "<780> LL/token: -8.22002\n",
- "<790> LL/token: -8.21895\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle honiara week public ship boat transport passenger officer time flight service arrive vessel safety drive add \n",
- "1\t2.63158\tpeople member leader parliament good country add continue church bill time nation work speak peace serve important respect leadership bring \n",
- "2\t2.63158\tcountry island security region visit regional support meeting meet include official cooperation ramsi mission assistance leader international delegation partnership sign \n",
- "3\t2.63158\tservice health medical provide support staff work hospital people care equipment supply receive include clinic patient centre year nurse doctor \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege arrest year investigation victim prosecution matter incident public force suspect allegedly \n",
- "5\t2.63158\tcovid country case border health response continue test vaccine people risk community public number measure positive record remain emergency situation \n",
- "6\t2.63158\tcompany land issue log operation landowner law mining process area illegal order activity deal chief add sign director legal claim \n",
- "7\t2.63158\twoman community training program work child youth support young opportunity programme train participant learn skill violence awareness knowledge role activity \n",
- "8\t2.63158\twater island community area people disaster affect environment fishery impact report clean world live damage management supply food fishing fish \n",
- "9\t2.63158\tteam play good game time competition final player match week today goal start lead half sport year yesterday place stage \n",
- "10\t2.63158\tfamily home leave village report find late time night call morning child man body day happen area life house death \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate vote form constituency general day officer result number registration high voter \n",
- "12\t2.63158\tpublic pay money receive report office payment give application month account total financial process fund accord reveal document statement ministry \n",
- "13\t2.63158\tgovernment provincial province national executive western premier member guadalcanal meeting office minister current yesterday confidence motion budget week appointment hold \n",
- "14\t2.63158\tdevelopment government policy economic sector country system ensure national key resource develop plan strategy management economy growth address sustainable achieve \n",
- "15\t2.63158\tmedium issue statement government decision public concern report state question political opposition call group action law raise corruption deal claim \n",
- "16\t2.63158\tproject support development work fund infrastructure government rural build building provide complete area funding community plan improve year program facility \n",
- "17\t2.63158\tevent year country tourism day visit island culture local world ceremony today celebration great host traditional celebrate history hold solomon \n",
- "18\t2.63158\tbusiness market increase local year country percent food good product industry high worker agriculture grow sell produce farmer job small \n",
- "\n",
- "<800> LL/token: -8.21899\n"
+ "<610> LL/token: -8.18542\n",
+ "<620> LL/token: -8.18504\n",
+ "<630> LL/token: -8.187\n",
+ "<640> LL/token: -8.1846\n",
+ "\n",
+ "0\t2.63158\teconomy economic increase government percent growth revenue high tax investment cost rate sector expect level price impact low current loan \n",
+ "1\t2.63158\tcountry island region visit trade security regional agreement assistance sign australian cooperation include aid relationship delegation international official establish partnership \n",
+ "2\t2.63158\tpeople time thing good family leave worker year money lot happen big long home day month give start send late \n",
+ "3\t2.63158\trural market support fishery economic agriculture product sector constituency industry activity benefit export local farmer improve food livelihood tuna production \n",
+ "4\t2.63158\tcommunity water island environment impact food world area people environmental high damage climate global management live disaster population resource small \n",
+ "5\t2.63158\treport work plan week team month process office conduct result start include carry assessment follow early survey building complete number \n",
+ "6\t2.63158\tgovernment political people election leader parliament nation ramsi corruption peace party confidence change lead leadership good law national serve motion \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse yesterday vehicle high rsipf matter man allege investigation law property prosecution office \n",
+ "8\t2.63158\tcovid health support response service pandemic continue medical ensure provide border emergency case situation travel include measure effort public time \n",
+ "9\t2.63158\tcompany business log operation mining land local operate investor ship landowner director license foreign register process owner pay grant regulation \n",
+ "10\t2.63158\tgovernment provincial province people national land western development guadalcanal add executive premier work continue ensure assure propose address area issue \n",
+ "11\t2.63158\tgovernment budget fund parliament finance payment ministry pay public bill receive total financial pass money approve cost account reveal process \n",
+ "12\t2.63158\tgovernment statement decision concern state question medium add deal interest opposition claim call power raise public matter action clear make \n",
+ "13\t2.63158\tmember meeting leader issue minister hold meet group official attend yesterday state discuss today include discussion week senior day follow \n",
+ "14\t2.63158\tdevelopment policy economic support strategy develop national sustainable sector ensure key resource implement priority implementation partner management plan reform focus \n",
+ "15\t2.63158\tbusiness service provide system government public information medium financial access include opportunity industry sicci note create good ensure social encourage \n",
+ "16\t2.63158\tproject infrastructure tourism development road support work fund build construction facility include improve provide transport funding investment site complete deliver \n",
+ "17\t2.63158\twoman education student training work program child school opportunity youth young community study skill family support learn programme job employment \n",
+ "18\t2.63158\tpeople event community support year acknowledge challenge today continue work host culture future important day add church great traditional opportunity \n",
+ "\n",
+ "<650> LL/token: -8.18262\n",
+ "<660> LL/token: -8.18253\n",
+ "<670> LL/token: -8.18364\n",
+ "<680> LL/token: -8.18249\n",
+ "<690> LL/token: -8.18442\n",
+ "\n",
+ "0\t2.63158\teconomy economic increase percent government growth revenue high tax investment cost rate expect level price sector impact low loan remain \n",
+ "1\t2.63158\tcountry island region visit regional trade security assistance agreement australian cooperation sign include aid relationship delegation international partnership official support \n",
+ "2\t2.63158\tpeople time thing good worker family leave year money lot happen long home big day month start send situation number \n",
+ "3\t2.63158\trural market support fishery economic constituency agriculture product industry sector export local benefit improve farmer activity food livelihood tuna production \n",
+ "4\t2.63158\twater community island environment impact area food world high climate environmental people population damage global disaster management live affect action \n",
+ "5\t2.63158\treport work plan team week process conduct office include follow month carry assessment result survey start set officer complete early \n",
+ "6\t2.63158\tpolitical government people election parliament leader corruption ramsi nation party peace law confidence change lead leadership good motion national mission \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse yesterday vehicle high rsipf matter office man allege property investigation prosecution money \n",
+ "8\t2.63158\tcovid health support service response pandemic medical ensure continue border emergency case provide situation include travel measure day public time \n",
+ "9\t2.63158\tcompany business log operation land mining local investor ship operate landowner director license foreign law register owner grant export pay \n",
+ "10\t2.63158\tgovernment provincial province people national land development western guadalcanal executive add premier continue address work issue assure area ensure important \n",
+ "11\t2.63158\tgovernment budget fund payment finance ministry parliament pay bill public receive financial total pass funding money dollar approve cost process \n",
+ "12\t2.63158\tgovernment statement decision concern question state medium add deal claim raise opposition call power interest public matter action fact clear \n",
+ "13\t2.63158\tmember meeting leader issue minister hold meet group official attend yesterday discuss today state week discussion senior include follow conference \n",
+ "14\t2.63158\tdevelopment policy economic support sector strategy sustainable develop key ensure national resource implement priority partner implementation management plan address reform \n",
+ "15\t2.63158\tbusiness service provide system government public information medium financial access note sicci ensure important industry include opportunity local good social \n",
+ "16\t2.63158\tproject infrastructure tourism development support road work build construction facility fund include improve provide transport site complete investment funding economic \n",
+ "17\t2.63158\twoman education student training work program child school opportunity youth young study family skill community programme support learn job train \n",
+ "18\t2.63158\tpeople community support event year continue challenge acknowledge work today important culture host future day church add great achieve traditional \n",
+ "\n",
+ "<700> LL/token: -8.18601\n",
+ "<710> LL/token: -8.18528\n",
+ "<720> LL/token: -8.18649\n",
+ "<730> LL/token: -8.18646\n",
+ "<740> LL/token: -8.18614\n",
+ "\n",
+ "0\t2.63158\teconomy economic increase government percent growth revenue high tax investment cost sector rate expect price impact level loan remain low \n",
+ "1\t2.63158\tcountry island region visit security trade regional assistance agreement australian cooperation sign include aid relationship partnership international chinese support official \n",
+ "2\t2.63158\tpeople time thing leave good worker family year money lot home happen month start big day long number week send \n",
+ "3\t2.63158\trural market support fishery agriculture product economic industry constituency sector local food benefit export activity farmer improve livelihood tuna production \n",
+ "4\t2.63158\twater community island environment impact area world climate global environmental management people damage disaster food high live population action level \n",
+ "5\t2.63158\treport work plan team week process office conduct include month start carry result assessment officer survey follow early area information \n",
+ "6\t2.63158\tpolitical government election people parliament leader corruption ramsi nation peace change confidence lead leadership law party national year good serve \n",
+ "7\t2.63158\tpolice court officer case charge order public accuse high yesterday vehicle rsipf man matter allege office investigation law property prosecution \n",
+ "8\t2.63158\tcovid health support service response pandemic medical ensure continue border emergency provide situation case public include measure travel time day \n",
+ "9\t2.63158\tcompany land business log operation mining investor operate landowner ship local license foreign director owner process pay law grant register \n",
+ "10\t2.63158\tgovernment provincial province people national development western guadalcanal add executive premier land continue work assure issue ensure address current area \n",
+ "11\t2.63158\tgovernment budget fund finance payment parliament ministry public pay bill receive financial total money funding pass dollar reveal account committee \n",
+ "12\t2.63158\tgovernment decision statement concern question state medium add deal interest opposition claim raise call power public matter clear action point \n",
+ "13\t2.63158\tmember meeting leader issue minister meet hold group official yesterday attend discuss today state include discussion senior week follow delegation \n",
+ "14\t2.63158\tdevelopment policy economic support sector strategy develop sustainable key national resource ensure priority management implement partner implementation address reform improve \n",
+ "15\t2.63158\tbusiness service provide system public government information medium financial access ensure include industry note opportunity sicci small create local important \n",
+ "16\t2.63158\tproject infrastructure tourism development road support work build construction fund provide facility improve transport include complete site deliver major funding \n",
+ "17\t2.63158\twoman education work student training child program school opportunity youth young community family study skill support learn programme employment train \n",
+ "18\t2.63158\tpeople community event support year challenge today continue acknowledge important work host culture future day church great add time traditional \n",
+ "\n",
+ "<750> LL/token: -8.18711\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<810> LL/token: -8.21944\n",
- "<820> LL/token: -8.21918\n",
- "<830> LL/token: -8.21859\n",
- "<840> LL/token: -8.21928\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle honiara week public ship boat transport passenger officer service flight time vessel arrive safety add drive \n",
- "1\t2.63158\tpeople member leader parliament good country add continue church bill time speak work nation serve peace respect important change leadership \n",
- "2\t2.63158\tcountry island security region visit regional support meeting meet include official cooperation ramsi mission assistance leader issue delegation discuss state \n",
- "3\t2.63158\tservice health medical provide support work hospital staff people care supply equipment include clinic receive patient centre nurse year doctor \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege year arrest investigation prosecution victim matter incident public suspect force allegedly \n",
- "5\t2.63158\tcovid country case border health people response test vaccine continue risk community measure public positive record number week emergency situation \n",
- "6\t2.63158\tcompany land issue log operation landowner law mining order area process activity illegal sign chief deal director legal add operate \n",
- "7\t2.63158\twoman community training program work child youth support young programme opportunity train participant skill learn awareness violence activity knowledge family \n",
- "8\t2.63158\twater island area community people disaster affect environment report fishery impact clean world live management damage assessment food fishing supply \n",
- "9\t2.63158\tteam play good time game competition player final start match week lead goal today year sport place half yesterday stage \n",
- "10\t2.63158\tfamily home leave village report find late time night child man call morning happen body day life house death area \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate vote form constituency officer general day result registration number national voter \n",
- "12\t2.63158\tpublic pay money receive report office payment give month application fund total account financial process accord statement document reveal ministry \n",
- "13\t2.63158\tgovernment provincial province national executive western premier member guadalcanal office meeting minister yesterday current confidence motion budget appointment week meet \n",
- "14\t2.63158\tdevelopment policy government economic sector country system ensure national develop key plan resource strategy management growth achieve address economy sustainable \n",
- "15\t2.63158\tmedium issue decision statement government public concern state report question opposition political group call law action raise deal corruption claim \n",
- "16\t2.63158\tproject support development work fund infrastructure government rural build building provide complete area funding year improve community plan program constituency \n",
- "17\t2.63158\tevent year country tourism day visit culture island local world ceremony today great celebration host traditional celebrate history solomon time \n",
- "18\t2.63158\tbusiness market increase local year percent country food product good industry high worker agriculture sell grow farmer produce job small \n",
- "\n",
- "<850> LL/token: -8.2195\n",
- "<860> LL/token: -8.21833\n",
- "<870> LL/token: -8.21824\n",
- "<880> LL/token: -8.21763\n",
- "<890> LL/token: -8.21846\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle honiara week public ship boat transport passenger officer flight service time arrive vessel safety drive add \n",
- "1\t2.63158\tpeople member leader parliament good country add church bill continue time work nation serve speak peace change respect leadership bring \n",
- "2\t2.63158\tcountry island security visit region regional support meeting meet include official cooperation ramsi mission assistance leader state partnership agreement sign \n",
- "3\t2.63158\tservice health provide medical support work staff hospital people care equipment supply receive include clinic patient centre nurse doctor year \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege year arrest investigation prosecution victim incident matter public suspect force allegedly \n",
- "5\t2.63158\tcovid country case border health continue people response test vaccine public risk measure community positive record number emergency situation person \n",
- "6\t2.63158\tcompany land issue log operation landowner order law mining process add illegal activity legal area chief sign deal director business \n",
- "7\t2.63158\twoman community training program work child youth support young programme train participant opportunity skill learn awareness violence knowledge family activity \n",
- "8\t2.63158\twater island area community people disaster affect environment report impact fishery clean world live management damage assessment supply fishing food \n",
- "9\t2.63158\tteam play good time game competition start player match final goal week lead today place year sport half yesterday stage \n",
- "10\t2.63158\tfamily home leave report village find time late child night call man day morning body happen life area house death \n",
- "11\t2.63158\tstudent school election year education study week teacher candidate vote form constituency officer day number general registration result high voter \n",
- "12\t2.63158\tpay public money receive report office payment give month application total fund financial account statement ministry process reveal accord document \n",
- "13\t2.63158\tgovernment provincial province national executive western member premier guadalcanal meeting office minister current yesterday confidence motion week year appointment budget \n",
- "14\t2.63158\tdevelopment policy government economic sector country system ensure national develop resource key plan strategy address growth management economy sustainable priority \n",
- "15\t2.63158\tmedium issue decision statement government public concern question state report opposition political call group law action raise deal claim corruption \n",
- "16\t2.63158\tproject support development work fund infrastructure rural government build building area complete provide funding community improve year program plan facility \n",
- "17\t2.63158\tevent year country tourism day culture visit island local world ceremony today celebration host traditional great celebrate award history hold \n",
- "18\t2.63158\tbusiness market increase local year percent country food product good industry worker high agriculture grow sell produce farmer job small \n",
- "\n",
- "<900> LL/token: -8.218\n",
- "<910> LL/token: -8.21848\n",
- "<920> LL/token: -8.21843\n",
- "<930> LL/token: -8.21819\n",
- "<940> LL/token: -8.21828\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle honiara public week ship boat transport passenger officer service flight vessel arrive time safety add drive \n",
- "1\t2.63158\tpeople member leader parliament good country add continue church bill time nation peace serve speak work change respect leadership bring \n",
- "2\t2.63158\tcountry island security visit region regional support meeting meet cooperation official include assistance ramsi mission agreement delegation partnership leader discuss \n",
- "3\t2.63158\tservice health provide medical support work staff hospital people care equipment supply receive include clinic patient centre nurse team year \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege year arrest investigation prosecution matter victim public incident suspect allegedly force \n",
- "5\t2.63158\tcovid country case health border people response continue test vaccine community risk measure public number positive record emergency remain person \n",
- "6\t2.63158\tcompany land issue log operation order law landowner mining illegal process activity add legal area sign chief business director deal \n",
- "7\t2.63158\twoman community training program work child youth support young programme train participant learn opportunity skill violence awareness knowledge activity family \n",
- "8\t2.63158\twater island area community people disaster affect environment report fishery impact live clean world damage management food fishing supply assessment \n",
- "9\t2.63158\tteam play good game time competition player match final goal week lead start sport place today half year stage yesterday \n",
- "10\t2.63158\tfamily home leave report village find late night time child call man morning happen body day life area house death \n",
- "11\t2.63158\tstudent school election year education study teacher week candidate form vote constituency day officer result general registration number high voter \n",
- "12\t2.63158\tpay money public receive report payment office total give application fund financial month account process accord ministry statement reveal cost \n",
- "13\t2.63158\tgovernment provincial province national executive western premier guadalcanal member meeting office minister current yesterday confidence motion week appointment follow issue \n",
- "14\t2.63158\tdevelopment policy government economic sector country system ensure national key develop resource plan strategy address management achieve growth sustainable priority \n",
- "15\t2.63158\tmedium issue statement decision public government concern state question report political opposition call group action law deal claim raise corruption \n",
- "16\t2.63158\tproject support development work fund infrastructure rural government build building area complete provide funding plan year community improve program facility \n",
- "17\t2.63158\tevent year country tourism day island culture visit local ceremony world today celebration host great traditional celebrate history hold time \n",
- "18\t2.63158\tbusiness market increase year local country percent food product good industry high worker agriculture grow sell produce farmer job small \n",
- "\n",
- "<950> LL/token: -8.21864\n"
+ "<760> LL/token: -8.1876\n",
+ "<770> LL/token: -8.1872\n",
+ "<780> LL/token: -8.18668\n",
+ "<790> LL/token: -8.18587\n",
+ "\n",
+ "0\t2.63158\teconomy increase economic percent growth government revenue high tax investment cost rate expect sector level low price impact loan remain \n",
+ "1\t2.63158\tcountry island region visit regional security trade assistance agreement australian cooperation sign economic aid include relationship international partnership support opportunity \n",
+ "2\t2.63158\tpeople time thing leave worker family good year money day home lot happen long big start month send place number \n",
+ "3\t2.63158\trural market support fishery agriculture product industry constituency sector economic food local export benefit activity farmer improve livelihood production tuna \n",
+ "4\t2.63158\twater community island environment impact area world climate global environmental people management damage action disaster small high live population resource \n",
+ "5\t2.63158\treport work plan week team process include conduct office carry officer month assessment result follow activity survey start early information \n",
+ "6\t2.63158\tpolitical government people election parliament leader corruption ramsi nation peace confidence lead leadership law party change year good motion serve \n",
+ "7\t2.63158\tpolice court officer case charge order public accuse vehicle high yesterday matter rsipf man office allege investigation law prosecution money \n",
+ "8\t2.63158\tcovid health support service response pandemic continue medical emergency provide ensure border case situation include public measure travel effort hospital \n",
+ "9\t2.63158\tcompany land business log operation mining investor operate landowner ship local license director process owner law foreign pay export register \n",
+ "10\t2.63158\tgovernment provincial province people national western development guadalcanal executive add premier continue work address assure current ensure area issue good \n",
+ "11\t2.63158\tbudget government fund finance payment public parliament ministry pay bill receive financial total money dollar approve funding pass reveal cost \n",
+ "12\t2.63158\tgovernment decision statement concern medium question state add deal interest public claim opposition power raise call matter action fact clear \n",
+ "13\t2.63158\tmember meeting leader issue meet minister hold official group yesterday attend include discuss today state discussion senior delegation week follow \n",
+ "14\t2.63158\tdevelopment policy economic support sector strategy ensure national develop key resource priority partner implementation sustainable implement focus address reform plan \n",
+ "15\t2.63158\tbusiness service provide system government information public medium financial access opportunity industry sicci ensure include note good local create small \n",
+ "16\t2.63158\tproject infrastructure tourism development road support work fund build construction facility improve include provide funding transport complete site investment major \n",
+ "17\t2.63158\twoman work education student training child school program opportunity youth young community study family skill support programme job learn employment \n",
+ "18\t2.63158\tpeople community support event acknowledge challenge year continue today work host culture day important future church development great speak add \n",
+ "\n",
+ "<800> LL/token: -8.18729\n",
+ "<810> LL/token: -8.18576\n",
+ "<820> LL/token: -8.18425\n",
+ "<830> LL/token: -8.18258\n",
+ "<840> LL/token: -8.18214\n",
+ "\n",
+ "0\t2.63158\teconomy increase economic percent growth government revenue high tax investment cost rate sector expect level price low impact remain loan \n",
+ "1\t2.63158\tcountry island region visit regional security trade assistance agreement economic cooperation australian sign aid include relationship international support partnership establish \n",
+ "2\t2.63158\tpeople time thing leave family worker good day money lot home year happen start month big number long send late \n",
+ "3\t2.63158\trural market fishery support agriculture product industry constituency food economic export sector benefit local activity farmer improve livelihood tuna production \n",
+ "4\t2.63158\tcommunity water island environment impact area global climate world damage environmental disaster people action management small live protect resource clean \n",
+ "5\t2.63158\treport work plan team office week process conduct include carry result assessment follow information survey officer activity month start complete \n",
+ "6\t2.63158\tpolitical people parliament election leader government corruption ramsi nation confidence change law year peace lead member party leadership good serve \n",
+ "7\t2.63158\tpolice officer court case charge order public accuse yesterday high vehicle rsipf man matter office allege business investigation law prosecution \n",
+ "8\t2.63158\tcovid health service support response pandemic medical continue ensure border emergency situation case provide measure include public effort travel day \n",
+ "9\t2.63158\tcompany land business log operation mining investor operate landowner local ship license director process law owner foreign grant regulation licence \n",
+ "10\t2.63158\tgovernment provincial province people national western add development guadalcanal executive premier continue address work assure current ensure issue area yesterday \n",
+ "11\t2.63158\tbudget government fund finance payment pay parliament ministry public bill receive financial total money funding pass account reveal process approve \n",
+ "12\t2.63158\tgovernment statement decision medium concern question add state deal interest opposition call power claim public raise matter action clear make \n",
+ "13\t2.63158\tmember meeting leader issue meet minister hold official group discuss state attend include today yesterday delegation discussion week senior follow \n",
+ "14\t2.63158\tdevelopment policy economic support sector strategy ensure key national develop resource sustainable priority implementation partner address reform improve focus implement \n",
+ "15\t2.63158\tbusiness service provide system public government information access financial medium include industry sicci note opportunity create ensure local small important \n",
+ "16\t2.63158\tproject infrastructure tourism support development road work fund construction build facility include provide transport improve funding complete site major deliver \n",
+ "17\t2.63158\twoman education student training work child school program opportunity youth young study skill community support family learn job train australian \n",
+ "18\t2.63158\tpeople community event support work acknowledge continue year challenge today host future important culture day church add speak great world \n",
+ "\n",
+ "<850> LL/token: -8.1814\n",
+ "<860> LL/token: -8.18271\n",
+ "<870> LL/token: -8.18337\n",
+ "<880> LL/token: -8.18264\n",
+ "<890> LL/token: -8.18213\n",
+ "\n",
+ "0\t2.63158\teconomy increase economic percent growth government high revenue tax rate investment cost sector level expect price low impact remain loan \n",
+ "1\t2.63158\tcountry island region visit regional security trade assistance agreement australian cooperation economic sign aid relationship include international partnership opportunity support \n",
+ "2\t2.63158\tpeople time thing worker family leave good money start year day home long lot happen number big month send late \n",
+ "3\t2.63158\trural market fishery support agriculture product food constituency industry sector export economic local benefit farmer activity improve economy livelihood tuna \n",
+ "4\t2.63158\twater community island environment impact area world global climate environmental people management high disaster action damage small affect resource population \n",
+ "5\t2.63158\treport work plan team process week office include conduct carry officer follow assessment information result survey activity month area start \n",
+ "6\t2.63158\tpolitical parliament election leader people government corruption ramsi law nation confidence lead party peace member leadership change good serve motion \n",
+ "7\t2.63158\tpolice court officer case charge order public accuse yesterday high vehicle rsipf matter office man allege investigation prosecution law money \n",
+ "8\t2.63158\tcovid health support response service pandemic medical continue border ensure emergency case provide situation measure travel include effort day public \n",
+ "9\t2.63158\tcompany land business log operation mining investor landowner operate ship license local director law owner process foreign regulation register pay \n",
+ "10\t2.63158\tgovernment provincial province people national western add guadalcanal executive development premier continue address ensure work current assure issue important yesterday \n",
+ "11\t2.63158\tbudget government fund finance payment pay public ministry bill parliament receive financial total money account dollar pass cost approve funding \n",
+ "12\t2.63158\tgovernment statement decision medium question concern state deal add opposition claim call power public interest raise matter action make clear \n",
+ "13\t2.63158\tmember meeting leader issue meet minister hold official group discuss attend yesterday state today discussion include delegation senior week agree \n",
+ "14\t2.63158\tdevelopment policy economic support sector strategy ensure national key develop resource sustainable priority partner implementation implement reform plan focus address \n",
+ "15\t2.63158\tbusiness service provide system public financial access information government local opportunity industry small sicci medium include ensure create note private \n",
+ "16\t2.63158\tproject infrastructure tourism development support road work fund build construction facility include provide improve transport funding complete deliver site major \n",
+ "17\t2.63158\twoman education student training work program school child opportunity youth young community study support family skill programme job learn train \n",
+ "18\t2.63158\tpeople community support event year challenge acknowledge work continue today host culture future important day church development traditional good nation \n",
+ "\n",
+ "<900> LL/token: -8.18032\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
- "<960> LL/token: -8.219\n",
- "<970> LL/token: -8.21865\n",
- "<980> LL/token: -8.21794\n",
- "<990> LL/token: -8.21761\n",
- "\n",
- "0\t2.63158\ttravel road operation vehicle week honiara public ship boat transport passenger officer service flight vessel arrive time safety add drive \n",
- "1\t2.63158\tpeople member leader parliament good country add continue church bill time nation work speak peace serve change respect important leadership \n",
- "2\t2.63158\tcountry island visit security region regional support meeting meet official include cooperation assistance ramsi mission leader international state delegation discuss \n",
- "3\t2.63158\tservice health medical provide support work staff hospital people care equipment include supply receive clinic patient centre nurse year doctor \n",
- "4\t2.63158\tpolice court officer charge case rsipf accuse man allege year arrest investigation prosecution public matter victim incident suspect force allegedly \n",
- "5\t2.63158\tcovid country case health border people response continue test vaccine risk community public measure positive number record situation emergency report \n",
- "6\t2.63158\tcompany land issue log operation law landowner order mining legal process illegal activity sign deal add business chief director area \n",
- "7\t2.63158\twoman community training program work child youth support young programme train participant skill opportunity learn awareness violence family knowledge activity \n",
- "8\t2.63158\twater island area community people disaster environment affect report fishery impact live clean world management damage fishing supply assessment food \n",
- "9\t2.63158\tteam play good time game competition player match final start goal lead today year week sport place half yesterday stage \n",
- "10\t2.63158\tfamily home leave village report find late time child night man call happen body morning day death life area house \n",
- "11\t2.63158\tstudent school election year education study teacher candidate vote form week constituency general officer day number result high registration voter \n",
- "12\t2.63158\tpay money public receive report payment office total fund financial give month application account process budget accord reveal ministry statement \n",
- "13\t2.63158\tgovernment provincial province national executive western premier guadalcanal member meeting office current minister yesterday confidence motion week appointment year follow \n",
- "14\t2.63158\tdevelopment policy government economic sector country system ensure national develop key plan resource strategy address achieve sustainable management priority reform \n",
- "15\t2.63158\tmedium issue decision statement public government concern report question state call opposition political group action law raise claim deal corruption \n",
- "16\t2.63158\tproject support development work fund infrastructure government rural build building area provide complete funding year community plan improve facility program \n",
- "17\t2.63158\tevent year tourism country day culture island local visit world ceremony today celebration host great traditional celebrate history solomon award \n",
- "18\t2.63158\tbusiness market increase year local country percent food product industry high good agriculture worker grow sell farmer produce small job \n",
- "\n",
- "<1000> LL/token: -8.21879\n",
- "\n",
- "Total time: 1 minutes 51 seconds\n"
+ "<910> LL/token: -8.18303\n",
+ "<920> LL/token: -8.18293\n",
+ "<930> LL/token: -8.18318\n",
+ "<940> LL/token: -8.18183\n",
+ "\n",
+ "0\t2.63158\teconomy increase economic percent growth government revenue tax high sector investment rate expect cost impact low level price remain current \n",
+ "1\t2.63158\tcountry island region security regional trade assistance visit agreement economic cooperation sign australian aid include relationship international partnership opportunity support \n",
+ "2\t2.63158\tpeople time thing good family leave worker year lot big money home day long start month happen number send situation \n",
+ "3\t2.63158\trural market fishery support agriculture product food constituency industry sector local export economic benefit farmer activity improve tuna production livelihood \n",
+ "4\t2.63158\twater community island environment impact area world global climate environmental high action disaster damage small protect affect people population address \n",
+ "5\t2.63158\treport work plan team process week office conduct include officer information carry assessment follow result survey activity provide month management \n",
+ "6\t2.63158\tpolitical parliament election government leader people ramsi corruption member law nation confidence change party peace leadership year lead good serve \n",
+ "7\t2.63158\tpolice court officer case charge order public accuse yesterday high vehicle rsipf matter man office allege investigation business law prosecution \n",
+ "8\t2.63158\tcovid health service response support pandemic medical continue border ensure emergency case situation provide include measure travel day effort operation \n",
+ "9\t2.63158\tcompany land business log operation mining investor operate landowner ship local license law process owner director foreign regulation register licence \n",
+ "10\t2.63158\tgovernment provincial province people national western add guadalcanal executive premier continue development work address ensure assure current issue yesterday speak \n",
+ "11\t2.63158\tbudget fund government finance payment pay public ministry parliament bill receive financial total money dollar funding approve account reveal pass \n",
+ "12\t2.63158\tgovernment decision statement medium concern question state deal add public call opposition interest power claim raise matter action fact clear \n",
+ "13\t2.63158\tmember meeting leader issue meet minister hold official group attend discuss include yesterday delegation state discussion today senior agree week \n",
+ "14\t2.63158\tdevelopment policy economic support sector strategy ensure national key develop priority resource sustainable implementation partner implement reform focus achieve improve \n",
+ "15\t2.63158\tbusiness service system provide public government access financial opportunity information industry create note sicci include local good ensure small medium \n",
+ "16\t2.63158\tproject infrastructure tourism development support road work fund build construction facility include transport provide complete improve funding site major deliver \n",
+ "17\t2.63158\twoman education student work training program child school opportunity youth young study community family skill support australian programme learn job \n",
+ "18\t2.63158\tpeople community event support work acknowledge year challenge continue today host culture future important day church add development traditional great \n",
+ "\n",
+ "<950> LL/token: -8.18193\n",
+ "<960> LL/token: -8.18322\n",
+ "<970> LL/token: -8.18143\n",
+ "<980> LL/token: -8.17911\n",
+ "<990> LL/token: -8.18254\n",
+ "\n",
+ "0\t2.63158\teconomy increase economic percent growth government revenue tax high investment sector cost rate expect level impact low price current remain \n",
+ "1\t2.63158\tcountry island region regional security trade assistance agreement economic cooperation australian sign aid visit include relationship international partnership support nation \n",
+ "2\t2.63158\tpeople time thing good leave family year day money worker home lot month long big happen start local number send \n",
+ "3\t2.63158\tmarket rural fishery support agriculture product food industry constituency export local sector benefit farmer economic activity improve tuna production livelihood \n",
+ "4\t2.63158\twater community island environment impact area global world climate action high environmental management affect resource disaster damage address protect small \n",
+ "5\t2.63158\treport work plan team process week conduct office include information officer follow carry assessment result start survey activity area provide \n",
+ "6\t2.63158\tpolitical parliament government leader election people member ramsi corruption law confidence change lead nation party serve leadership peace good motion \n",
+ "7\t2.63158\tpolice court officer case charge order public accuse high yesterday vehicle rsipf matter allege office investigation prosecution law man business \n",
+ "8\t2.63158\tcovid health service support response pandemic continue medical border ensure emergency case situation provide public measure travel include operation hospital \n",
+ "9\t2.63158\tcompany land business log operation mining landowner investor operate ship license local law process owner regulation foreign director pay register \n",
+ "10\t2.63158\tgovernment provincial province people national western add guadalcanal executive premier development continue address ensure assure current work yesterday propose issue \n",
+ "11\t2.63158\tbudget government fund finance payment pay public ministry bill parliament receive financial total money dollar funding approve cost pass account \n",
+ "12\t2.63158\tgovernment decision medium statement concern question add state deal public power claim call raise interest matter opposition action clear give \n",
+ "13\t2.63158\tmember meeting leader meet issue minister official hold visit group include discuss attend today delegation yesterday discussion state senior week \n",
+ "14\t2.63158\tdevelopment policy economic support sector strategy national ensure key develop resource priority implementation sustainable partner implement reform focus plan address \n",
+ "15\t2.63158\tbusiness service provide system public access financial opportunity government create information industry sicci note include local small ensure important private \n",
+ "16\t2.63158\tproject infrastructure tourism development support work road build construction fund facility improve provide transport include complete funding site major deliver \n",
+ "17\t2.63158\twoman education student training work program school child opportunity youth young study family skill support programme community employment learn train \n",
+ "18\t2.63158\tpeople community event support work challenge continue year acknowledge today important future culture speak church host day good great add \n",
+ "\n",
+ "<1000> LL/token: -8.18153\n",
+ "\n",
+ "Total time: 43 seconds\n"
]
}
],
@@ -7013,7 +7049,7 @@
},
{
"cell_type": "code",
- "execution_count": 11,
+ "execution_count": 112,
"id": "fafab941",
"metadata": {},
"outputs": [
@@ -7021,42 +7057,46 @@
"data": {
"text/plain": [
"[(0,\n",
- " '0.043*\"issue\" + 0.021*\"medium\" + 0.018*\"concern\" + 0.017*\"statement\" + 0.016*\"call\" + 0.015*\"report\" + 0.015*\"claim\" + 0.013*\"decision\" + 0.013*\"question\" + 0.013*\"raise\"'),\n",
+ " '0.040*\"economy\" + 0.030*\"increase\" + 0.029*\"economic\" + 0.023*\"percent\" + 0.022*\"growth\" + 0.018*\"government\" + 0.015*\"revenue\" + 0.015*\"tax\" + 0.014*\"high\" + 0.013*\"investment\"'),\n",
" (1,\n",
- " '0.040*\"court\" + 0.030*\"case\" + 0.026*\"charge\" + 0.025*\"year\" + 0.024*\"accuse\" + 0.018*\"allege\" + 0.018*\"man\" + 0.015*\"victim\" + 0.015*\"high\" + 0.015*\"matter\"'),\n",
+ " '0.049*\"country\" + 0.037*\"island\" + 0.029*\"region\" + 0.023*\"regional\" + 0.022*\"security\" + 0.021*\"trade\" + 0.020*\"assistance\" + 0.018*\"agreement\" + 0.017*\"cooperation\" + 0.016*\"australian\"'),\n",
" (2,\n",
- " '0.160*\"government\" + 0.073*\"provincial\" + 0.060*\"province\" + 0.037*\"national\" + 0.025*\"member\" + 0.021*\"western\" + 0.020*\"executive\" + 0.017*\"people\" + 0.016*\"guadalcanal\" + 0.016*\"yesterday\"'),\n",
+ " '0.041*\"people\" + 0.023*\"time\" + 0.016*\"thing\" + 0.014*\"leave\" + 0.013*\"good\" + 0.013*\"family\" + 0.013*\"year\" + 0.011*\"day\" + 0.010*\"money\" + 0.010*\"worker\"'),\n",
" (3,\n",
- " '0.067*\"service\" + 0.038*\"health\" + 0.025*\"provide\" + 0.023*\"medical\" + 0.015*\"child\" + 0.014*\"hospital\" + 0.012*\"include\" + 0.012*\"care\" + 0.010*\"equipment\" + 0.009*\"clinic\"'),\n",
+ " '0.033*\"market\" + 0.032*\"rural\" + 0.024*\"fishery\" + 0.023*\"support\" + 0.020*\"agriculture\" + 0.020*\"product\" + 0.019*\"food\" + 0.017*\"industry\" + 0.016*\"constituency\" + 0.015*\"export\"'),\n",
" (4,\n",
- " '0.030*\"development\" + 0.021*\"economic\" + 0.020*\"country\" + 0.017*\"sector\" + 0.016*\"policy\" + 0.016*\"support\" + 0.015*\"develop\" + 0.011*\"key\" + 0.011*\"resource\" + 0.010*\"ensure\"'),\n",
+ " '0.025*\"water\" + 0.024*\"community\" + 0.016*\"island\" + 0.013*\"environment\" + 0.012*\"impact\" + 0.011*\"area\" + 0.011*\"global\" + 0.010*\"world\" + 0.010*\"climate\" + 0.009*\"action\"'),\n",
" (5,\n",
- " '0.116*\"police\" + 0.067*\"officer\" + 0.027*\"rsipf\" + 0.022*\"force\" + 0.020*\"public\" + 0.020*\"operation\" + 0.017*\"report\" + 0.016*\"community\" + 0.016*\"law\" + 0.016*\"medium\"'),\n",
+ " '0.049*\"report\" + 0.032*\"work\" + 0.022*\"plan\" + 0.021*\"team\" + 0.019*\"process\" + 0.018*\"week\" + 0.017*\"conduct\" + 0.016*\"office\" + 0.015*\"include\" + 0.014*\"officer\"'),\n",
" (6,\n",
- " '0.060*\"woman\" + 0.036*\"election\" + 0.026*\"people\" + 0.022*\"member\" + 0.020*\"day\" + 0.020*\"youth\" + 0.019*\"group\" + 0.016*\"leader\" + 0.014*\"church\" + 0.013*\"young\"'),\n",
+ " '0.025*\"political\" + 0.025*\"parliament\" + 0.025*\"government\" + 0.022*\"leader\" + 0.021*\"election\" + 0.020*\"people\" + 0.014*\"member\" + 0.014*\"corruption\" + 0.014*\"ramsi\" + 0.013*\"law\"'),\n",
" (7,\n",
- " '0.074*\"project\" + 0.034*\"development\" + 0.030*\"fund\" + 0.030*\"work\" + 0.020*\"infrastructure\" + 0.019*\"rural\" + 0.018*\"government\" + 0.017*\"plan\" + 0.017*\"build\" + 0.017*\"building\"'),\n",
+ " '0.049*\"police\" + 0.024*\"court\" + 0.023*\"officer\" + 0.019*\"case\" + 0.017*\"charge\" + 0.016*\"order\" + 0.014*\"public\" + 0.012*\"accuse\" + 0.010*\"high\" + 0.010*\"yesterday\"'),\n",
" (8,\n",
- " '0.053*\"student\" + 0.048*\"school\" + 0.034*\"year\" + 0.034*\"training\" + 0.025*\"education\" + 0.020*\"program\" + 0.014*\"study\" + 0.014*\"learn\" + 0.013*\"teacher\" + 0.013*\"week\"'),\n",
+ " '0.045*\"covid\" + 0.037*\"health\" + 0.016*\"support\" + 0.015*\"service\" + 0.014*\"response\" + 0.013*\"pandemic\" + 0.012*\"continue\" + 0.012*\"medical\" + 0.011*\"ensure\" + 0.010*\"border\"'),\n",
" (9,\n",
- " '0.019*\"family\" + 0.015*\"vehicle\" + 0.014*\"leave\" + 0.013*\"home\" + 0.013*\"village\" + 0.012*\"man\" + 0.012*\"time\" + 0.011*\"morning\" + 0.011*\"late\" + 0.011*\"night\"'),\n",
+ " '0.056*\"company\" + 0.040*\"land\" + 0.023*\"business\" + 0.022*\"log\" + 0.021*\"operation\" + 0.016*\"mining\" + 0.012*\"investor\" + 0.012*\"landowner\" + 0.011*\"operate\" + 0.010*\"ship\"'),\n",
" (10,\n",
- " '0.072*\"government\" + 0.026*\"public\" + 0.026*\"parliament\" + 0.018*\"process\" + 0.016*\"budget\" + 0.012*\"bill\" + 0.010*\"ministry\" + 0.010*\"system\" + 0.010*\"policy\" + 0.010*\"payment\"'),\n",
+ " '0.282*\"government\" + 0.076*\"provincial\" + 0.060*\"province\" + 0.050*\"people\" + 0.044*\"national\" + 0.021*\"western\" + 0.020*\"add\" + 0.018*\"guadalcanal\" + 0.017*\"executive\" + 0.014*\"premier\"'),\n",
" (11,\n",
- " '0.043*\"covid\" + 0.029*\"country\" + 0.021*\"case\" + 0.011*\"week\" + 0.011*\"confirm\" + 0.010*\"travel\" + 0.010*\"border\" + 0.010*\"test\" + 0.010*\"vaccine\" + 0.010*\"continue\"'),\n",
+ " '0.039*\"budget\" + 0.035*\"fund\" + 0.035*\"government\" + 0.026*\"finance\" + 0.024*\"payment\" + 0.021*\"pay\" + 0.020*\"public\" + 0.019*\"ministry\" + 0.018*\"bill\" + 0.017*\"parliament\"'),\n",
" (12,\n",
- " '0.029*\"water\" + 0.020*\"island\" + 0.018*\"area\" + 0.018*\"food\" + 0.016*\"community\" + 0.013*\"people\" + 0.012*\"disaster\" + 0.010*\"affect\" + 0.008*\"environment\" + 0.007*\"clean\"'),\n",
+ " '0.027*\"government\" + 0.024*\"decision\" + 0.024*\"statement\" + 0.023*\"medium\" + 0.018*\"concern\" + 0.017*\"question\" + 0.015*\"state\" + 0.015*\"add\" + 0.013*\"deal\" + 0.013*\"public\"'),\n",
" (13,\n",
- " '0.064*\"people\" + 0.058*\"support\" + 0.048*\"community\" + 0.048*\"work\" + 0.019*\"australian\" + 0.019*\"continue\" + 0.015*\"country\" + 0.014*\"good\" + 0.013*\"program\" + 0.012*\"acknowledge\"'),\n",
+ " '0.054*\"member\" + 0.037*\"meeting\" + 0.032*\"leader\" + 0.028*\"issue\" + 0.028*\"meet\" + 0.026*\"minister\" + 0.025*\"official\" + 0.023*\"hold\" + 0.021*\"visit\" + 0.018*\"group\"'),\n",
" (14,\n",
- " '0.032*\"team\" + 0.021*\"event\" + 0.015*\"play\" + 0.013*\"good\" + 0.013*\"time\" + 0.012*\"game\" + 0.011*\"year\" + 0.010*\"culture\" + 0.010*\"host\" + 0.009*\"competition\"'),\n",
+ " '0.070*\"development\" + 0.042*\"policy\" + 0.028*\"economic\" + 0.022*\"support\" + 0.019*\"sector\" + 0.017*\"strategy\" + 0.016*\"key\" + 0.016*\"national\" + 0.015*\"ensure\" + 0.013*\"priority\"'),\n",
" (15,\n",
- " '0.064*\"country\" + 0.031*\"visit\" + 0.025*\"leader\" + 0.024*\"island\" + 0.019*\"meeting\" + 0.017*\"official\" + 0.016*\"meet\" + 0.015*\"issue\" + 0.013*\"state\" + 0.012*\"sign\"'),\n",
+ " '0.093*\"business\" + 0.052*\"service\" + 0.025*\"provide\" + 0.022*\"system\" + 0.015*\"access\" + 0.014*\"public\" + 0.013*\"financial\" + 0.013*\"opportunity\" + 0.011*\"industry\" + 0.011*\"government\"'),\n",
" (16,\n",
- " '0.036*\"business\" + 0.034*\"company\" + 0.031*\"land\" + 0.022*\"market\" + 0.016*\"local\" + 0.013*\"tourism\" + 0.013*\"log\" + 0.011*\"percent\" + 0.011*\"industry\" + 0.010*\"product\"')]"
+ " '0.109*\"project\" + 0.040*\"infrastructure\" + 0.030*\"tourism\" + 0.023*\"development\" + 0.022*\"support\" + 0.020*\"road\" + 0.020*\"work\" + 0.015*\"build\" + 0.014*\"construction\" + 0.013*\"fund\"'),\n",
+ " (17,\n",
+ " '0.056*\"woman\" + 0.025*\"education\" + 0.025*\"student\" + 0.025*\"training\" + 0.024*\"work\" + 0.020*\"school\" + 0.019*\"child\" + 0.019*\"program\" + 0.017*\"opportunity\" + 0.017*\"youth\"'),\n",
+ " (18,\n",
+ " '0.040*\"people\" + 0.025*\"community\" + 0.022*\"support\" + 0.021*\"event\" + 0.016*\"work\" + 0.016*\"continue\" + 0.015*\"challenge\" + 0.014*\"year\" + 0.013*\"acknowledge\" + 0.012*\"today\"')]"
]
},
- "execution_count": 11,
+ "execution_count": 112,
"metadata": {},
"output_type": "execute_result"
}
@@ -7068,7 +7108,83 @@
},
{
"cell_type": "code",
- "execution_count": 12,
+ "execution_count": 113,
+ "id": "683b027e",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "d = [i for i in best_model.load_document_topics()]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 114,
+ "id": "72a8e77e",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "news[\"date\"] = pd.to_datetime(news[\"date\"])"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 115,
+ "id": "8d708e40",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "topics = []\n",
+ "for i in d:\n",
+ " i.sort(key=lambda x: x[1])\n",
+ " topics.append([t[0] for t in i[:3]])"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 116,
+ "id": "6d83ea33",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "count = news.set_index(\"date\").groupby(by=pd.Grouper(freq=\"MS\"))[\"url\"].count()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 121,
+ "id": "7f0aaf44",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "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",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "topic_df = pd.DataFrame(topics, columns=[\"1st_topic\", \"2nd_topic\", \"3rd_topic\"])\n",
+ "news[[\"1st_topic\", \"2nd_topic\", \"3rd_topic\"]] = topics\n",
+ "df_exploded = news.explode('topic')\n",
+ "\n",
+ "# Group by month (year and month of the date) and topic, then count occurrences\n",
+ "topic_trends = df_exploded.groupby([df_exploded['date'].dt.to_period('M'), 'topic']).size().reset_index(name='count')\n",
+ "\n",
+ "topic_trends = topic_trends.pivot(index=\"date\", columns=\"topic\", values=\"count\").fillna(0)\n",
+ "total_news_per_month = topic_trends.sum(axis=1)\n",
+ "\n",
+ "# Calculate the ratio of each topic's count to the total news items for each month\n",
+ "topic_ratio = topic_trends.div(total_news_per_month, axis=0)\n",
+ "topic_ratio.plot(y=4);"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 29,
"id": "c185f69b",
"metadata": {},
"outputs": [
@@ -7091,10 +7207,10 @@
"\n",
"\n",
"\n",
- "\n",
+ "\n",
"