Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gets the word count details for jobs in all or selected languages.


Info

NOTE: Replace */list by /api/jobs/wordcounts/list in the URLs below.

URLS

The following methods are available to search, count and aggregate your data.

...

*/list

...

Retrieve and query items with all or selected fields. Supports pagination.

Parameters like query string, data fields and pagination are included in the request body.

...

*/list/full

...

*/list/count

...

*/list/aggregations

...

*/list/items/{id}

...

*/list/fields

...

JOB IDS

A job has a unique id which is a string of the following format:

  • "c{number}" : A Codyt job. Examples: c3302, c102...
  • "s{number}" : A Standard job. Examples: s223, s994

...

Insert excerpt
Lists
Lists
nopaneltrue

This is wordcount row data that will include many properties, including:


jobidThe numeric job id (unique for Standard and Codyt respectively)int
didThe document id.int
locsThe source locale.string
loctThe target locale.string




// Global counts
wordsTotal words. int?
charsTotal charactersint?
pagesTotal pagesint?
minutesTotal minutes to work or workedint?
wordsExcludedTotal words not included in this word count. For information purposes.int?
charsTranslatedTotal characters of translated contentint?
wordsTranslatedTotal words of translated contentint?




// Pretranslated words
wdPretransIdenticalTotal pretranslated words, whether pretranslations are 100%, 110% or MT.int?

wdPretransIdenticalCtx

Among wdPretransIdentical, the 110% pretranslated words. Also called perfect or in-context match.int?

wdPretransIdenticalPrevCtx

Among wdPretransIdentical, the 110% pretranslated words, leveraged from the previous document version.int?

wdPretransIdenticalPrev

Among wdPretransIdentical, the 100% pretranslated words, leveraged from the previous document version.int?

wdPretransIdenticalMT

Among wdPretransIdentical, the machine translated wordsint?
wdPretransFuzzy<100% pretranslated words



wd110Total of 110% pretranslations. Equals sum of wdPretransIdenticalCtx + wdPretransIdenticalPrevCtxint
wd100Total of 100% pretranslations. Equals wdPretransIdentical - wdPretransIdenticalCtx - wdPretransIdenticalPrevCtxint




// Fuzzy matches (not used for pre-translation) and repetitions
wdMatch1Total words falling into interval #1. The intervals (minimum % to maximum %) are configured in the project word count profile.int?
wdMatch2Total words falling into interval #2.int?
wdMatch3Total words falling into interval #3.int?
wdMatch4Total words falling into interval #4.int?
wdMatch5Total words falling into interval #5.int?




// Advanced. These properties are for information only


tagsTotal amount of markupint?
spacesTotal count of whitespace charactersint?
punctuationTotal punctuation charactersint?
nonAsianWordsTotal non-Asian wordsint?
asianCharactersTotal Asian characters (Japanese, Chinese, Korean signs)int?