Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 3
    This is going to be used for very large text files eventually, so would this still work? Commented Mar 16, 2012 at 16:07
  • Convenient, sure. "Maximum use of the framework", well, really, no. Commented Mar 16, 2012 at 16:10
  • Book size, I'll be using open source books like The Art of War by Sun Tzu Commented Mar 16, 2012 at 16:13
  • 1
    According to this (gutenberg.org/ebooks/132) it's only a few hundred kilobytes - probably won't be a problem. I just imported it using File.ReadAllText - it reads and splits on ' ' instantly with ~61k words. Commented Mar 16, 2012 at 16:20
  • Just checked it out myself, I wasn't sure if the filesize alone matters or if the number of words would be too much to handle. Thanks for the help :) Commented Mar 16, 2012 at 16:27