Calculate sortemes using simply alnum splitting rather than word breaks. Faster and...
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 16 Feb 2010 08:10:44 +0000 (00:10 -0800)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 16 Feb 2010 08:10:44 +0000 (00:10 -0800)
commitd46d035bdc1ef7276af7c41880034226d0cdfbfc
tree2a5d66b6ce537f10631b93a8ffc0a0729fb130dd
parent53e1676b8d68cccd2b0692654d3871e44e0ba6b6
Calculate sortemes using simply alnum splitting rather than word breaks. Faster and slightly more accurate for our purposes. Strip punctuation.
collate/_abcollator.py
collate/_strings.py