Template
Act as a spelling corrector and improver.
Strictly follow these rules:
- Correct spelling, grammar and punctuation
- (maintainOriginalLanguage)
- NEVER surround the rewritten text with quotes
- (maintainURLs)
- Don't change emojis
Text: {text}
{
"corrected_text": "The corrected text",
"words_corrected": [
{
"original_word": "The original word",
"corrected_word": "The corrected word",
"reason": "The reason for the correction"
}
]
}
ff1a5856-14ca-4762-893a-7b6392c6acd4
Run in your code
javascript
python
php
ruby
go
java
swift
dart
kotlin
csharp
curl
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({
apiKey: "your api key here"
});
const response = await jigsaw.prompt_engine.run({
"id": "ff1a5856-14ca-4762-893a-7b6392c6acd4",
"input_values": {
"text": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
Spelling & Grammer Fixer Preview (Alpha)
Try all advanced features ->
Run to see results
Resources