From: Jason B. <jas...@us...> - 2002-01-03 16:14:45
|
Update of /cvsroot/maxent/maxent/docs In directory usw-pr-cvs1:/tmp/cvs-serv4931/docs Modified Files: about.html index.html Log Message: Just some text modifications that I did while making the release and forgot to commit. Index: about.html =================================================================== RCS file: /cvsroot/maxent/maxent/docs/about.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** about.html 2001/10/30 09:52:44 1.1 --- about.html 2002/01/03 16:14:41 1.2 *************** *** 155,159 **** <h2>Authors</h2> ! <p>The opennlp.maxent package was built by <a href="http://www.cogsci.ed.ac.uk/~jmb/">Jason Baldridge</a>, <a href="http://www.cis.upenn.edu/~tsmorton/">Tom Morton</a>, and <a --- 155,159 ---- <h2>Authors</h2> ! <p>The opennlp.maxent package was originally built by <a href="http://www.cogsci.ed.ac.uk/~jmb/">Jason Baldridge</a>, <a href="http://www.cis.upenn.edu/~tsmorton/">Tom Morton</a>, and <a *************** *** 169,172 **** --- 169,176 ---- (POS tagger, end of sentence detector, tokenizer, name finder) possible! + </p> + + <p>Eric Friedman has been steadily improving the efficiency and design + of the package since version 1.2.0. </p> Index: index.html =================================================================== RCS file: /cvsroot/maxent/maxent/docs/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 2001/10/30 09:52:44 1.3 --- index.html 2002/01/03 16:14:41 1.4 *************** *** 41,46 **** <p> This web page contains some details about maximum entropy and using ! the opennlp.maxent package. It is updated periodically, but check out ! the <a href="https://sourceforge.net/project/?group_id=5961">Sourceforge page for Maxent</a> for the latest news. You can also ask questions and --- 41,46 ---- <p> This web page contains some details about maximum entropy and using ! the opennlp.maxent package. It is updated only periodically, so check ! out the <a href="https://sourceforge.net/project/?group_id=5961">Sourceforge page for Maxent</a> for the latest news. You can also ask questions and *************** *** 69,73 **** <h3> Email: <a href="mailto:jm...@co...">jm...@co...</a><br> ! 2001 October 29 <br> <br> <A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=5961&type=1" width="88" height="31" border="0"></A> <br> --- 69,73 ---- <h3> Email: <a href="mailto:jm...@co...">jm...@co...</a><br> ! 2002 January 02 <br> <br> <A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=5961&type=1" width="88" height="31" border="0"></A> <br> |