tlack/semantics
Semantic similarity via text embeddings in Elixir - powered by SentenceTransformers by SBert.net
Semantics helps you understand how similar two pieces of text are, even if they don't share keywords. You input two phrases or sentences, and it outputs a score indicating their semantic closeness. This is useful for anyone working with text data who needs to group similar content, identify paraphrases, or measure conceptual overlap between ideas.
No commits in the last 6 months.
Use this if you need to programmatically determine the conceptual similarity between different phrases or sentences without relying on exact keyword matching.
Not ideal if you're looking for a simple keyword search tool or if your primary interest is in finding exact phrase matches rather than conceptual parallels.
Stars
8
Forks
1
Language
Elixir
License
—
Category
Last pushed
Aug 24, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/tlack/semantics"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
thieled/dictvectoR
'dictvectoR' measures the similarity between a concept dictionary and documents, using fastText...
JuliusBahr/SimpleSimilarity
A framework for semantic text search
fangrouli/Document-embedding-generation-models
Development and Application of Document Embedding for Semantic Text Retrieval