提供一個開發環境,讓使用者能以 (簡單的) coding 查詢、分析、新增(包含新變項與新詞條) DeepLEX 詞庫資訊 (new tabular data)
e.g. 提供新變項 (小孩使用頻率
):
Unit | POS | PTTfreq | adherences | 小孩使用頻率 |
---|---|---|---|---|
這樣 | 7 | 0.0007 | ||
這樣真的 | 5 | 0.00004 | ||
這樣真的不ok | 2 | 0.00001 |
(查詢資料) > 選用刺激 > 實驗產生新資料 > 回饋新資料
問題:資料的產生過程(e.g. 輸入資料)應不應該在 lexicoR 的環境內?
Unit | new data 1 | new data 2 |
---|---|---|
term1 | d11 | d12 |
term2 | d21 | d22 |
term3 | d31 | d32 |
Documentation & Credit System
問題:使用者新增變項後,如何提供變項說明 (documentation 機制)?
DeepLEX data + user-provided data
(local)lexicoR | Action |
---|---|
data_doc() |
facilitate writing documention |
upload_data() |
GitHub: fork + upload data & doc + pull request |
read_excel() |
Helper to import (pick) data from .xlsx (match excel intuition) |
… | … |