Hi Zander,
you can do that: the LSI matrices are stored as plain numpy arrays, so
you can do `model.projection.s = model.projection.s[start:end]` and
`model.projection.u = model.projection.u[:, start:end]`, with "start"
and "end" to your liking.
There was a related question recently on this mailing list:
http://groups.google.com/group/gensim/msg/d6bfdc7a56910411 , see the
link there for extra info.
Best,
Radim