cl-embeddings
Embedding library
A Common Lisp library for generating word embeddings using neural network models.
A Common Lisp embeddings library
8 stars
3 watching
0 forks
Language: Common Lisp
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
atgreen/cl-completions | A Common Lisp library that provides a text completion system using various large language models | 13 |
malllabiisc/wordgcn | A deep learning model that generates word embeddings by predicting words based on their dependency context | 290 |
atgreen/cl-chroma | A Common Lisp interface to the Chroma vector database | 8 |
juliatext/embeddings.jl | Provides access to pre-trained word embeddings for NLP tasks. | 81 |
atgreen/cl-etcd | A library that simplifies the integration of a distributed key-value store into Common Lisp applications | 11 |
atgreen/cl-text-splitter | A Common Lisp library for splitting text into manageable segments based on document structure and layout characteristics. | 7 |
atgreen/cl-chat | Provides a conversational AI interface using LLMs in Common Lisp | 13 |
atgreen/trivial-system-loader | Provides a portable system downloader/loader abstraction for Common Lisp. | 12 |
vzhong/embeddings | Provides fast and efficient word embeddings for natural language processing. | 223 |
hassygo/charngram2vec | A repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks | 23 |
nlprinceton/text_embedding | A utility class for generating and evaluating document representations using word embeddings. | 54 |
ramarren/cl-geometry | A two-dimensional computational geometry system for Common Lisp. | 48 |
commonsense/conceptnet-numberbatch | A pre-trained word embedding model informed by a large-scale knowledge graph, providing a nuanced representation of word meanings. | 1,295 |
dsv77/hashembedding | Software component providing efficient word representation using hash embeddings | 42 |
ryankiros/visual-semantic-embedding | A Python implementation of an image-sentence embedding method using LSTM networks. | 426 |