object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
lg | string |
Optional | cannot be null | Untitled schema |
topic | integer |
Required | cannot be null | Untitled schema |
topic_model | string |
Optional | cannot be null | Untitled schema |
topic_description | string |
Optional | cannot be null | Untitled schema |
meta | string |
Optional | cannot be null | Untitled schema |
word_probs | array |
Required | cannot be null | Untitled schema |
lg
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
string
topic
-
is required
-
Type:
integer
-
cannot be null
-
defined in: Untitled schema
integer
topic_model
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
string
topic_description
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
string
meta
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
string
word_probs
-
is required
-
Type:
object[]
(Details) -
cannot be null
-
defined in: Untitled schema
object[]
(Details)
Reference this group by using
{"$ref":"https://impresso.github.io/impresso-schemas/json/topic_model/topic_description.schema.json#/definitions/word_prob"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
word | string |
Required | cannot be null | Untitled schema |
prob | number |
Required | cannot be null | Untitled schema |
word
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
string
prob
-
is required
-
Type:
number
-
cannot be null
-
defined in: Untitled schema
number
maximum: the value of this number must smaller than or equal to: 1
minimum: the value of this number must greater than or equal to: 0