# 14 years ago | |
---|---|
Hi Alex, For instance providing an array or an xml file : [word1, word2],[word3],[word4],[word5, word6, word7],[word8] here i wouldn't want word1 and 2, as well as word5, 6 and 7 to be split as they do not make sense alone. Is there a format to input Tagul so it would keep those words together ? Thanks, Jean Luc |
# 14 years ago | |
---|---|
Sure there is. Please visit http://tagul.com/docs#api-mode for clarifications. |
# 14 years ago | |
---|---|
I can't seem to group words together 0r have a word with less than four letters (Web or MAC) This is a problem |
# 14 years ago | |
---|---|
You can achieve grouping only by using api mode (http://tagul.com/docs#api-mode). By default when you just provide a plain text as your cloud source all the words with length less than 4 are cut off by Tagul. |