Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.122 Times

Lexical Ambiguity freeware
Filter: All | Freeware | Demo
 

Lexical Ambiguity

< 1 2 3 4 5 > 
Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 229

Language Generator by Instil (LGI) Linear time, dynamic API for lexical analysis and parser generation. Allows for a text-based specification of formal languages with the well-known regular-expressions approach, and using Parsing Expression Grammars as the underlying engine.



Platforms: Windows, Mac, Linux

License: Freeware Size: 376.8 KB Download (48): Language Generator by Instil (LGI) Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 301

PyWordNet A Python interface to the Wordnet database of word meanings and lexical relationships. allows the user to type expressions such as N['dog'], hyponyms(N['dog'][0]), and closure(ADJ['red'], SYNONYM) to query the database for lexical relationships.





Platforms: Windows, Mac, Linux

License: Freeware Size: 37.16 KB Download (45): PyWordNet Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 291

VisualWN VisualWN is a Java Client which provide graphic presentation of lexical searching result based on WordNet database. The main purpose of client is to make learning English vocabulary fun and easy.


Platforms: Windows, Mac, Linux

License: Freeware Size: 11 MB Download (48): VisualWN Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 610

WordNet Web Application A four-tier web application that allows for easy, graphical querying of the WordNet lexical database of the English language (built by Princeton University) in its SQL form. It resorts to EJB and servlet technology.


Platforms: Windows, Mac, Linux

License: Freeware Size: 2 MB Download (49): WordNet Web Application Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 300

Yet another Object-Oriented Lex (YooLex) This project is to create a lexical scanner generator. It generates C++ STL compatible, thread safe, scanner classes.


Platforms: Windows, Mac, Linux

License: Freeware Size: 30.42 KB Download (51): Yet another Object-Oriented Lex (YooLex) Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 306

WordNet .0 About Wordnet A lexical reference system (i.e. a dictionary and much much more). Includes spellchecking, synonyms, antonyms, and a hypernym browser (e.g. cat - feline - ... - mammal - ... - animal - ... - living thing - object - entity). Whats New in this Version - Entirely new user interface.


Platforms: Mac

License: Freeware Size: 7.9 MB Download (48): WordNet .0 Download

Added: May 10, 2013 | Visits: 393

Lexcmp It uses the lexical ordering method to compare strings. Requirements: - MATLAB 7.5 or higher


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (64): Lexcmp Download

Vectorized geodetic distance and azimuth on the WGS84 earth ellipsoid In 1975, Vincenty published a rapidly converging algorithm for computing the distance between points on an ellipsoidal earth. The algorithm is precise to within a few millimeters. Since then, his algorithm has since seen significant implementation in geodesy and engineering. After adjusting the...


Platforms: PHP


Added: September 06, 2013 | Visits: 420

Async::MergePoint Often in program logic, multiple different steps need to be taken that are independent of each other, but their total result is needed before the next step can be taken. In synchonous code, the usual approach is to do them sequentially. An asynchronous or event-based program could do this, but...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Async::MergePoint Download

Added: September 08, 2013 | Visits: 339

Flexc++ for Linux Flexc++ is a lexical scanner generator for C++ and is very similar to flex and flex++, written by Vern Paxson. The goal was to create a similar program, but to completely implement it in C++. Most flex / flex++ grammars should be usable with flexc++, with minor adjustments. Differences with...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Flexc++ for Linux Download

Added: September 23, 2013 | Visits: 435

Quex for Linux Quex is a tool to generate lexical analyzers. A lexical analyzer is a program that transforms a stream of characters into a stream of 'atomic chunks of meaning', as shown in the figure below: Quex provides a convenient means to describe a process of lexical analysis. It generates code in C++,...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (46): Quex for Linux Download

Added: August 11, 2008 | Visits: 1.775

Test Your C Test Your C is a C Programming tutorial / quiz program with 150 questions in 10 categories, each question's answer is explained. Test Your C uses a lot of terminology found in the ANSI C standard. Quiz categories are: Declarations; Lexical Elements; Types; Expressions; Statements; Functions;...


Platforms: Windows

License: Freeware Size: 58.2 KB Download (570): Test Your C Download

Added: July 17, 2010 | Visits: 805

AtExit AtExit is a Perl module that can perform exit processing for a program or object. SYNOPSIS use AtExit; sub cleanup { my @args = @_; print "cleanup() executing: args = @argsn"; } ## Register subroutines to be called when this program exits $_ = atexit(&cleanup, "This call was...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): AtExit Download

Added: June 20, 2010 | Visits: 1.141

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: June 11, 2010 | Visits: 889

Closure::Loop Closure::Loop is a Perl module with redo, last, next for closure based loops. SYNOPSIS package MyIterator; use Closure::Loop; # mixin sub new { my $class = shift; return bless { }, $class; } sub forAll { my $self = shift; my $cb = pop || die "No callback"; for my $i (@_) { eval {...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Closure::Loop Download

Added: January 01, 2010 | Visits: 1.068

Nasal Nasal is a language that I wrote for use in a personal project. Ostensibly it was because I was frustrated with the dearth of small-but-complete embeddable scripting languages, but of course I really wrote it because it was fun. It is still young and incomplete in a few places, but is under...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Nasal Download

Added: October 08, 2010 | Visits: 853

Devel::Hints Devel::Hints is a Perl module created to access compile-time hints at runtime. SYNOPSIS use Devel::Hints :all; LABEL: print cop_label(); # LABEL cop_label(0 => FOO); # "goto FOO;" is valid after this point! print cop_file(); # same as __FILE__ print cop_filegv(); # same as $::{_< ....


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): Devel::Hints Download

Added: October 01, 2010 | Visits: 1.191

Filter::Macro Filter::Macro is a Perl module to make macro modules that are expanded inline. SYNOPSIS In MyHandyModules.pm: package MyHandyModules; use Filter::Macro; # lines below will be expanded into callers code use strict; use warnings; use Switch; use IO::All; use Quantum::Superpositions;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Filter::Macro Download

Added: May 27, 2010 | Visits: 906

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: October 25, 2010 | Visits: 720

Devel::FindGlobals Devel::FindGlobals is a Perl module to find global variables and their size. SYNOPSIS use Devel::FindGlobals; print print_globals_sizes(); This module just runs around and over the symbol table, finds global variables, gets their sizes with Devel::Size, and then prints them out....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Devel::FindGlobals Download

< 1 2 3 4 5 >