<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 11.0.0.0 for Windows">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE>MoriV - An extended HTML browser</TITLE>
<STYLE type="text/css">
<!--
A{
  text-decoration : underline;
}
H2{
  background-color : #e4e4e4;
  font-weight : bold;
  
}
TD{
  font-family : "Times New Roman";
}
H1{
  font-family : sans-serif;
}
BODY{
  font-family : Arial,sans-serif;
}
-->
</STYLE>
</HEAD>
<BODY link="#660000" vlink="#400000">
<HR size="4" noshade>
<H1 align="center">MoriV</H1>
<HR size="4" noshade>
<P align="right"><A href="index-j.html">Japanese</A></P>
<P><font color="red">MoriV has been integrated to the <a href="http://u-compare.org">U-Compare</a> system, together with Enju.</font></P>
<H2>What is MoriV?</H2>
<P>MoriV is a HTML browser implemented to display extended tags. MoriV is
intended to work with <A href="http://www-tsujii.is.s.u-tokyo.ac.jp/enju/index.html">Enju</A>, a practical HPSG parser which is developed in <A href="http://www-tsujii.is.s.u-tokyo.ac.jp/index.html">Tsujii Laboratory</A>, but also used as an extended HTML browser.</P>
<HR size="1" noshade width="70%">
<H2>Quick Start</H2>
<SCRIPT LANGUAGE="JavaScript"> 
var javawsInstalled = 0;  
var javaws142Installed=0;
var javaws150Installed=0;
var javaws160Installed = 0;
isIE = "false"; 
if (navigator.mimeTypes && navigator.mimeTypes.length) { 
   x = navigator.mimeTypes['application/x-java-jnlp-file']; 
   if (x) { 
      javawsInstalled = 1; 
      javaws142Installed=1;
      javaws150Installed=1;
      javaws160Installed = 1; 
  } 
} 
else { 
   isIE = "true"; 
} 
</SCRIPT> 
<SCRIPT LANGUAGE="VBScript">
on error resume next
If isIE = "true" Then
  If Not(IsObject(CreateObject("JavaWebStart.isInstalled"))) Then
     javawsInstalled = 0
  Else
     javawsInstalled = 1
  End If
  If Not(IsObject(CreateObject("JavaWebStart.isInstalled.1.4.2.0"))) Then
     javaws142Installed = 0
  Else
     javaws142Installed = 1
  End If 
  If Not(IsObject(CreateObject("JavaWebStart.isInstalled.1.5.0.0"))) Then
     javaws150Installed = 0
  Else
     javaws150Installed = 1
  End If  
  If Not(IsObject(CreateObject("JavaWebStart.isInstalled.1.6.0.0"))) Then
     javaws160Installed = 0
  Else
     javaws160Installed = 1
  End If  
End If
</SCRIPT>
<script language="JavaScript">
/* Note that the logic below always launches the JNLP application
 *if the browser is Gecko based. This is because it is not possible
 *to detect MIME type application/x-java-jnlp-file on Gecko-based browsers. 
 */
if (javawsInstalled || (navigator.userAgent.indexOf("Gecko") !=-1)) {
    document.write("(Your environment is prepared to launch moriv by a single click of the link below.)<br>");
    document.write("<b>Click this link: <A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv.jnlp>http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv.jnlp</A></b>.<br> Java Web Start will automatically download and launch MoriV.<p> <FONT color=#ff0000>If a dialog saying like &quot;select the application for this file&quot; is shown, select &quot;Java(TM) Web Start Launcher&quot;.</FONT> For a detailed how-to like connecting with enju, please read the document displayed after launching.");
document.write("<p>The above link is configured to allocate 512MB of memory. you can also select your configuration from below: <LI><A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv-1024m.jnlp>1024MB</A>(moriv-1024m.jnlp) <LI><A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv-768m.jnlp>768MB</A>(moriv-768m.jnlp) <LI><A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv-512m.jnlp>512MB</A>(moriv-512m.jnlp) <LI><A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv-384m.jnlp>384MB</A>(moriv-384m.jnlp) <LI><A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv-256m.jnlp>256MB</A>(moriv-256m.jnlp) <LI><A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv-128m.jnlp>128MB</A>(moriv-128m.jnlp) <LI><A href=http://www-tsujii.is.s.u-tokyo.ac.jp/moriv/moriv-64m.jnlp>64MB</A>(moriv-64m.jnlp) </UL> You can also launch MoriV from Java Web Start. If there is any version-up of MoriV, the update process will be done automatically.");
} else {
    document.write("Click ");
    document.write("<a href=http://java.sun.com/PluginBrowserCheckpass=http://www-tsujii.is.s.u-tokyo.ac.jp/download.html&fail=http://www.java.com>here/a> ");
    document.write("to download and install JRE 5.0. If moriv will not be launched automatically, visit and refresh this page again.");
}
</SCRIPT>
<HR size="1" noshade width="70%">
<H2>Screenshot</H2>
<P>The extended tags supported in MoriV are: feature structure &lt;fs&gt;
and tree structure &lt;tree&gt;. HTML3.2+CSS supported.<BR>
<IMG src="fs.png" width="640" height="1259" border="0"></P>
<P><IMG src="tree.png" width="734" height="270" border="0"></P>
<HR size="1" noshade width="70%">
<H2>Environment</H2>
<P>Moriv is implemented in 100% pure java, requires Java 2 Runtime Environment
5.0 or greater, including Java Web Start.</P>
<HR size="1" noshade width="70%">
<H2>License</H2>
<P>This software is under development and has no supports and warranties,
provided &quot;AS IS&quot;. Please use at your own risk. You may not redistribute,
decompile, reverse-engineer this software. Secondary use and commercial
use are not allowed.</P>
Java and all Java-based trademarks and logos are trademarks or registered
trademarks of Sun Microsystems, Inc. in the U.S. or other countries, and
are used under license.
<P>Icons are &quot;Crystal SVG&quot; from Everaldo.com in LGPL, and &quot;SVG
Icons&quot; from http://sourceforge.net/projects/svgicons/ in BSD License.
Thank you very much for them.</P>
<HR size="4" noshade>
<P align="center"><A target="_top" href="index.html">back to MoriV top</A>&nbsp;</P>
<P align="center">KANO Yoshinobu, Tsujii Laboratory, University of Tokyo.</P>

</BODY>
</HTML>
