Skip to content

Instantly share code, notes, and snippets.

@cenkersisman
Created May 29, 2019 13:55
Show Gist options
  • Save cenkersisman/1c1f78861b502af5afff864553d8938f to your computer and use it in GitHub Desktop.
Save cenkersisman/1c1f78861b502af5afff864553d8938f to your computer and use it in GitHub Desktop.
cmdtokenize.cyd
SORU: cmdtokenize
SABLON: cmdtokenize ({HER})
CEVAP:
{!SET cumle={HER}!}
{!RET cmdsplit ,dizi,$cumle!}
{!SET $size={!GET staArraySize!}!}
{!FOR $i=0,$size
{!SET $kelime={!GET $dizi[{!GET $i!}]!}!}
<b>{!GET $kelime!}</b>:
{!RET cmdgetlemma {!GET $kelime!}!}
({!RET cmdgetspeechtag {!GET $kelime!}!}) :<br>
<font color=red>{!RET cmdgetfamily {!GET $kelime!}!}</font><br>
<br>
{!SET $i+=1!}
!}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment