dileepajayakody / semanticvectors

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

How to get list of all terms? #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How to get the list of all the terms for which I have build term-vectors 
using Semantic Vector Package?
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I am using "semanticvectors-4.0 "  on ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by rohitdee...@gmail.com on 2 Oct 2013 at 1:53

GoogleCodeExporter commented 9 years ago
1. Build an index using -indexfileformat text. See 
https://code.google.com/p/semanticvectors/wiki/VectorStoreFormats.
2. Take the first column, e.g., if using bash do "cut -f 1 -d\| termvectors.txt"

Original comment by dwidd...@gmail.com on 2 Oct 2013 at 3:41