awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
factorie avatar

factorie/factorie

0
View on GitHub↗
552 stars·143 forks·Scala·Apache-2.0·7 views

Factorie

FACTORIE is a toolkit for deployable probabilistic modeling, implemented as a software library in Scala. It provides its users with a succinct language for creating relational factor graphs, estimating parameters and performing inference.

Features

  • Machine Learning Frameworks - Toolkit for deployable probabilistic modeling in Scala.
  • Natural Language Processing - Toolkit for probabilistic modeling and relational factor graphs.

Star history

Star history chart for factorie/factorieStar history chart for factorie/factorie

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Factorie

These projects share indexed features with Factorie. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • google/traxgoogle avatar

    google/trax

    8,304View on GitHub↗

    Trax is a deep learning framework and hardware-agnostic tensor engine designed for designing and training neural networks. It serves as a research tool providing high-level combinators for composing complex architectures, alongside a dedicated library for building transformer models and a toolkit for reinforcement learning. The framework is distinguished by its support for reversible and sparse transformer architectures, which reduce memory and computational overhead. It enables a single set of model instructions to execute across different hardware backends without changing the underlying co

    Python
    View on GitHub↗8,304
  • guillaume-be/rust-bertguillaume-be avatar

    guillaume-be/rust-bert

    3,065View on GitHub↗

    Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)

    Rust
    View on GitHub↗3,065
  • facebookresearch/starspacefacebookresearch avatar

    facebookresearch/Starspace

    3,954View on GitHub↗

    Starspace is a vector embedding framework designed for training high-dimensional representations of text and images. It functions as a machine learning system for neural ranking, text classification, and knowledge graph embedding, mapping different object types into a shared numerical space to facilitate retrieval and prediction tasks. The system includes specialized tools for knowledge graph completion and link prediction by representing entities and their relationships within a multi-relational vector space. It further provides capabilities for semantic content recommendation and large-scal

    C++
    View on GitHub↗3,954
  • huggingface/tokenizershuggingface avatar

    huggingface/tokenizers

    10,825View on GitHub↗

    This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It functions as a fast text encoder and a text preprocessing pipeline designed to transform strings into numerical representations with high throughput for research and production. The library includes a subword tokenizer trainer used to analyze text datasets and create custom vocabularies using algorithms such as byte-pair encoding and wordpiece. It provides capabilities for subword vocabulary training and text alignment, allowing character offsets to be tracked during normaliz

    Rustbertgptlanguage-model
    View on GitHub↗10,825
Compare all 30 related projects→

Frequently asked questions

What does factorie/factorie do?

FACTORIE is a toolkit for deployable probabilistic modeling, implemented as a software library in Scala. It provides its users with a succinct language for creating relational factor graphs, estimating parameters and performing inference.

What are the main features of factorie/factorie?

The main features of factorie/factorie are: Machine Learning Frameworks, Natural Language Processing.

Which projects share features with factorie/factorie?

Projects with overlapping indexed features include: guillaume-be/rust-bert — Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...). johnsnowlabs/spark-nlp — Spark NLP is a toolkit for scalable text analysis and machine learning built on the Apache Spark distributed computing… facebookresearch/starspace — Starspace is a vector embedding framework designed for training high-dimensional representations of text and images.… google/trax — Trax is a deep learning framework and hardware-agnostic tensor engine designed for designing and training neural… huggingface/tokenizers — This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It… pytorch/audio — Data manipulation and transformation for audio signal processing, powered by PyTorch.