dileepajayakody / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
1 stars 0 forks source link

Use SemanticVectors in Eclipse #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

A very basic question on how to use semanticvector jar file from Eclipse. 
Any example code on how to call different functions, e.g. CompareTerms, once I 
have included Jar file as a reference libraries in the package. 

What version of the product are you using? On what operating system?
3.2

Please provide any additional information below.

Original issue reported on code.google.com by nitesh.n...@gmail.com on 12 Mar 2012 at 7:07

GoogleCodeExporter commented 9 years ago
Should just be something like the following:

import pitt.search.semanticvectors.Foo;

public class MyClass {
  private Foo foo;
  ... etc ...
}

Does that work for you?

Original comment by dwidd...@gmail.com on 13 Mar 2012 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by dwidd...@gmail.com on 13 Mar 2012 at 4:55