|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/mandarintools/ |
Upload File : |
<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <TITLE>Chinese Named Entity Extraction</TITLE> </HEAD> <BODY> <Center> <H1>Chinese NE Extractor</H1> <!-- <FORM METHOD="POST" ACTION="http://www.mandarintools.com/cgi-bin/chinesene.pl"> --> <FORM METHOD="POST" ACTION="http://avenue.lti.cs.cmu.edu/cgi-bin/nee/chinesene.pl"> <TEXTAREA COLS=80 ROWS=15 NAME="text"> �й����������ʾ, Ҫ�ָ������й��μ����ó����֯�����̸��, �Է��������� ��ȡ�ж��������������̸��, �ڱ�Լ5�¼��ը�й�פ��˹�����ʹ���Ժ��� �������������, ��������¿�����е���̫���ú����֯����Ļ᳡��, ��� ó�������ϣ��˵, Ҫ�ؿ��ó��֯�����̸��ȡ���������й����⾭ó������ �����ͼ�ڶԴ������Ӧ��ʱ��, ������й���������������ȶ�Ϯ���й���ʹ�� �¼�,��������ŷ��Ľ��͵������ </TEXTAREA><BR> <SELECT NAME="tagset"> <OPTION VALUE="HTML">HTML <OPTION VALUE="MUC">MUC </SELECT> <INPUT TYPE=SUBMIT NAME="chinesene" VALUE="Extract!"> </FORM> </BODY> <TABLE> <TR> <TD><FONT COLOR="RED">PERSON</FONT></TD> <TD><FONT COLOR="GREEN">LOCATION</FONT></TD> <TD><FONT COLOR="BLUE">ORGANIZATION</FONT></TD> <TD><FONT COLOR="PURPLE">DATE</FONT></TD> <TD><FONT COLOR="GRAY">TIME</FONT></TD> <TD><FONT COLOR="ORANGE">PERCENT</FONT></TD> <TD><FONT COLOR="GOLD">MONEY</FONT></TD> </TR> </TABLE> </CENTER> <p> <TABLE WIDTH=600 ALIGN=CENTER> <TR> <TD> This program is a demonstration of a Chinese Named Entity Extraction system. It finds person names, location names, and organization names in a Chinese text. It can also find times, data, percentages, and money amounts. The entities found will be identified using the colors in the legend above. It currently only works on GB-encoded text. <P> You can download and read <A HREF="http://www.mandarintools.com/download/chinesene.doc"> a paper</a> about this system. You can also download <A HREF="http://www.mandarintools.com/download/chinesene.tar.gz">the system itself</A>. </TD> </TR></TABLE> </BODY> </HTML>