Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lillyth
  • Content: Threads
  • Order by date
  1. lillyth

    read files form directory

    Hi! I need to read text files from a directory and do some operations on all the files at once. This in order to get frequency counts for words over all files. Any guesses to why this code is not working? The error message is: "Cannot open 'C:\Doc...\*.txt' Invalid argument at line 12" While...
  2. lillyth

    creating co-occurrence matrix from raw text

    Hi! I need to create a co-occurrence matrix from a text file. So far I have a term extractor that given the file ( data.txt ) returns a file with the relevant terms (term.txt). From these two I would now like to create a co-occurrence matrix using a window of size w. I am guessing that the...

Part and Inventory Search

Back
Top