Good day,

I am new to quant and working my way through boot camp.  I was really interested in seeing how a large dictionary would affect the algorithm.  I was able to get a fairly large sentiment dictionary, which I would assume, the larger the dictionary the better analysis of the articles... The problem I'm running into is the dictionary is so large that it is exceeding the 64k limit of the IDE.

Is there a way to load the dictionary from a data file to avoid hitting the 64k limit?

Greg