Giter VIP home page Giter VIP logo

phpsyntaxtree's Introduction

phpSyntaxTree
=============

phpSyntaxTree is a web application that creates syntax tree graphs 
from phrases entered in labelled bracket notation. phpSyntaxTree 
generated graphs can be used in linguistic homework, assignments 
and other documents.

See the COPYING file for license information.

phpSyntaxTree can be used on the web, without installing any 
software at http://ironcreek.net/phpsyntaxtree .


Local Installation
==================

If you prefer to run phpSyntaxTree locally, or on your own server,
simply follow the instructions below.


Requirements
------------

- Web server with support for .htaccess overwritable mime types
  like Apache 1.3/2.0 (http://httpd.apache.org/)

- PHP 4.3+ (PHP 5 not yet tested, but should work) with support
  for the GD library and TrueType font support (http://php.net)

Installation
------------

Unpack the archive into a suitable directory on your web server.
Be sure that the directory is configured to allow configuration
overwrites using a .htaccess file.

Change the permissions on the phpsyntaxtree/var/ directory to be
writable by the web server user (ex. apache, nobody, or similar).
phpSyntaxTree will create a counter.dat and a phpst.log file there
as well as other temporary files.


Support, Questions etc.
=======================

If you encounter any bugs or problems, please file a bug report
on the phpSyntaxTree project page:
http://code.google.com/p/phpsyntaxtree

Or, send email to [email protected]

phpsyntaxtree's People

phpsyntaxtree's Issues

Output to SVG

With the increased use of SVG, output should be available to it or at 
least some vector format. Currently output is only available to PNG.

Original issue reported on code.google.com by [email protected] on 16 Feb 2007 at 3:49

single quotation comes preceded by an unwanted backslash

What steps will reproduce the problem?
1. input a single quotation ' (or double quotation " too) anywhere in the tree

What is the expected output? What do you see instead?
It should be a single quotation or "bar" as called in X-bar theory.
Instead, the "bar" is preceded by a backslash (\).

What version of the product are you using? On what operating system?
v1.11-SVN; it happens both on Mac OS X and Windows XP.

Please provide any additional information below.
I know that this problem didn't use to occur as of May 2007. What happened?

Original issue reported on code.google.com by [email protected] on 30 Sep 2007 at 3:46

Unicode support

What steps will reproduce the problem?
Input text containing Unicode characters (for example, the Turkish dotless i) 
as the label of any 
node.

What is the expected output? What do you see instead?
The characters should display normally, but instead I get back question marks. 
This inhibits the 
potential to use the project for non-European languages.

What version of the product are you using? On what operating system?
I'm using the version online at ironcreek.net, through Safari on Mac OS X 10.4.

Original issue reported on code.google.com by [email protected] on 28 Nov 2006 at 11:31

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.