Skip to content

Commit

Permalink
doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardRaff committed Apr 27, 2016
1 parent 26d3d3e commit 35055f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions JSAT/src/jsat/text/tokenizer/Tokenizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public interface Tokenizer extends Serializable
* features for a classifier. The returned tokens must be either new string
* objects or interned strings. If a token is returned that is backed by
* the original document, memory may get leaked by processes consuming the
* token.
* token. <br>
* This method should be thread safe
*
* @param input the string to tokenize
* @return an already allocated list to place the tokens into
Expand All @@ -29,7 +30,8 @@ public interface Tokenizer extends Serializable
* features for a classifier. The returned tokens must be either new string
* objects or interned strings. If a token is returned that is backed by
* the original document, memory may get leaked by processes consuming the
* token.
* token. <br>
* This method should be thread safe
*
* @param input the string to tokenize
* @param workSpace an already allocated (but empty) string builder than can
Expand Down

0 comments on commit 35055f8

Please sign in to comment.