![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| stringLength |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage stringLength "%2 is %1 characters long") | domainEnglishFormat.kif 4672-4672 | |
| (format ChineseTraditionalLanguage stringLength "%2 是 %1 characters long ") | domainEnglishFormat.kif 4673-4673 | |
| (format ChineseLanguage stringLength "%2 是 %1 characters long ") | domainEnglishFormat.kif 4674-4674 | |
| (termFormat EnglishLanguage stringLength "string length") | domainEnglishFormat.kif 65979-65979 |
| antecedent |
|
|
| (<=> (stringLength ?INT ?STRING) (equal ?INT (StringLengthFn ?STRING))) |
Mid-level-ontology.kif 26765-26767 | X is Y characters long if, only if equal Y, and the length of X |
| (=> (and (instance ?STRING DecimalDigitString) (stringLength 4 ?STRING)) (instance ?STRING NumericString4)) |
Media.kif 2906-2910 | If X is an instance of decimal digit string and X is 4 characters long, then X is an instance of numeric string4 |
| (=> (and (instance ?STRING AlphabeticString) (stringLength 3 ?STRING)) (instance ?STRING Alpha3String)) |
Media.kif 2924-2928 | If X is an instance of alphabetic string and X is 3 characters long, then X is an instance of alpha3 string |
| (=> (and (instance ?STRING AlphabeticString) (stringLength 2 ?STRING)) (instance ?STRING Alpha2String)) |
Media.kif 2939-2943 | If X is an instance of alphabetic string and X is 2 characters long, then X is an instance of alpha2 string |
| consequent |
|
|