translate-synset-sheet-serbian-native

Translate Serbian WordNet batch rows into structured JSON results.

Updated Jul 14, 2025
One-click install
npx skills add https://github.com/sasa5linkar/wordnet_autotranslate- --skill translate-synset-sheet-serbian-native
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate-synset-sheet-serbian-native
Source: https://github.com/sasa5linkar/wordnet_autotranslate-/tree/main/skills/translate-synset-sheet-serbian-native
Command: npx skills add https://github.com/sasa5linkar/wordnet_autotranslate- --skill translate-synset-sheet-serbian-native

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Native Codex workflow for translating Serbian WordNet batch inputs from Excel, CSV, or public Google Sheets without Ollama, LangChain, or LangGraph runtime calls. Use when Codex should prepare a workbook-driven queue, resolve ILI or ENG30 or synset-name or lemma-plus-POS rows, keep working until every pending row is finished, and save structured JSON results for each row, including intentional retranslations.

Core Features & Use Cases

  • Workbook-driven translation queue: prepare inputs and track per-row translation status until completion.
  • Per-row JSON results: produce structured JSON objects for each row, with eventual retranslations.
  • Input flexibility: accepts Excel, CSV, or public Google Sheets sources and resolves identifiers like ILI, ENG30, synset-name, or lemma+POS.
  • End-to-end workflow: orchestrates preparation, translation, and finalization with deterministic queue management.

Quick Start

Install and run the native batch workflow to prepare inputs and process pending items.

Frequently Asked Questions about translate-synset-sheet-serbian-native

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch translate Serbian WordNet synsets from an Excel file into JSON?

You can batch translate Serbian WordNet synsets from Excel into structured JSON by running the native Codex workflow, which prepares a workbook-driven queue and processes each row into individual JSON outputs.

Can I use a public Google Sheets link as input for WordNet batch translation?

Yes, the WordNet batch translation workflow accepts public Google Sheets links as input, resolving identifiers like ILI, ENG30, synset-name, or lemma-plus-POS rows directly from the spreadsheet.

Do I need LangChain or Ollama to run Serbian WordNet translation workflows?

No, you do not need LangChain, LangGraph, or Ollama to run the Serbian WordNet translation workflow; it operates as a native Codex workflow using a local Python environment and provided scripts.

How does the WordNet batch translation workflow handle incomplete or pending rows?

The WordNet batch translation workflow uses deterministic queue management to track per-row translation status, continuing to process pending items until every row is finished and saved as structured JSON.

What Python setup is required to translate Serbian WordNet data with Codex?

You need a local Python environment with the provided scripts in the scripts directory to prepare, queue, translate, and finalize each WordNet row, producing JSON outputs under a run directory.

What is the best way to resolve ILI and ENG30 identifiers for Serbian WordNet rows?

The best way to resolve ILI and ENG30 identifiers for Serbian WordNet rows is using the native Codex workflow, which queues workbook inputs, resolves the identifiers, and outputs structured per-row JSON.