Spellingandgrammarcheckingsoftware
Spell checkers
Extends: Technology
Spelling and grammar checking software
Spell checkers
Overview
Category: Spell checkers
Spell checkers
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 43-9031.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Spelling and grammar checking software',
category: 'Spell checkers',
description: 'Spell checkers',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Spelling and grammar checking software",
"applicationCategory": "Spell checkers",
"description": "Spell checkers"
}