支援功能
- 輸入
- TXT
- 輸出
- TXT · JSON
如何使用N-Gram · 計數器
直接在瀏覽器中使用N-Gram · 計數器。選擇輸入與設定,再檢查結果。
- 開啟檔案或輸入要處理的數值。
- 調整可用設定並執行工具。
- 檢查結果,接著複製或下載以儲存。
N-Gram · 計數器 · 範例
輸入
Hello world! Local tools help you work. Hello again.
輸出
[
{
"text": "hello world",
"count": 1
},
{
"text": "world local",
"count": 1
},
{
"text": "local tools",
"count": 1
},
{
"text": "tools help",
"count": 1
},
{
"text": "help you",
"count": 1
},
{
"text": "you work",
"count": 1
},
{
"text": "work hello",
"count": 1
},
{
"text": "hello again",
"count": 1
}
]使用說明
檔案與輸入在此瀏覽器內處理,不需上傳或註冊帳號。
程式碼範例、格式名稱與解析器技術錯誤可能保留原始表示法。