Language Detector
Detects language with rule based stopword scoring.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
text | text | Yes | Text |
Outputs
| Name | Type | Description |
|---|---|---|
language | text | Language |
scores | any | Scores |
work | array | Work |
Sample request
{
"text": "the quick brown fox jumps over the lazy dog"
}