couchbase / vellum

A Go library implementing an FST (finite state transducer)
Apache License 2.0
503 stars 35 forks source link

Feature Req: []byte or interface{} etc for value #15

Open 5k3105 opened 7 years ago

5k3105 commented 7 years ago

uint64 forces an extra lookup table for multiple valued terms ie word matching multiple meanings/ dictionary entries.

This was mentioned as an upcoming feature in a go conf video on youtube.

5k3105 commented 7 years ago

Anyway though, thanks for this lib! Working great on my dictionary of 2.1M unicode entries @ 6.3MB!

mschoch commented 7 years ago

Yes, thanks for opening up the issue. We plan to get started on this feature shortly.