Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Hernán Morales Durand
Cool project! Let me know how do you go. Cheers, Hernán 2014-10-15 2:02 GMT-03:00 Evan Donahue : > Certainly, thanks for the curiosity. > > I am processing natural language statistics over the entire wiki corpus, > not querying for specific entries. The information and entries aren't > important

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Evan Donahue
Certainly, thanks for the curiosity. I am processing natural language statistics over the entire wiki corpus, not querying for specific entries. The information and entries aren't important so much as the raw quantity of words. A simple stream through a file on disk is all I need. Thanks, Evan O

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Hernán Morales Durand
2014-10-13 21:27 GMT-03:00 Evan Donahue : > Hello, I've run into some odd behavior and wanted to check whether I might > be missing something: > > I have downloaded a copy of the english wikipedia as an xml file and am > hoping to (sax) parse it. However, I can't even seem to get pharo to > recogn

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Nicolai Hess
Easiest way: download the generated source from http://files.pharo.org/vm/src/vm-unix-sources/blessed/ 2014-10-14 22:35 GMT+02:00 Evan Donahue : > 64 bits! That makes sense. I don't generally work with large files either. > I have been getting my vm from get.pharo.org, so I will need to get the >

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Evan Donahue
64 bits! That makes sense. I don't generally work with large files either. I have been getting my vm from get.pharo.org, so I will need to get the source to build the vm in the first place. A quick survey over the last few hours has revealed a multitude of vms, projects, platforms, repositories, an

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Evan Donahue
The OS is Arch Linux. I can read the file with less. The problem, insofar as I can trace it, seems to stem from this line in UnixStore: Primitives lookupDirectory: encodedPath filename: encodedBasename When I have my 57G file there this line returns nil. If I move the 57G file and create a smal

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Nicolai Hess
2014-10-14 6:38 GMT+02:00 Evan Donahue : > Hi, thanks for the reply. > > The response is the same: "MessageNotUnderstood: > False>>humanReadableSIByteSize." > > This happens both to print-it as well as to do-it-and-go. Running the > command on the neighboring "wiki.torrent" torrent file yields the

Re: [Pharo-users] Trouble opening large files

2014-10-13 Thread Evan Donahue
Hi, thanks for the reply. The response is the same: "MessageNotUnderstood: False>>humanReadableSIByteSize." This happens both to print-it as well as to do-it-and-go. Running the command on the neighboring "wiki.torrent" torrent file yields the correct 54kb. Thanks, Evan On Tue, Oct 14, 2014 at

Re: [Pharo-users] Trouble opening large files

2014-10-13 Thread Tudor Girba
Hi, If I understand correctly, the failure occurs while navigating in the "Items" presentation. I cannot reproduce this problem because I do not have enough disk space for such a large file :). But, could you do the following and let me know what the outcome is: 'path/to/your/large/file.xml' asF