Showing 66 open source projects for "spell checker in java"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    texiteasy

    texiteasy

    Simple and Powerful Latex Editor

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Voikko

    Voikko

    Library of linguistic tools

    Voikko is a spell checking, grammar checking, morphological analysis and hyphenation system. Spell checkers are available for multiple languages, other features for Finnish only.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    Java library can be used in JUnit testcases for java bean classes coverage. Suitable for check methods: "equals", "hashCode", getters and setters. Similar with "https://sourceforge.net/projects/meanbean". Base usage: BeanEqualsChecker checker = new BeanEqualsChecker(); checker.testEquals(MineBean.class); For constructor with parameters, factory can be used: checker.testEquals(MineBeanWithConstructor.class, new EqualBeanFactory<MineBeanWithConstructor>() { @Override public MineBeanWithConstructor create() { return new MineBeanWithConstructor(1,""); } }); Custom validators, primitive generators can be added "BeanEqualsConfiguration". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JClaim
    Java Instant Message (IM) Library, Client and Tools. Flexible framework to design your own. AIM, ICQ, Yahoo, MSN, Jabber, SMS, Nate, GoogleTalk. GUI, spell checking and more. Includes a web interface for remote/cell access. Mac, Win, Linux friendly
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Urdu HTML Master Version 1.0 is a free and first ever software of its type which allow to create webpages is Urdu, Persian and Arabic languages using unicode in a WYSIWYG user-friendly environment. Efficient web page and html editor. Source Code at : https://github.com/dasatti/urduhtmlmaster All of you are welcome to colleborate on the project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    oozie-workflow-checker

    Validation of complex Apache Oozie Hadoop workflow

    Library validated complex Oozie workflows (http://oozie.apache.org/). Two usage scenarios: 1) Execute workflow with specified parameters, and as result get list of passed nodes. Sample in WorkflowDirProcessorIntegrationTest Note: from all workflow functions only "wf:conf" is supported now. 2) Check called actions exists or build full call tree in xml format Sample in OozieWorkflowCheckerTest: You can override properties from "config-default.xml" and "job.properties" by file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JLokalize

    JLokalize

    Internationalization tool for Java applications.

    Open source tool for the internationalization (i18n) of Java applications. Editor for key, value pairs for language resources. Additionally allows to define comments and has a reverse and spell checking function. Also gathers statistics about translation key usage within your application. Fully compatible with Properties implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Simple Use Case Documentation Tool

    A simple tool to document use cases.

    ...The tool has a simple special syntax in order to spell out ordered/ un ordered lists under each section of a use case. All such use cases can be saved in a work space and exported to PDF after arranging the usecases in your requried order (Images are resized to fit the page). This is a pure Java application using simple File I/O.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Equals Checker
    A static checker that model checks the implementation of equality for an Eclipse Java Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    This project attemps to integrate the Eclipse CDT C/C++ IDE and the Splint static checker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WinDoxygen
    WinDoxygen is a wizard for Doxygen, make document for C,C++,Java source files. It can change comment style of source files to meet the need of doxygen.With Windows GUI, no parameter to study, click and go, very easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This library provides functionality to check a SF.net RSS feed for the latest file. My Wallpaper Changer uses this lib to check for updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Checker framework is an easily expansible set of check/transformation to build hierarchy of chain operations easily to-store/to-be created and re utilized (at run time if you want).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a maven plugin that takes an OpenOffice .odt text document based on an APT.ott style template and produces an maven APT (Almost Plain Text) document. Allows you to write maven site doucmentation in OpenOffice with spell checking and WYSIWIG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    xmlOrganizer Tools for XML including: - XSD validator, organizer, formatter, and checker for unused types. - XML validator, organizer, and formatter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Bogor-PubSub is a set of extensions to the Bogor model checker enabling accurate, automatic verification of Publish-Subscribe infrastructures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Version Checker Tool traverses the given folder or directory and groups the found classes by java major and minor version. It helps to identify and resolve the java run time compatibility issues with class and jar files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Commit Warning Checker is a small eclipse plugin that lets you check not to commit warnings into repository. Currently it works with Java and SVN only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Spell Check engine for ColdFusion. AJAX, Java, CFML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Xcarecrows4XML completes Eclipse to handle the tasks required by an XML workflow. It offers: a graphical XML, XML Schema and XML stylesheets editor; a graphical XML tree comparator; a built-in checker against XML Schemas; an XSL transformations tool kit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A spelling checker for 32-bit Windows apps, based loosely on GNU ASpell; packaged as a DLL. Suggestions for misspelled words are based on both character substitutions/additions/deletions and phonetic similarity to (~180,000 English) words in dictionary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Interactive Nullness Annotation Propagation Application - assists a developer with adding nullness annotations (i.e. JML) to Java source code. This makes it easier to use a checker like ESC/Java for statically identifying potential null pointer bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sounder is a spell checker that allows user to enter a word as they think it should sound not as they think it is spelled. A list of similar sounding words is returned to the user with the correct spelling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Open Source License Checker is tool for inspection and analysis of lisence information from open source packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JSPSpellCheck is a JSP Spell Check component that allows you to provide interactive spell checking in your web based Java applications. It is 100% HTML and JavaScript. It is a JSP based front-end to the Jazzy Spell Checker.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB