[go: up one dir, main page]

Showing 19 open source projects for "grammar"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • The Easy Way To Build A Referral Program Icon
    The Easy Way To Build A Referral Program

    Referral Factory is the #1 referral software used by SMEs and Marketers.

    Referral Factory offers over 1000 pre-built referral program templates you can use as your own, or you can build your own referral program from scratch. You get unlimited referral campaigns on all plans, and brilliant support from their team of referral marketing experts.
    Learn More
  • 1

    ARTCOMParser

    Parser library that uses an EBNF like grammar to generate a parse tree

    Parser library that uses an EBNF like grammar to generate a parse tree You can use it to create a quick parser It uses backtracking so it may be slow for some grammar rules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    PC-PATR in XML

    Converting PC-PATR grammars to XML

    PC-PATR grammar files are plain text files. This project seeks to define an XML form for these grammar files and convert legacy grammar files to the XML form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Abnf To Antlr

    Translate any ABNF grammar to ANTLR

    This project has moved to GitHub... https://github.com/rpinchbeck/Abnf-To-Antlr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DBLX

    DBLX

    DBLX3 Relational Database System

    DBLX 3.3 is available! DBLX is a multi-user, client-server relational database. DBLX uses standard SQL and has many types of clients, and client API's. DBLX has a REST server to allow direct access from web applications. The design goals of DBLX are to produce a very fast database which can be used with standard ANSI sql. DBLX source code is available in C# and Java. DBLX includes the server component, a command-line client, as well as client APIs. DBLX is well-documented so that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ClouDNS provides fast and secure Free DNS Hosting and Premium DNS Hosting with Global Anycast DNS Network. Icon
    ClouDNS provides fast and secure Free DNS Hosting and Premium DNS Hosting with Global Anycast DNS Network.

    Forever Free DNS Hosting with Dynamic DNS

    ClouDNS is the biggest European provider of globally Managed DNS services, including GeoDNS, Anycast DNS and DDoS protected DNS. We also offer Domain names, Monitoring services, SSL Certificates, and Google Workspace.
    Learn More
  • 5
    CodeConics

    CodeConics

    CodeConics is a C# lexer/parser/syntax tree generatior

    CodeConics is simple, intuitive, easy to use and debug code-manipulation solution, that is grammar independent and recursion based, as opposed to other DFA(Deterministic Finite-state Automata) based solutions.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    OpenEXI

    OpenEXI

    EXI implementations in Java and C#

    ...As a corollary to XML, EXI is an alternative, very efficient format that has all of the mechanics of XML, but is much more compact and is faster to exchange. - README (about Nagasena EXI implemenation) https://www.dropbox.com/s/adh83u9z1x1czv6/README.txt?dl=0 - Nagasena EXI grammar interchange format (PDF) https://www.dropbox.com/s/etrpuchaddplq2s/EXIGram.pdf?dl=0 - Introduction to OpenEXI (PDF) https://www.dropbox.com/s/n2545xm0jjyui2d/IntroToOpenEXI.pdf?dl=0
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7

    NaiveLanguageTools

    C# lexer and parser

    NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator. If you understand/guess the meaning of grammar in C#: // scanning lexer.AddStringRule(")", match => SymbolEnum.RPAREN); // parsing prod_builder.AddProduction(SymbolEnum.exp, SymbolEnum.LPAREN, SymbolEnum.exp, SymbolEnum.RPAREN, (_1, e, _3) => (AstNode)e); or grammar in NLT format: // scanning /[A-Za-z_][A-Za-z_0-9]*/ -> IDENTIFIER, IdentifierSymbol.Create($text); // parsing program -> list:namespace_list { new Program(currCoords(), (Namespaces)list) }; you should be able to use it :-). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JGlossator

    JGlossator

    Creates glosses for Japanese text

    JGlossator can create a gloss for Japanese text complete with de-inflected expressions, readings, audio pronunciation, example sentences, pitch accent, word frequency, kanji information, and grammar analysis. See http://jglossator.sourceforge.net/ for more information and screenshots. Inspired by Translation Aggregator, but aimed primarily at people learning Japanese.
    Leader badge">
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9

    RCLcalculators

    RCL, a simulator for Texas Instrument calculators from the 70's.

    Calculators became available in the early 70's, soon after the integrates circuits, and several companies were competing with each other for a share of this market. Texas Instruments was one of the bigger companies producing calculators. With RCL it is possible to recreate the TI calculators, strating with the Ti59e, with 960 program steps and a persistant memory (a combination of the the Ti58C and the Ti59). RCL offers any person interested in the ancient ones in calculators (more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Haystack is a modern, engaging, and intuitive intranet platform that employees actually use. Icon
    Haystack is a modern, engaging, and intuitive intranet platform that employees actually use.

    You Deserve the Best Intranet Experience

    With customizable iOS and Android mobile apps, Slack and Microsoft Teams integrations, and an intuitive design employees love, Haystack brings an outstanding digital employee experience to your entire workforce, no matter where their work takes them.
    Learn More
  • 10
    IronMeta is an implementation of Alessandro Warth's OMeta metaprogramming system in C#. It provides a packrat parser generator that generates parsers for Parsing Expression Grammars that operate on arbitrary streams of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Finding Arabic Poem Meter using CFG

    This software can find meter for Arabic poem. (العروض)

    we make a program that can find the poem meter name (called Bahar in Arabic) by Arud science, this science provides a methodology to classify Arabic poems into standard 16 meters, to help a user to find the meter name for any Arabic poem. And we discuss the solutions for problems, from the starting phase to the result, using regular expression and context free grammar (CFG). And the result 75% of the verse is found its meter, when input enters correctly. يقوم هذا البرنامج بايجاد البحر الشعري لاي بيت شعر يتم ادخاله بشكل صحيح بنسبة دقة (75% . وقد تم استخدام قواعد السياق الحر* للتوصل الى النتيجة . * context free grammar (CFG)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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.
    Leader badge">
    Downloads: 20 This Week
    Last Update:
    See Project
  • 13
    Learn By Heart

    Learn By Heart

    Lightweight software for learning foreign languages

    Applications is useful while learning foreign languages, grammar and/or vocabulary. Software let's you create own dictionary of words you know, make two types of exams to test your knowledge or simply cram those words you entered to local database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A simple way to create a syntax highlighting editor for a custom language/grammar and/or create custom grammar parsers. This is a .NET project written in C#. See details here: http://acct001.com/wordpress/?p=190
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AGL Suite is a software suite comprising two programs (AGL Automata Maker and AGL Reader) for conducting experiments in the Artificial Grammar Learning paradigm in cognitive science.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Computational implementation of 3D shape grammar for AutoCAD. For creation and use of shape grammars, with canonical shape representation, instance matching with shape emergence, full grammar rules derivation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Syntactic parser of English sentences is simple parser with enhanced Chomsky's grammar that generates tree structure based on input sentence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JavaCCCS is a port of JavaCC to generate C# code instead of Java. JavaCCCS is a compiler compiler, i.e. given a grammar file it generates a parser for it that can then be used directly or by other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A .Net (C#) program to convert grammar based text (like code) to colorful, CSS based HTML. Based on the GOLD parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next