JuliusBahr/SimpleSimilarity
A framework for semantic text search
This framework helps iOS app developers integrate semantic search functionality into their applications. It takes a collection of text strings (like article titles or descriptions) and their associated metadata, processes them into a searchable corpus, and then allows users to find the most relevant entries based on the meaning of their search query. Developers building iOS apps with text-heavy content would use this.
No commits in the last 6 months.
Use this if you are an iOS developer needing to add semantic text search capabilities to your app for Latin-script content, especially if you're targeting older iOS versions or prefer a custom solution over Core Spotlight.
Not ideal if you are developing for iOS 18 or later, as Apple's Core Spotlight offers similar semantic search features natively, or if your app primarily deals with non-Latin languages like Asian or Arabic scripts.
Stars
9
Forks
—
Language
Swift
License
MIT
Category
Last pushed
Dec 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/JuliusBahr/SimpleSimilarity"
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...
tlack/semantics
Semantic similarity via text embeddings in Elixir - powered by SentenceTransformers by SBert.net
fangrouli/Document-embedding-generation-models
Development and Application of Document Embedding for Semantic Text Retrieval