Search Results for "english grammar" - Page 5

Showing 129 open source projects for "english grammar"

View related business solutions
  • Hybrid Workplace Software Icon
    Hybrid Workplace Software

    We help businesses return to work safely without compromising on employee experience.

    With YAROOMS, facility managers gain control over occupation parameters and get insight on actual reservations, while HR managers can define work planning targets and thresholds for their teams. Employees remain autonomous to schedule their own time, resources, and space in the office.
  • Subcontractor Construction Management Software Icon
    Subcontractor Construction Management Software

    Bidtracer has been built specifically for the MEP/BAC industry for both construction and service side

    Bidtracer has been built specifically for the MEP/BAC industry for both construction and service side including but not limited to CRM, Bid Management, Invitation to Bid, BAC Estimating, BAC Engineering, Project Management, Service Agreement, Service Work Orders, Service Repair, Service Projects all built natively in the cloud. Estimating/Engineering are connected with live pricing to many manufacturers such as JCI, Distech Controls, ABB, Carrier, ALC and many peripheral distributors such as Kele, Alps, Belimo, Siral, Bray. If we don’t have it already, we will import it as many times throughout the year. Whether you're 2 users or 1000s our system works for all levels of business and all types of users: estimators, engineers, PMs, sales, executive, and field workers with built in rich reporting, customizable reporting, charts and graphs to help companies analyze their data in real time.
  • 1
    Queequeg is an English grammar checker for non-native English speakers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A flexible Japanese to English language translation engine that allows multiple results be displayed according to all possible grammar ratings, i.e. a list of results will be displayed instead of only one. Please browse the CVS tree for actual project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    UGrammar aims to be a Grammar Checking library fit for commercial use in a word processing environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Chaperon is a LALR(1) parser, which parse structured text documents and generate XML documents as output. It includes a parser generator like yacc and a regex scaner like lex. As input use Chaperon a grammar written in XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Knowledge Is The Cornerstone Of Your Business. Icon
    Knowledge Is The Cornerstone Of Your Business.

    MentorCity works best for associations, companies, and schools

    MentorCity is a comprehensive and intuitive online mentoring software cultivating the future of organizations and individuals through the power of connections and relationships. Specifically created for associations, companies, and schools, MentorCity assists in member engagement, leadership development, succession planning, and diversity and inclusion strategies. Serving as a powerful personal development tool, MentorCity helps organizations save time and money by lessening matching responsibilities and allowing program administrator to focus their efforts on building a mentoring culture that achieves exceptional results.
  • 5
    RelaxNGCC is a tool for generating Java source code from a given RELAX NG grammar. By embedding code fragments in the grammar like yacc or JavaCC, you can take appropriate actions while parsing valid XML documents against the grammar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project tries to define a new grammar to be used for database access. It should be easier to learn, understand and use than SQL, be more consistent, and contain significantly less rules. It does not try to be an extension or subset of SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This aim of this project is to provide an efficient LTAG Parser (Lexicalized Tree Adjoining Grammar) and some linguistic resources to the NALP community and other interested people. Please feel free to submit bug reports, feature requests, or any other co
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XML C Parser Generator (xmlcpg) is a xml processor coupled with a flex/bison C parser generator. A DTD can be processed to build a specialized parser for the grammar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Grammar deployment is the process of turning a given grammar specification into a working parser. The Grammar Deployment Kit (for short, GDK) provides tool support in this process based on grammar engineering methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Your Fleet Tracking with Fleet Telematics Icon
    Simplify Your Fleet Tracking with Fleet Telematics

    Asset and Fleet Tracking Software Powered by GPS Tracking Technology

    Our non-proprietary GPS tracking devices and software works with virtually any third-party system. This versatility enables you to integrate Rastrac’s equipment or software into your existing systems, saving you time, energy, and money.
  • 10
    An implementation of generative grammars and turtle graphics. The grammars (currently only Lindenmayer systems) are used to produce descriptions of graphical images, and the turtle is used to display them in several forms, such as bitmap, PostScript or
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LangLearn is a program that will help with learning a foreign language. It can test the knowledge of translations of words to and from that language, knowledge of the language's grammar, and reading and listening skills of the student.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    UniParser is a parser toolkit for creating grammar parsers of streams (of e.g. Unicode characters) with Ada 95 programming language. (If you will request, I may port it to C++.) Very feature rich, flexible, and extensible; however somehow slow and bloate
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    raBooF is a commandline parser framework written in java, but usable for multiple platforms and languages. Based on a simple grammar document it will generate the corresponding parser and help screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project is a parser generator, like the lex and yacc, but is based on the JavaCC grammar. It was writing in c++, run on linux and dos, and don't use another library. The grammar parser is specified through a simple file, and the parser generated
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The VISL Phrase Structure Grammar Compiler is an implementation of a parser generator for ambiguous context-free grammars, ambiguous input, and ambiguous output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Leo is a project to provide an architecture for defining XML specifications of grammars for different natural language parsing systems and tools for using that architecture to permit sharing of grammar resources across different systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The main goal of this project is to create a programming editor, which allows editing the tree structure of the code instead of editing the linearization. This should be implemented using XML and XML Schemas, see homepage for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SQL Parser for VFP developers. Replaces VFP functions with customizable expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The fast, flexible parsing engine. Parse anything in 4 steps: (1) define a grammar, (2) load the grammar into ClearParse, (3) call the engine to parse the source, and (4) traverse the parsing tree. You can even change your grammar at run time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    ebnf2yacc is a tool to help write yacc parsers/compilers. It takes as input a grammar written in bnf (ebnf support is planned), and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc parser that builds the tree.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    Nonsense generates random (and sometimes humorous) text from datafiles and templates using a very simple, recursive grammar. It's like having a million monkeys sitting in front of a million typewriters, without having to feed or clean up after them. From
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    Zorlin's English Pack for Supercard DSOne (ZEP) ZEP is a complete rewrite of the Supercard Team's language files, but in proper English with better grammar, spelling, and punctuation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Convert English grammar to computer programs, knowledge bases, and machine ready forms. Use exemplary grammar work by Randolph Quirk, Sidney Greenbaum, Geoffrey Leech, and Jan Svarvik. Quirky is a whimsical homage to "Quirk et al".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Raku-DSL-Shared

    Raku package for DSL shared utilities and grammar roles.

    ... two or more roles into one ## Roles Another reason for making this package is to encapsulate and easily share grammar roles for making DSL translators. Here are "the first wave" roles: Error handling role Common English terms and phrases role used in workflows from Machine Learning, Data Science, or Scientific Computing Predicate specification role
    Downloads: 0 This Week
    Last Update:
    See Project