Next revision
|
Previous revision
|
user:zeman:interset:download [2009/02/20 11:36] zeman vytvořeno |
user:zeman:interset:download [2017/01/16 13:01] (current) zeman |
====== Download DZ Interset ====== | ====== Download DZ Interset ====== |
| |
| ===== NEW in 2017: Interset 3.0 ===== |
| |
| Some features and values have been renamed to follow Universal Dependencies v2 guidelines. The easiest way of obtaining Interset is still CPAN. |
| |
| ===== NEW in 2014: Interset 2.0 ===== |
| |
| Interset is now changing much faster than I am able to update this website, and the downloading instructions below are quickly becoming obsolete. A quick update: |
| * The new Interset 2.0 is object-oriented and it is a complete rewrite of the software. |
| * Drivers will be ported gradually but Interset 2.0 is still able to work with old drivers that you have installed in ''lib/tagset''. |
| * On 2014-06-13, it was released on CPAN as [[http://search.cpan.org/search?query=Lingua%3A%3AInterset&mode=all|Lingua::Interset]]. The easiest way to get it is to go to a shell and call ''cpanm Lingua::Interset''. |
| * Project development has left our [[https://svn.ms.mff.cuni.cz/trac/interset/timeline|SVN server]] and landed on our [[https://redmine.ms.mff.cuni.cz/projects/interset/repository|Redmine server]]. Version control is now performed by Git. |
| * For the record: The project has also [[http://ufal.mff.cuni.cz/interset|its page at the main ÚFAL website]]. It is pretty much empty at the moment. It may eventually become the main website of the project but not before the webmaster fixes HTML entities being damaged by Drupal. |
| |
| ===== OLD: Interset 1.0 ===== |
| |
Before downloading, please make sure you understand the [[License]]. The [[Versions|Version History]] may help you identify changes since your last download. If you use DZ Interset in your research, check [[References]] on how to cite it. | Before downloading, please make sure you understand the [[License]]. The [[Versions|Version History]] may help you identify changes since your last download. If you use DZ Interset in your research, check [[References]] on how to cite it. |
| |
| |
===== Please consider registering ===== | ===== Please consider registering ===== |
| |
DZ Interset is result of my research and my research is funded by public money. Of course I have to report to the funding agencies and I want to be able to demonstrate that other people use my software. So registering is not mandatory but I ask you to do it anyway. | DZ Interset is a result of my research and my research is funded by public money. Of course I have to report to the funding agencies and I want to be able to demonstrate that other people use my software. So registering is not mandatory but I ask you to do it anyway. |
| |
Do not worry, I **will not** give away your e-mail, neither to the funding agencies, nor to anyone else. I do not even need your e-mail address (but I am ready to take it in case you wish to be informed about major future changes to DZ Interset). | Do not worry, I **will not** give away your e-mail, neither to the funding agencies, nor to anyone else. I do not even need your e-mail address (but I am ready to take it in case you wish to be informed about major future changes to DZ Interset). |
| |
<html> | <html> |
<h1 style='color:red'>Registration form is currently (20 Feb 2009) under construction</h1> | |
<form method=get action="http://ufal.mff.cuni.cz/cgi-bin/zeman/interset/register.pl"> | <form method=get action="http://ufal.mff.cuni.cz/cgi-bin/zeman/interset/register.pl"> |
<table> | <table> |
<tr><td>Name:</td><td><input type=text name=jmeno/></td></tr> | <tr><td>Name:</td><td><input type=text name="jmeno"/></td></tr> |
<tr><td>Institution:</td><td><input type=text name=inst/></td><td>(if you anticipate using DZ Interset in your research or student project, indicate your university / research institute; if you are going to use it professionally but out of academia, indicate your company; if you want to use it privately, leave the field empty)</td></tr> | <tr><td>Institution:</td><td><input type=text name="inst"/></td><td>(if you anticipate using DZ Interset in your research or student project, indicate your university / research institute; if you are going to use it professionally but out of academia, indicate your company; if you want to use it privately, leave the field empty)</td></tr> |
<tr><td>City:</td><td><input type=text name=obec/></td></tr> | <tr><td>City:</td><td><input type=text name="obec"/></td></tr> |
<tr><td>Country:</td><td><input type=text name=zeme/></td></tr> | <tr><td>Country:</td><td><input type=text name="zeme"/></td></tr> |
<tr><td>E-mail:</td><td><input type=text name=info/></td><td>(only if you wish to be informed about DZ Interset)</td></tr> | <tr><td>E-mail:</td><td><input type=text name="info"/></td><td>(only if you wish to be informed about DZ Interset)</td></tr> |
</table> | </table> |
<input type=submit name=odeslat value="Submit"/> | <input type=submit name=odeslat value="Submit"/> |
</form> | </form> |
| <p><br/></p> |
</html> | </html> |
| |
===== Download link is down here ===== | **The latest release, packed using ''zip'', is available [[http://ufal.mff.cuni.cz/~zeman/download.php?f=interset-v1.2.zip|here]].** |
| |
| The DZ Interset project uses the [[http://trac.edgewall.org/|Trac]] web interface for project management. It provides access (via //Browse Source//) to the subversion repository of various revisions of the code. The structure is more fine-grained (not all revisions constitute new releases) and diffs between revisions are available. The Trac server requires authentication, so anonymous read-only access is currently not available. For authorized users, the entry point is [[http://svn.ms.mff.cuni.cz/projects/interset|here]]. The latest development version (possibly newer than the latest release) may be obtained using the public read-only access to the svn repository. Use the following command and type "public" when prompted for password: |
| |
**The latest release, packed using ''zip'', is available [[http://ufal.mff.cuni.cz/~zeman/soubory/interset.zip|here]].** | <code bash>svn checkout --username public https://svn.ms.mff.cuni.cz/svn/interset/trunk interset</code> |
| |
The DZ Interset project uses the [[http://trac.edgewall.org/|Trac]] web interface for project management. It provides access (via //Browse Source//) to the subversion repository of various revisions of the code. The structure is more fine-grained (not all revisions constitute new releases) and diffs between revisions are available. The Trac server requires authentication, so anonymous read-only access is currently not available. For authorized users, the entry point is [[http://svn.ms.mff.cuni.cz/projects/interset|here]]. | |