Roundup Tracker - Issues

Message3239

Author richard
Recipients
Date 2004-03-22.20:53:03
Message-id
In-reply-to
Logged In: YES 
user_id=6405

Sure, but I guess to do it we'd have to make the text 
tokeniser locale-aware. 
 
At the moment, the tokeniser splits text using  
 
re.findall(r'\b\w{2,25}\b', text) 
 
ie. a word is composed of anything that matches the RE 
module's \w 
History
Date User Action Args
2009-02-03 14:23:44adminlinkissue780733 messages
2009-02-03 14:23:44admincreate