/
settings/wordcountprofiles/{id}

settings/wordcountprofiles/{id}

Gets full details of a word count profile.

URL

(GET) /api/settings/wordcountprofiles/{id}

PARAMETERS

The URL parameters are:

id

The profile ID.

See settings/wordcountprofiles/list to enumerate all profiles.

int, Mandatory

RESULTS

The result is a JSON object:

id

The profile ID

int
nameName of profile.string
commentsOptional comments included with the profile.string?



*To be documented....


EXAMPLES

Excerpt of profile options:

{
    "id": 203,
    "name": "Sample profile",
    "comments": "My sample profile",
    "algorithm": 0,
    "fuzzy": [
        {
            "min": 100,
            "max": 110
        },
        {
            "min": 95,
            "max": 99
        },
        {
            "min": 75,
            "max": 94
        }
    ],
    "fuzzy1": 100,
    "fuzzy2": 95,
    "fuzzy3": 75,
    "fuzzy4": null,
    "fuzzy5": null,
    "matchRateAdjustment": 0,
    "pretrans": true,
    "pretransMin": 75,
    "pretransProjectMemory": false,
    "mt": true,
    "mtExcludeRepetitions": false,
    "mtSystems": [
        600
    ],
    "countTranslatedAsPretrans": false,
    "countNonTranslatable": {
        "Human": false,
        "RefMaterialIdentical": false,
        "RefMaterialFuzzy": false,
        "RuleBased": false,
        "MachineTranslation": false,
        "PreviousVersion": true,
        "PreviousVersionCtx": true,
        "MachineCorrection": false,
        "RefMaterialCtx": false
    },
    "lockTranslations": {
        "Human": false,
        "RefMaterialIdentical": false,
        "RefMaterialFuzzy": false,
        "RuleBased": false,
        "MachineTranslation": false,
        "PreviousVersion": false,
        "PreviousVersionCtx": false,
        "MachineCorrection": false,
        "RefMaterialCtx": false
    },
    "adjustPlaceables": true,
    "fixMarkup": true,
    "repetitions": {
        "enabled": true,
        "identicalsOnly": false,
        "translatedOnly": false,
        "lock": false
    },
    "contextPromotion": 0,
    "algorithms": {
        "CAT": {
            "countAlphanumericAsWord": false,
            "countNumbersAsSeparateWord": false,
            "countStandaloneNumbersAsWord": false,
            "countSymbolsAsSeparateWord": false,
            "countStandaloneSymbolsAsWord": true,
            "countAsianCharAsWord": false,
            "countDateAsSingleWord": true,
            "countMeasurementAsSingleWord": true,
            "includeTradosSpecificRules": true
        },
        "MSWord": {
            "specialExclusions": "None",
            "countSpaces": false
        }
    },
    "updated": "2020-12-08T10:49:02.757Z"
}


 



Related content

settings/wordcountprofiles/list
settings/wordcountprofiles/list
More like this
Word count profiles
Word count profiles
More like this
Word count profiles
Word count profiles
More like this
projects/{pid}/wordcounts/{did}/{trg}
projects/{pid}/wordcounts/{did}/{trg}
More like this
Project word count settings per target language
Project word count settings per target language
More like this
Word Count Record
Word Count Record
More like this

Copyright Wordbee - Buzzin' Outside the Box since 2008