Tags : Browse Projects

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

Flex

Compare

Claimed by GNU Analyzed 4 months ago

Flex a tool for generating text scanners in C. The input file read by Flex specifies a set of rules (code to be executed when a pattern is found) which describe the scanner to be generated. The output of Flex is a C source file which can be compiled and linked with your sources, giving to your ... [More] executable the scanning capabilities tailored to your needs. Generally, Flex is used in combination with a parser generator, like Bison. [Less]

44.3K lines of code

1 current contributors

6 months since last commit

110 users on Open Hub

Activity Not Available
4.12
   
I Use This

ANTLR

Compare

  Analyzed 4 months ago

ANother Tool for Language Recognition (ANTLR) is the name of a parser generator that uses LL(k) parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in 1989, and is under active development. Its maintainer is professor Terence Parr of the University of San Francisco.

192K lines of code

36 current contributors

11 months since last commit

60 users on Open Hub

Activity Not Available
4.71429
   
I Use This

Natural Language Toolkit (NLTK)

Compare

  Analyzed 4 months ago

NLTK — the Natural Language Toolkit — is a suite of open source Python modules, linguistic data and documentation for research and development in natural language processing, supporting dozens of NLP tasks, with distributions for Windows, Mac OSX and Linux.

235K lines of code

42 current contributors

8 months since last commit

45 users on Open Hub

Activity Not Available
5.0
 
I Use This

javacc

Compare

  Analyzed 4 months ago

Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other ... [More] standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]

148K lines of code

0 current contributors

8 months since last commit

34 users on Open Hub

Activity Not Available
4.54545
   
I Use This

Modula-2 R10

Compare

  No analysis available

Modula-2 R10 language specification, grammar, syntax diagrams, standard library and reference compiler. The library is written in Modula-2. The reference compiler is written in C and it targets C and LLVM to allow bootstrapping on a wide range of architectures and operating systems.

0 lines of code

0 current contributors

0 since last commit

18 users on Open Hub

Activity Not Available
4.85714
   
I Use This
Mostly written in language not available
Licenses: No declared licenses

Spirit Parser Library

Compare

  Analyzed 4 months ago

Spirit is an object-oriented, recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow Spirit to approximate the syntax of Extended Backus Normal Form (EBNF) completely in C++. The Spirit framework enables a target grammar to be ... [More] written exclusively in C++. EBNF grammar specifications can mix freely with other C++ code and, thanks to the generative power of C++ templates, are immediately executable. [Less]

193K lines of code

13 current contributors

over 1 year since last commit

17 users on Open Hub

Activity Not Available
4.55556
   
I Use This

LanguageTool

Compare

  Analyzed 4 months ago

LanguageTool is an Open Source language checker for English, German, Polish, Dutch, and other languages. It's rule based, i.e. it will find errors for which a rule is defined in an XML configuration files. Rules for more complicated errors can be written in Java.

1.27M lines of code

37 current contributors

5 months since last commit

11 users on Open Hub

Activity Not Available
4.66667
   
I Use This

JFlex

Compare

  Analyzed 4 months ago

JFlex is a lexical analyzer generator (also known as scanner generator) for Java. It is a fork of JLex, and can read JLex files. JFlex is a flex-like lexer generator written in Java with emphasis on speed and full Unicode support. It has some not so usual features like negation in regexps and nested input streams.

132K lines of code

0 current contributors

almost 11 years since last commit

6 users on Open Hub

Activity Not Available
4.0
   
I Use This

Ruby Linguistics

Compare

  Analyzed 4 months ago

A generic, language-neutral framework for extending Ruby objects with linguistic methods.

13.4K lines of code

0 current contributors

over 9 years since last commit

4 users on Open Hub

Activity Not Available
0.0
 
I Use This

Sprache

Compare

  Analyzed 4 months 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

almost 4 years since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This