Tags : Browse Projects

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

markov_brain

Compare

  Analyzed about 14 hours ago

markov_brain is a generic markov chain text generation module in python. It was written as an easy-to-use black box for other applications. Example usage can be found in test_markov_brain.py. Simply create a new Brain() using the "past_memory" configuration to load any previous knowledge. ... [More] Adding more 'memory' is done by calling remember(words_list). Generating text is done by calling speak_about(subject, max_chars=140). [Less]

155 lines of code

0 current contributors

over 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Parcon

Compare

  Analyzed about 9 hours ago

Parcon is a Python parser combinator and formatter combinator library. It's designed to be fast, easy to use, and provide informative error messages. Parcon is very similar to Pyparsing, but it improves on a lot of things that, in my opinion, Pyparsing does wrong. For example, Parcon's error ... [More] messages are almost always considerably more informative as to why parsing some particular input failed. Parcon can also be used to parse binary protocols. Pargen, Parcon's formatter combinator library, is the opposite of a parser library: it lets you define how objects should be formatted; you then pass in an object and Pargen formats it according to your grammar, and you get a string back. [Less]

3.34K lines of code

0 current contributors

almost 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Alpha Universal Text Editor

Compare

  No analysis available

Alpha is a text editor extensible by Python with Unicode support.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

purepos

Compare

  Analyzed about 20 hours ago

PurePos morphological disambiguator.

6.84K lines of code

1 current contributors

about 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

grails-bb

Compare

  Analyzed about 22 hours ago

The plugin supports text processing with KefirBB. KefirBB allows create flexible configurations for different text translations. For example, BB-to-HTML or HTML filtration.

173 lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

parser-toolkit

Compare

  Analyzed 1 day ago

Toolkit to make streamable scanners and parsers.

1.25K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Rho Markup

Compare

  Analyzed about 23 hours ago

Rho is easy-to-read, write, understand semantic markup language written in JS, available in both server and client-side. Compared to Markdown, Rho features: - precise structuring of complex blocks (code blocks within lists, sublists, etc). - powerful selectors mechanism which allows decorating ... [More] blocks with id and class attributes; - stricter rules; there is only one way of doing each feature. - API-level extensibility by providing resolveLink(id) and resolveImage(id) which can use data sources for resolving [reference-style links][id] and ![reference-style images][id] - simplified feature set. Ther is no: blockquotes, reference-style links, whitespace-indented code blocks, variations in list markers and heading styles, line breaks syntax. [Less]

4.91K lines of code

0 current contributors

about 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ietfparse

Compare

  Analyzed about 3 hours ago

Parsing the glue that holds the Internet together.

1.05K lines of code

0 current contributors

over 1 year since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

grails-bb-sample

Compare

  Analyzed 1 day ago

The sample application demonstrating use of the Grails BB plugin.

214 lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

libxo

Compare

  No analysis available

The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.

0 lines of code

2 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-2-Clause