Recent content by dominique_

  1. D

    Java Eigenword embeddings and spectral learning; I'm a beginner....

    Thanks Fooality, I managed to write a code to take in words and spit out vectors using bufferedRead and filereader, I got some help from some Phd students, too. The next step is the prototype which I'll no doubt be back for help with. Thanks so much for your help!
  2. D

    Java Eigenword embeddings and spectral learning; I'm a beginner....

    From within an Eclipse project. No I haven't created a project for the swell code
  3. D

    Java Eigenword embeddings and spectral learning; I'm a beginner....

    Eclipse, however when I go to open a .java from SWELL it only gives my the netbeans option and I can't seem to deselect it and use Eclipse I can compile a basic Hello World, yes. Right now, I've just begun to understand loops in Java. So I have knowledge of int, doubles, constructors, instance...
  4. D

    Java Eigenword embeddings and spectral learning; I'm a beginner....

    Thank you so much Borg! You're going to have to bear with me : I downloaded the SWELL code and there are multiple classes and .java and .txt. So I don't know what to do, are the examples the txt files? How do I compile and run examples? I need to add things to the code,right? I don't know if...
  5. D

    Java Eigenword embeddings and spectral learning; I'm a beginner....

    Hi everyone, I am a mathematics undergraduate and I'm currently doing an internship at the informatics department of a university. I am well and truly out of my depth. My supervisor has assigned me tasks which include Java (a language I'm having to quickly pick up, having only used python/R)...