सामग्री अनुवाद/cxserver

This page is a translated version of the page Content translation/cxserver and the translation is 100% complete.

cxserver एक Nodejs पर आधारिक निराकार सर्वर है जो सामग्री अनुवाद को संचालित करता है। यह ये काम करता है:

  1. Fetch the page html for given title and language from a configured parsoid instance, segment the html content to sections and sentences.
  2. MT बैक-एंड प्रदान करें। Expose a generic MT API, the backend of that act as bridge to multiple Machine Translation services hosted outside cxserver such as Apertium. It also transfers the mark from source HTML to translated HTML in case MT services are capable of only plain text translation.
  3. शब्दकोष को एक शब्दकोष API प्रदान करें - या तो cxserver के dictd, json शब्दकोष क्लाइंट्स के ज़रिए या फिर तृतीय-पक्ष सेवाओं से संपर्क करके।
  4. किसी भाषा की जोड़ी के लिए API को सूचीबद्ध करने वाले उपकरण - ये सूचीबद्ध करते हैं कि उस भाषा की जोड़ी के लिए कौन-से अनुवाद उपकरण उपलब्ध हैं।

CXServer किसी सदस्य जानकारी को नहीं रखता और इसे किसी प्रमाणीकरण की ज़रूरत नहीं। किसी मीडियाविकि डेटाबेस से सीधे संपर्क नहीं करता है।

API प्रलेखन

यह भी देखें