Search Results for "english grammar" - Page 2

Showing 128 open source projects for "english grammar"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    shimanskybiz-app

    shimanskybiz-app

    English Grammar for Russian-Speakers

    English Grammar for Russian-Speakers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Whitaker's Words Latin Dictionary

    Whitaker's Words Latin Dictionary

    Latin dictionary and grammar aid: Latin to English, English to Latin.

    ... and conjugations. A few hundred prefixes and suffixes further enlarge the range. These will generate tens of thousands of additional words. An English-to-Latin feature uses the same data to provide the Latin equivalent of an English word.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    This is an implementation continuously under development of Dynamic Syntax, a word-by-word incremental semantic grammar, especially suited to dialogue. The implementation contains the following: (1) depth-first and breadth-first parsers and generators, based on hand-crafted domain-specific lexicons but cover a broad range of structures, including relatives and tense; (2) a prototype incremental dialogue system, DyLan, based on Jindigo (Skantze & Hjalmarsson, 2010), but using the Dynamic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5

    Learn Speak English Pronunciation

    Software to help you learn english and improve English pronunciation.

    ... and phrases spoken by male and female native English speakers. Your very own English instructors. The software's Multimedia Modules assist you with English Conversation, English Speaking and Pronunciation, English Grammar and Syntax, English Writing and Reading, English Spelling and Vocabulary, as well as Business, Work and Travel English. Download the free Learn English Lite Version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    TextTrainer
    TextTrainer helps you memorise poems or plain texts in your native or in some foreign language. You learn by repeatedly reading aloud the text while more and more words randomly are hidden. Foreign language support includes grammar correction.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    EnglishGrammarIsAHaskell

    Nouns, verbs, adjectives, goodbye!

    The skeleton of a simple English grammar checker written in Haskell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TeXpen

    TeXpen

    Your LaTeX Editor

    TeXpen is a LaTeX editor for mankind, based on Qt/C++. Perhaps aliens would also love it , only if they use LaTeX, too.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Free and open source grammar checker. Currently capable of identifying errors: 1) Incomplete sentence (fragment) 2) Subject Verb Plurality Agreement Incomplete Sentence Example: "John a very man." Subject Verb Plurality Agreement Example: "They walks into a classroom." This software utilizes parts-of-speech tagging software that was developed and published by the Natural Language Processing Group at Stanford University. Many thanks!!! (Full citation in README)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Graphical Grammar Studio

    Graphical Grammar Studio

    An user friendly grammar tool for natural language processing tasks

    Full documentation with tutorials is included in the download package. Graphical Grammar Studio is a tool for applying grammars which behave as words acceptors/consumers and annotators. GGS grammars can be used to find and annotate sequences of words which respect certain conditions, in a given input. Its purpose is for creating NLP tools like phrase chunkers, named entity finders, pronoun co-reference solvers etc. A grammar is represented by a state machine which can be visualized, edited...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JS/CC LALR(1) Parser Generator

    JS/CC LALR(1) Parser Generator

    A LALR(1) Parser Generator for JavaScript written in JavaScript

    JS/CC is a parser generator for JavaScript/ECMAScript, which is entirely written in ECMAScript itself. It produces LALR(1) parsers with integrated lexical analyzers. JS/CC can run as a website or be invoked from a console, and runs on several platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Provides an ANTLR plugin (including grammar file editor with outline page and project nature with incremental builder) for the Eclipse platform
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Coco/S Parser Generator

    Coco/S Parser Generator

    Parser Generator based on Coco/R

    Coco/S is a compiler generator that takes plain EBNF grammar files and features a SAX style call back API. It is written in Java and produces a Java Scanner (Lexer) and Parser for the language described by the input grammar. Coco/S is a branch of the 2010/11 release of Coco/R for Java. While Coco/R takes an attributed grammar file, Coco/S has a callback API. This has the advantage of a clean separation between grammar (EBNF) and Compiler/Interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Structure Synth generates 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. Structure Synth offers a graphical environment with multiple tabs, syntax highlighting, and OpenGL preview.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 15

    PackCC

    A packrat parser generator for C

    PackCC is a packrat parser generator for C, which can handle PEGs (Parsing Expression Grammars) very efficiently, and can support direct and indirect left-recursive grammar rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Latin-to-English translation of the Traditional Latin Mass with grammatical information from William Whitaker's WORDS. Scripts included to create HTML, PDF and plain text renditions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Language Constructor

    Complete tool for constructing/manipulating languages in digital form

    With this tool you can easily design a new language, digitize an existing one or incrementally reconstruct an ancient language. It allows for free experimentation of all aspects of the language, so it does not have to be made consistent on paper first. You can edit script, syntax, grammar, morphology, lexicon and phonology, as well as write documents in the language, as it might be too complex to be handled by current font technology. The information is stored in xml format for easy integration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    LanguageTool

    Proofreading Software for 20+ Languages

    LanguageTool is an Open Source language/grammar checker. *** THIS REPOSITORY IS OUT OF DATE, see https://github.com/languagetool-org INSTEAD ***
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Y2L

    Yacc-to-Latex pretty printer/convertor

    Y2L is a Yacc-to-Latex pretty printer/convertor. It converts Yacc grammar descriptions into EBNF descriptions in LaTeX or plain ASCII. It's written entirely in AWK.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    This application assists DB2 users while writing commands, proposing options and parameters or, completing words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Styx is a scanner and parser generator designed to address some shortcomings of the traditional lex/yacc combination. It has unique features like automatic derivation of depth grammar, production of the derivation tree including it's C interface which provides access to the abstract syntax tree, preservation of full source information and pretty printing to facilitate source-source translation, persistence to aid rapid interpreter writing. For application in contemporary computing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    FM Corrections

    Project to correct grammar and spelling

    Not the original creator of this game or files. The developer is a self taught English speaker. Although his writing is pretty good, there are grammar mistakes that need to be changed. I am attempting to correct his work so that it is more understandable while trying to keep his original content and style in tact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    OGDL is a structured format for representing graphs of information, alternative to XML. Its grammar is very simple allowing for compact parsers. The text version is easily readable; the binary version is used for storage and interprocess communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Shape Grammar Interpreter
    SGI allows to define and interpret most of undeterministic 2D shape grammars. It supports real-time subshape detection and labeled rules. GUI is designed for easy manipulation with shape grammars: creation of shapes, rules and generation of designs.
    Downloads: 42 This Week
    Last Update:
    See Project