ynqa / wego

Word Embeddings in Go!
Apache License 2.0
474 stars 41 forks source link

Neighbor attributes are private #47

Open advancedlogic opened 5 years ago

advancedlogic commented 5 years ago

Could you make Neighbor word and similarity accessible?

ynqa commented 5 years ago

@advancedlogic Excuse me, what do you mean?

advancedlogic commented 5 years ago

If I use your Searcher programmatically, once I have a list of neighbors I do not have access to the attributes word and similarity because they are private inside the struct (lower case) and I do not have any get/set accessors to get their value