"Age" (解释器类型)
用自然语言表示的年龄.
更多信息
- "Age" 可用于 Interpreter 和相关的结构,包括部署的智能格式字段.
- 使用 "Age" 时需要与 Wolfram Cloud 连接.
允许各式
- "SemanticNumber" 允许的所有自然语言量都支持数量级.
- 单位可以用自然语言或通过缩写或符号进行表述.
限制规范
-
Restricted["Age",{{choices1,…}}] 在 choices 中 Restricted["Age",unit] 转换为 unit Restricted["Age",unit,max] 小于 Quantity[max,unit]的年龄 Restricted["Age",unit,{min,max}] 在Quantity[min,unit]和Quantity[max,unit]之间的年龄 Restricted["Age",unit,{min,max,s}] 在 Quantity[min, unit]和 Quantity[max, unit]之间,且步长为 s 的年龄 Restricted["Age",Automatic,Automatic,n] 精确度大小为 n 位的年龄 - min、max 和步长 s 的边界也可用量来表示.