[DOCS] Fine-tunes training_percent definition. (#50601)

This commit is contained in:
István Zoltán Szabó 2020-01-03 14:49:43 +01:00
parent e6a469cc74
commit 0bcbddecf8
1 changed files with 2 additions and 2 deletions

View File

@ -1062,8 +1062,8 @@ end::tokenizer[]
tag::training-percent[]
Defines what percentage of the eligible documents that will
be used for training. Documents that are ignored by the analysis (for example
those that contain arrays) wont be included in the calculation for used
percentage. Defaults to `100`.
those that contain arrays with more than one value) wont be included in the
calculation for used percentage. Defaults to `100`.
end::training-percent[]
tag::use-null[]