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.406.380 Times

Syntactic freeware
Filter: All | Freeware | Demo
 

Syntactic

1 2 > 
Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 325

Syntactic Tree Designer A Java-based tool for creating, designing and distributing graphical trees that represent syntactic construction of sentences. Useful for drawing trees under X-bar generative theory or any other correlated application.



Platforms: Windows, Mac, Linux

License: Freeware Size: 71.63 KB Download (52): Syntactic Tree Designer Download

Added: April 15, 2010 | Visits: 841

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: August 29, 2013 | Visits: 490

Link Grammar The Link Grammar Parser is a syntactic parser of English (and other languages as well), based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labelled links connecting pairs of words. The parser...


Platforms: Mac

License: Freeware Size: 1.07 MB Download (41): Link Grammar Download

Added: October 03, 2013 | Visits: 337

CorpusSearch for Linux CorpusSearch is a tool that finds syntactic structures in a corpus of annotated sentence trees. It can be used as a research tool on a corpus, or as a development tool for building the corpus. CorpusSearch 2 is a Java program that supports research in corpus linguistics. It is useful both for...


Platforms: *nix

License: Freeware Size: 2.92 MB Download (36): CorpusSearch for Linux Download

Released: April 20, 2013  |  Added: May 04, 2013 | Visits: 1.485

SiteLinkChecker SiteLinkChecker checks Web sites for broken links. It is a free easy-to-use link checker tool to help you maintain the accuracy of links on your web site. The program will help you easily locate broken links and links containing syntactic errors. SiteLinkChecker will search your site, testing...


Platforms: Windows

License: Freeware Size: 537.94 KB Download (157): SiteLinkChecker Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 450

HTML::Lint HTML::Lint is a set of Perl modules that finds syntactic and semantic errors in HTML code. Some of it comes from Neil Bowers' classic (and now abandoned) weblint.


Platforms: Windows, Mac, Linux

License: Freeware Size: 56.51 KB Download (53): HTML::Lint Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 379

JavPax Interpreter of the Pascal language, with lexical and syntactic analyzer's modules, written in Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 104.89 KB Download (56): JavPax Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 328

MIEX The aim of MIEX (Metadata and Information Extractor from small XML documents) is to create a wrapper for the Stanford Parser, to extract and store metadata (syntactic structures, relationships among words...) from simple XML documents.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.96 MB Download (47): MIEX Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 301

K-automaton K-automaton is a new parsing (syntactic analysis) machine isomorphous to language. Implemented in Java. Can generate Java code from grammars described in EBNF.


Platforms: Windows, Mac, Linux

License: Freeware Size: 93.44 KB Download (48): K-automaton Download

Added: June 17, 2013 | Visits: 495

RECODER RECODER is a Java framework for Java program analysis and source code transformation. RECODER computes an easy to use syntactic and semantic program model containing cross references and also supports transformation rollbacks and incremental model updates.


Platforms: Mac

License: Freeware Size: 3.9 MB Download (54): RECODER Download

Added: May 10, 2013 | Visits: 328

Ruby like syntactic sugar Ruby offers very nice language constructs for loops or for iterating over lists like the following: 5.times { print "Hello World" }. This recipe shows how to implement these features in python.


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

License: Freeware Download (50): Ruby like syntactic sugar Download

Released: May 23, 2013  |  Added: May 25, 2013 | Visits: 994

Site Link Checker Site Link Checker checks Web sites for broken links. It is a free easy-to-use link checker tool to help you maintain the accuracy of links on your web site. The program will help you easily locate broken links and links containing syntactic errors. SiteLinkChecker will search your site, testing...


Platforms: Windows

License: Freeware Size: 537.97 KB Download (81): Site Link Checker Download

Added: July 04, 2013 | Visits: 236

xCove6 xCover is a C/C++ library that uses low-impact syntactic signalling to detect code coverage in a code base at runtime


Platforms: Mac

License: Freeware Size: 358.4 KB Download (37): xCove6 Download

Added: July 26, 2013 | Visits: 310

Annotare Annotare is a tool for annotating biomedical investigations and resulting data. It is a stand-alone desktop application that features 1) a set of intuitive editor forms to create and modify annotations, 2) support for easy incorporation of terms from biomedical ontologies, 3) standard templates...


Platforms: Mac

License: Freeware Size: 73.62 MB Download (42): Annotare Download

Added: November 08, 2013 | Visits: 441

antiweb antiweb is an inverse literate programming tool. In opposite to web the documentation ist weaved from syntactic correct source code #md5=6b242276c33a4704c1692db03ee94bcc


Platforms: *nix

License: Freeware Size: 40.96 KB Download (44): antiweb Download

Added: December 03, 2013 | Visits: 1.698

Cedalion for Linux Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.


Platforms: *nix

License: Freeware Size: 471.04 KB Download (55): Cedalion for Linux Download

Added: September 12, 2006 | Visits: 3.811

REL Link Checker Lite REL Link Checker Lite is a free easy-to-use link checker tool to help you maintain the accuracy of links on your web site. The program will help you easily locate broken links and links containing syntactic errors. This is the free version of a more powerful tool - Web Link Validator.


Platforms: Windows

License: Freeware Size: 730 KB Download (246): REL Link Checker Lite Download

Added: January 18, 2010 | Visits: 827

ReleaseAction ReleaseAction - call actions upon release. SYNOPSIS use ReleaseAction on_release; { # OO style my $handle = ReleaseAction->new( sub {print "Exiting scopen"} ); print "In scopen"; } { # Functional style my $handle = on_release {print "Exiting scopen"}; print "In scopen"; } { my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): ReleaseAction Download

Added: July 07, 2010 | Visits: 886

XML::Namespace XML::Namespace is a Perl module with simple support for XML Namespaces. SYNOPSIS Example 1: using XML::Namespace objects use XML::Namespace; my $xsd = XML::Namespace->new(http://www.w3.org/2001/XMLSchema#); # explicit access via the uri() method print $xsd->uri(); #...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): XML::Namespace Download

Added: September 17, 2010 | Visits: 915

BHL bhl is a text formatting and publishing tool. It is an Emacs mode that provides two kinds of tools: tools for editing a plain text file as an implicitly structured document, and tools for converting this document into other formats: HTML, SGML, LaTeX, Texinfo and TXT. In order to be readable by...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (101): BHL Download

1 2 >