finite

Open-source projects categorized as finite
Language: + Python + C++ + Java

Top 3 finite Open-Source Projects

  • PyNite

    A 3D structural engineering finite element library for Python.

  • sparselizard

    C++ FEM library | user-friendly | multi-physics | hp-adaptive | HPC

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dictomaton

    Finite state dictionaries in Java

  • Project mention: Calculate the difference and intersection of any two regexes | news.ycombinator.com | 2023-09-11

    Say you want to compute all strings of length 5 that the automaton can generate. Conceptually the nicest way is to create an automaton that matches any five characters and then compute the intersection between that automaton and the regex automaton. Then you can generate all the strings in the intersection automaton. Of course, IRL, you wouldn't actually generate the intersection (you can easily do this on the fly), but you get the idea.

    Automata are really a lost art in modern natural language processing. We used to do things like store a large vocabulary in an deterministic acyclic minimized automaton (nice and compact, so-called dictionary automaton). And then to find, say all words within Levenshtein distance 2 of hacker, create a Levenshtein automaton for hacker and then compute (on the fly) the intersection between the Levenshtein automaton and the dictionary automaton. The language of the automaton is then all words within the intersection automaton.

    I wrote a Java package a decade ago that implements some of this stuff:

    https://github.com/danieldk/dictomaton

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

finite related posts

  • Calculate the difference and intersection of any two regexes

    4 projects | news.ycombinator.com | 11 Sep 2023
  • Sparselizard FEM - Introducing the python API

    2 projects | /r/fea | 14 Nov 2021
  • Finite Element Analysis of 3D Structures using Python

    2 projects | /r/StructuralEngineering | 13 Aug 2021
  • Electromagnetic FEM software - sparselizard

    1 project | /r/fea | 23 Jun 2021
  • Multiphysics FEM library. Made user-friendly. New release.

    3 projects | /r/fea | 17 Jun 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 31 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source finite projects? This list will help you:

Project Stars
1 PyNite 405
2 sparselizard 319
3 dictomaton 129

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com