Innov-AI     Services     Supporters     Contact     About    
Symbol

Words are based on symbols linked together congnitively.
When you stimulate a word, you also stimulate all the symbols making up the word.
You can not delete a symbol.

symbol create symbol create|insert|addsymbol firstsymbol lastsymbol showsymbol getsymbol perceptionsymbol show wordssymbol show languagessymbol stimulate

symbol create <symbol> <lang>


Synonymous

    symbol create|insert|add

Description

    To insert a new symbol

Parameters

    symbol:   The symbol - string - required
    lang:   The language - string - required
admin
-> "[c_lang]" "en"; #Add the symbols A-Z; for (-> "[i]" 65) (<= [i] 90) (++ "[i]") { symbol create (string char [i];) [c_lang]; }; #Add the symbols 0-9; for (-> "[i]" 48) (<= [i] 57) (++ "[i]") { symbol create (string char [i];) [c_lang]; }; #Add the symbols a-z; for (-> "[i]" 97) (<= [i] 122) (++ "[i]") { symbol create (string char [i];) [c_lang]; }; symbol create "." [c_lang]; symbol create "," [c_lang]; symbol create "-" [c_lang]; symbol create ";" [c_lang]; symbol create ":" [c_lang]; symbol create "!" [c_lang]; symbol create "?" [c_lang];
mentdb
Symbol S[z] created with successful in the language 'en'.
admin
symbol create "-" en
mentdb
Symbol S[-] created with successful in the language 'en'.

symbol first <symbol> <lang>


Description

    To get the first symbol tab link

Parameters

    symbol:   The symbol - string - required
    lang:   The language - string - required
admin
symbol first s en
mentdb
TL[657370616365 1 en]

symbol last <symbol> <lang>


Description

    To get the last symbol tab link

Parameters

    symbol:   The symbol - string - required
    lang:   The language - string - required
admin
symbol last s en
mentdb
TL[63686f7365 3 en]

symbol show <symbol> <lang>


Description

    To show symbol tab links

Parameters

    symbol:   The symbol - string - required
    lang:   The language - string - required
admin
symbol show s en
mentdb
[<br> "TL[657370616365 1 en]",<br> "TL[73e9706172e9 0 en]",<br> "TL[706872617365 4 en]",<br> "TL[646976697365 4 en]",<br> "TL[7375707072696d65 0 en]",<br> "TL[6c69737465 2 en]",<br> "TL[706173 2 en]",<br> "TL[73616c7574 0 en]",<br> "TL[73696e6f6e 0 en]",<br> "TL[616c6f7273 4 en]"<br>]

symbol get <symbol> <position> <lang>


Description

    To get the symbol tab link

Parameters

    symbol:   The symbol - string - required
    position:   The position - integer>=0 - required
    lang:   The language - string - required
admin
symbol get s 0 en
mentdb
TL[657370616365 1 en]

symbol perception <symbol> <lang>


Description

    To show symbol tab link perception

Parameters

    symbol:   The symbol - string - required
    lang:   The language - string - required
admin
symbol perception s en
mentdb
[<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[657370616365 1 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[73e9706172e9 0 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[706872617365 4 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[646976697365 4 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[7375707072696d65 0 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[6c69737465 2 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[706173 2 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[73616c7574 0 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[73696e6f6e 0 en]"<br> },<br> {<br> "v": 0.0,<br> "w": 0,<br> "nw": 19,<br> "k": "TL[616c6f7273 4 en]"<br> }<br>]

symbol show words <symbol> <lang>


Description

    To show symbol words

Parameters

    symbol:   The symbol - string - required
    lang:   The language - string - required
admin
symbol show words s en
mentdb
[<br> "espace",<br> "séparé",<br> "phrase",<br> "divise",<br> "supprime",<br> "liste",<br> "pas",<br> "salut",<br> "sinon",<br> "alors"<br>]

symbol show languages <symbol>


Description

    To show symbol languages

Parameters

    symbol:   The symbol - string - required
admin
symbol show languages s
mentdb
[<br> "io",<br> "en",<br> "fr"<br>]

symbol stimulate <tabLinkId>


Description

    To stimulate a symbol tab link

Parameters

    tabLinkId:   The symbol tab link id - string - required
admin
symbol stimulate "TL[63686f7365 3 en]";
mentdb
Symbol tab link stimulated with successful.




© 2012 - 2023