Re: strategies for working w/ large amounts of text

2010-12-14 Thread tra...@postfl.com
You can work with NSTextStorage for individual documents. I've used this with whole books, lengthy ones like Don Quixote. On 2010-12-13, at 4:03 AM, Shane wrote: >> Are you building a concordance database first ? >> > > I have no thoughts whatsoever on how I'm building anything as of yet. > Jus

Re: strategies for working w/ large amounts of text

2010-12-13 Thread Ian Joyner
On 13 Dec 2010, at 14:03, Shane wrote: >> Are you building a concordance database first ? >> > > I have no thoughts whatsoever on how I'm building anything as of yet. > Just researching how something of this size would be manipulated. In the case of large texts like the Bible, you have a data s

Re: strategies for working w/ large amounts of text

2010-12-12 Thread Shane
> Are you building a concordance database first ? > I have no thoughts whatsoever on how I'm building anything as of yet. Just researching how something of this size would be manipulated. I'm certainly looking over those USFM standards. ___ Cocoa-dev m

Re: strategies for working w/ large amounts of text

2010-12-12 Thread Kyle Sluder
On Dec 12, 2010, at 3:58 PM, Shane wrote: > Hi all, > > I'm starting my research on how to work with a database for entire > books, specifically, the bible. I've worked with several RDB's in the > past, but for working with a large amount of text like the bible, what > are some ways/frameworks

strategies for working w/ large amounts of text

2010-12-12 Thread Shane
Hi all, I'm starting my research on how to work with a database for entire books, specifically, the bible. I've worked with several RDB's in the past, but for working with a large amount of text like the bible, what are some ways/frameworks in Cocoa of handling this? I can find text downloads of t