Java Dictionary

Open-source Java projects categorized as Dictionary

Top 6 Java Dictionary Projects

  • Dictionary

    "QuickDic" offline Dictionary App for Android. Provided downloadable dictionaries are based on Wiktionaries but can also be created from other sources (see DictionaryPC). Remember to use --recursive when cloning! Fork of project that used to be hosted at code.google.com/p/quickdic-dictionary. (by rdoeffinger)

  • 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

  • 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
  • aot

    Russian morphology analyzer for Java | Морфологический словарь русского языка для Java

  • kbbi4

    Official kbbi5 for Android

  • words

    A set of word-based puzzle games for the CLI while you wait for the build to run (by ludovicianul)

  • Project mention: Ask HN: What was an interesting project you started and finished over a weekend? | news.ycombinator.com | 2024-04-06

    Starting from Wordle, I've created some additional word-based games that can be played in the terminal: https://github.com/ludovicianul/words

  • singal

    Galician Synonyms Dictionary for Android | F-Droid

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).

Java Dictionary related posts

Index

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

Project Stars
1 Dictionary 302
2 dictomaton 129
3 aot 52
4 kbbi4 40
5 words 10
6 singal 1

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