Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Sprache

Compare

  Analyzed about 9 hours ago

Sprache makes parsing 'external' DSLs clean and simple. It does this by relying on C# language features like lambda expressions and Linq. Unlike most parser-building frameworks, you use Sprache directly from your program code, and don't need to set up any build-time code generation tasks.

3.4K lines of code

0 current contributors

over 2 years since last commit

4 users on Open Hub

Inactive
5.0
 
I Use This

Irony — .NET Language Implementation Kit

Compare

  Analyzed about 16 hours ago

Irony is a development kit for implementing languages on .NET platform. Unlike most existing yacc/lex-style solutions Irony does not employ any scanner or parser code generation from grammar specifications written in a specialized meta-language. In Irony the target language grammar is coded directly ... [More] in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process. See the expression grammar sample for an example of grammar definition in c# class, and using it in a working parser. [Less]

25.9K lines of code

4 current contributors

about 2 months since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This

ANTLR plugin for Eclipse

Compare

  Analyzed 4 months ago

Provides an ANTLR plugin (including grammar file editor with outline page and project nature with incremental builder) for the Eclipse platform

13.9K lines of code

0 current contributors

over 9 years since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This

MeCab

Compare

  Analyzed 5 days ago

MeCab is a fast and customizable Japanese morphological analyzer. MeCab is designed for generic purpose and applied to variety of NLP tasks, such as Kana-Kanji conversion. MeCab provides parameter estimation functionalities based on CRFs and HMM

291K lines of code

0 current contributors

11 months since last commit

3 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

PEGTL

Compare

  Analyzed about 17 hours ago

The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).

23.2K lines of code

0 current contributors

9 days since last commit

2 users on Open Hub

Very Low Activity
0.0
 
I Use This

RelEx Semantic Relationship Extractor

Compare

  Analyzed 1 day ago

RelEx is an English-language semantic relationship extractor, built on the Carnegie-Mellon Link Grammar parser. It can identify dependency-grammar dependencies, such as subject, object, indirect object and many other relationships between words in a sentence. It can also provide part-of-speech ... [More] tagging, noun-number tagging, verb tense tagging, gender tagging, and so on. Relex includes a basic implementation of the Hobbs anaphora (pronoun) resolution algorithm. RelEx also provides semantic relationship framing, similar to that of FrameNet. [Less]

11.8K lines of code

4 current contributors

4 months since last commit

2 users on Open Hub

Very Low Activity
0.0
 
I Use This

pyrser

Compare

  Analyzed about 15 hours ago

Pyrser is a toolbox with : A PEG parser, AST rewriting helpers and Type System. Pyrser is a python module that help you for all parsing job. You could use a EDSL (with here docs) for writing your BNF. But you could also use Python Class to describe your grammar. Pyrser is available on Pypi ... [More] with documentation here (http://pythonhosted.org/pyrser/). This toolbox was developed for pedagogic purpose for EPITECH (http://www.epitech.eu). [Less]

13.2K lines of code

0 current contributors

over 6 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

After the Deadline

Compare

  Analyzed 3 days ago

After the Deadline is a language checker for the web with contextual spell checking, advanced style checking and intelligent grammar checking.

29.9K lines of code

0 current contributors

about 7 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

booggie

Compare

  Analyzed 1 day ago

boogie brings object-oriented graph grammars into engineering - Based on the application of object-oriented graph grammars, engineering knowledge is formalized and becomes computable in order to solve design tasks.

159K lines of code

0 current contributors

over 11 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Lestes

Compare

  Analyzed about 1 hour ago

Project Lestes is an ongoing effort to make a C++ compiler with comprehensive C++ source code using the most advanced algorithms seen. Other goals include: easilly retargettable compiler, compiler that can be successfully used in teaching compiler construction, compiler that can compile multitude of languages.

263K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This