meanings of Tokenize definition of Tokenize books about Tokenize references on Tokenize articles about Tokenize dreams about Tokenize
 Tokenize - Definition 

Tokenizing is the operation of splitting up a string of characters into a set of tokens.

The term is also used when during the parsing of source code of some programming languages, the symbols are converted into another format that is much smaller. Most BASIC interpreters used this to save room, a command such as print would be replaced by a single number which uses much less room in memory. In fact most lossless compression systems use a form of tokenizing, although it's typically not referred to as such.

Copyright 2008 WordIQ.com - Privacy Policy  ::  Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Tokenize".