Managed Projects

porter-stem.vim

  Analyzed about 6 hours ago

Implementation of Porter stemming algorithm in vim script. See https://www.ohloh.net/p/stem-search-vim for a script that makes use of this.

205 lines of code

0 current contributors

almost 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

stem-search.vim

  Analyzed about 6 hours ago

StmSrch is a reverse-stem searching script. It implements the Porter stemming algorithm, by Martin Porter. It also handles irregular verbs and noun pluralizations. This script can be useful for searching or scanning through corpus files. Each word input to the :StmSrch command will be stemmed ... [More] and then formulated in such a way as to match possible conjugations or pluralizations. Without any word given for input, it will attempt to stem the current word under the cursor. The matching is done using word boundaries so not just any substring will match. For example: - :StmSrch searcher will match any of: - search, searching, searches, searchers, searched, ... and a string of words will work as well, matching in order: - :StmSrch thieves are running from bunnies will match strings of word [Less]

308 lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

GoGoGeocode

  Analyzed about 18 hours ago

GoGoGeocode is intended to be a very simple java package for geocoding an address to coordinates. The goal is to do minimal work to get the minimal information. It makes use of the Google Geocoding API (V3). More information on this API can be found at: ... [More] http://code.google.com/apis/maps/documentation/geocoding/. - There is no API key necessary for this version of the web service. - The API is subject to a query limit of 2,500 geolocation requests per day. Any additional queries over this limit will yield a status code of "OVER_QUERY_LIMIT" [Less]

275 lines of code

0 current contributors

over 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

GenealoJ

  Analyzed about 19 hours ago

GenealoJ is a Java parser for GEDCOM files. Due to most previously-available GEDCOM parsers having a class for potentially each of the 130 tags, GenealoJ is written in the simplest way possible with as few as possible classes to deal with. Currently there are 4 classes total.

514 lines of code

0 current contributors

over 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

markov_brain

  Analyzed 2 days 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 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

GenealoGeo

  Analyzed 1 day ago

Genealogy data (GEDCOM, etc) to KML converter for use in Google Earth, Google Maps, and other mapping applications.

437 lines of code

0 current contributors

over 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

buzz-referee

  Analyzed about 21 hours ago

Buzz Referee is a bot for Google App Engine that dispenses reasoned, but random, arbitration on Google Buzz. Just @-mention buzzreferee and the ref will decide who "wins" the conversation/discussion/argument, and why.

6.23K lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This