
Yeasayer at Austin City Limits 2010
Photos from Austin City Limits 2010 Day Three including Yeasayer, The National and The Flaming Lips
Plus Midlake, Shearwater, White Rabbits and Edward Sharpe & The Magnetic Zeros
Oct 14, 2010
Midlake
Photography by Robert Redfield
Check out photos from Day One of ACL Music Festival in Austin, TX. We sent photographer Robert Redfield down to capture the action. Click here to view the full gallery.
Most Recent
- Watch Jessie Ware, The WAEVE, and Sleaford Mods All Perform on “Later… with Jools Holland” (News) — Jessie Ware, The WAEVE, Rose Elinor Dougall, Graham Coxon, Dave Okumu, Sleaford Mods, Arlo Parks
- Oceanator Shares New Song “Part Time” (News) — Oceanator
- Blonde Redhead Announce First New Studio Album in Nine Years and Tour, Share New Song “Snowman” (News) — Blonde Redhead
- Premiere: Bells Larsen Shares New Single “Ten Hands” (News) — Bells Larsen
- Protomartyr Share New Song “Polacrilex Kid” (Plus Live Video) and Announce Telethon (News) — Protomartyr
Comments
Submit your comment
March 17th 2012
11:14pm
Whoosh的分词是基于正则表达式的,所以只需要写出合适的正则表达式就可以正确分词。下面是一些例子,可能有不完善的地方,需要继续完善完善。#测试分词#!/usr/bin/env python# -*- dciong: UTF-8 -*-from whoosh.analysis import RegexAnalyzerrex = RegexAnalyzer(ur”([\u4e00-\u9fa5])|(\w+(\.?\w+)*)”)print [token.text for token in rex(u"hi 中 000 中文测试中文 there 3.141 big-time under_score”)]#一个完整的演示#!/usr/bin/env python# -*- dciong: UTF-8 -*-from whoosh.index import create_infrom whoosh.fields import *from whoosh.analysis import RegexAnalyzeranalyzer = RegexAnalyzer(ur”([\u4e00-\u9fa5])|(\w+(\.?\w+)*)”)schema = Schema(title=TEXT(stored=True), path=ID(stored=True), content=TEXT(stored=True, analyzer=analyzer))ix = create_in(“indexdir”, schema)writer = ix.writer()writer.add_document(title=u”First document”, path=u”/a”, content=u”This is the first document we’ve added!”)writer.add_document(title=u”Second document”, path=u”/b”, content=u”The second one 你 中文测试中文 is even more interesting!”)writer.commit()searcher = ix.searcher()results = searcher.find(“content”, u”first”)print results[0]results = searcher.find(“content”, u”你”)print results[0]results = searcher.find(“content”, u”测试”)print results[0]
September 10th 2013
11:19pm
The Young Punx will be playing live vresions of Mashups by APC from the Young Punx VS APC album MASHED POPPED PUNKED. Come along! Mid afternoon on Thursday before PIL.
July 14th 2016
4:15pm
Isang malaki at madaming Contaatulrgions and Best Wishes sa wife mo. Magandang umpisa ng taon yan ah. At syempre dapat lelevel up na sa kakulitan ang entries mo nyan. hahaha! :D Ang kulit ni Father ah. Parang sya ang gustong tumutol ng kasal eh noh? hahaha. Happy New Year! :)