Difference between revisions of "TAPoR"

From TEIWiki
Jump to navigation Jump to search
(added "User commentary" section)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Tools]]
 
[[Category:Analysis tools]]
 
[[Category:Analysis tools]]
  
 
== Synopsis ==
 
== Synopsis ==
The [http://portal.tapor.ca Text Analysis Portal for Research] (TAPoR) is a gateway to tools for sophisticated analysis and retrieval, along with representative texts for experimentation. The tools can be used without an account at [[http://portal.tapor.ca/tools/][TAPoR Tools]]. With an account you can save results and manage the e-texts and tools you want to work with.
+
The [http://portal.tapor.ca Text Analysis Portal for Research] (TAPoR) is a gateway to tools for sophisticated analysis and retrieval, along with representative texts for experimentation. The tools can be used without an account at [http://portal.tapor.ca/tools/ TAPoR Tools]. With an account you can save results and manage the e-texts and tools you want to work with.
  
 
== Features ==
 
== Features ==
Line 8: Line 9:
  
 
* Manage electronic texts including TEI/XML texts
 
* Manage electronic texts including TEI/XML texts
* Experiment with online text tools (See [[http://portal.tapor.ca/tools/][TAPoR Tools]])
+
* Experiment with online text tools (See [http://portal.tapor.ca/tools/ TAPoR Tools])
* Learn about digital textuality and text analysis (See [[http://tada.mcmaster.ca/Main/TaporRecipes][TAPoR Recipes]])
+
* Learn about digital textuality and text analysis (See {http://tada.mcmaster.ca/Main/TaporRecipes TAPoR Recipes])
 
* Developers can register a tool on the portal if it is configured as a web service.
 
* Developers can register a tool on the portal if it is configured as a web service.
 +
 +
== User commentary ==
 +
'''Please sign all comments.'''
 +
  
 
== System requirements ==
 
== System requirements ==
TAPoR is a web portal so all you need is a current browser. You can get a Basic Account for research from the [[http://portal.tapor.ca][Portal]] Entry Page.  
+
TAPoR is a web portal so all you need is a current browser. You can get a Basic Account for research from the [http://portal.tapor.ca Portal] Entry Page.  
  
 
== Source code and licensing ==
 
== Source code and licensing ==
TAPoR source is available free to the educational and research community. For links to the Development version and Subversion source control system go to [[http://tapor2-dev.mcmaster.ca/][TAPoR 2 Developer]]. Developers interested in contributing to the ongoing development of TAPoR should contact Lian Yan (lyan at mcmaster dot ca). See also the [[http://tada.mcmaster.ca/Main/TaporInstall][Installation Instructions]].
+
TAPoR source is available free to the educational and research community. For links to the Development version and Subversion source control system go to [http://tapor2-dev.mcmaster.ca/ TAPoR 2 Dev]. Developers interested in contributing to the ongoing development of TAPoR should contact Lian Yan (lyan at mcmaster dot ca). See also the [http://tada.mcmaster.ca/Main/TaporInstall Installation Instructions] for downloading and installing the portal.
  
 
== Support for TEI ==
 
== Support for TEI ==
Line 23: Line 28:
 
== Language(s) ==
 
== Language(s) ==
 
The TAPoR portal is written mainly in Java. The tools (web services) are written in different languages. For example, the TAPoRware tools are written mostly in Ruby.  
 
The TAPoR portal is written mainly in Java. The tools (web services) are written in different languages. For example, the TAPoRware tools are written mostly in Ruby.  
 +
 +
== Documentation ==
 +
Portal uses should start by reading the [http://tada.mcmaster.ca/view/Main/UTATutorial TAPoR Tutorial]. We have [http://tada.mcmaster.ca/Main/TaporRecipes TAPoR Recipes] that show how analysis tasks can use the tools.
  
 
== Tech support ==
 
== Tech support ==
Portal uses should start by reading the [[http://tada.mcmaster.ca/view/Main/UTATutorial][TAPoR Tutorial]]. We have [[http://tada.mcmaster.ca/Main/TaporRecipes][TAPoR Recipes]] that show how analysis tasks can use the tools.
 
  
 
== User community ==
 
== User community ==
 
The TAPoR Portal is a community with news and chat tools that can be used to share information. E-texts can be made public for others to use.
 
The TAPoR Portal is a community with news and chat tools that can be used to share information. E-texts can be made public for others to use.
 
== Sample implementations ==
 
(links to demo sites running the tool or successful implementations of it)
 
  
 
== Current version number and date of release ==
 
== Current version number and date of release ==
 
Public Release 2, December 2006
 
Public Release 2, December 2006
 
== History of versions ==
 
There is no history currently.
 
  
 
== How to download or buy ==
 
== How to download or buy ==
If you are interested in setting up a version of the portal contact Geoffrey Rockwell (georock at mcmaster dot ca). See [[http://tada.mcmaster.ca/Main/TaporInstall][Installation Information]]. A version that will run off a CD-ROM is availeble too.
+
If you are interested in setting up a version of the portal contact Geoffrey Rockwell (georock at mcmaster dot ca) or see the [http://tada.mcmaster.ca/Main/TaporInstall Installation Information]. A version that will run off a CD-ROM is availeble too.
  
 
For individual tools follow the links to their web sites.  
 
For individual tools follow the links to their web sites.  
  
 
== Additional notes ==
 
== Additional notes ==
TAPoR was developed with support from the Canada Foundation for Innovation. For information about the TAPoR project see [[http://www.tapor.ca][www.tapor.ca]].
+
TAPoR was developed with support from the Canada Foundation for Innovation. For information about the TAPoR project see [http://www.tapor.ca www.tapor.ca].

Latest revision as of 18:25, 3 November 2007


Synopsis

The Text Analysis Portal for Research (TAPoR) is a gateway to tools for sophisticated analysis and retrieval, along with representative texts for experimentation. The tools can be used without an account at TAPoR Tools. With an account you can save results and manage the e-texts and tools you want to work with.

Features

Features of TAPoR

  • Manage electronic texts including TEI/XML texts
  • Experiment with online text tools (See TAPoR Tools)
  • Learn about digital textuality and text analysis (See {http://tada.mcmaster.ca/Main/TaporRecipes TAPoR Recipes])
  • Developers can register a tool on the portal if it is configured as a web service.

User commentary

Please sign all comments.


System requirements

TAPoR is a web portal so all you need is a current browser. You can get a Basic Account for research from the Portal Entry Page.

Source code and licensing

TAPoR source is available free to the educational and research community. For links to the Development version and Subversion source control system go to TAPoR 2 Dev. Developers interested in contributing to the ongoing development of TAPoR should contact Lian Yan (lyan at mcmaster dot ca). See also the Installation Instructions for downloading and installing the portal.

Support for TEI

The tools on TAPoR are tagged according to the type of source file they can process. The XML tools support TEI encoded texts. In general, as the tools do not pre-index the source text, they work best on e-texts that are smaller (less than 1 Megabyte).

Language(s)

The TAPoR portal is written mainly in Java. The tools (web services) are written in different languages. For example, the TAPoRware tools are written mostly in Ruby.

Documentation

Portal uses should start by reading the TAPoR Tutorial. We have TAPoR Recipes that show how analysis tasks can use the tools.

Tech support

User community

The TAPoR Portal is a community with news and chat tools that can be used to share information. E-texts can be made public for others to use.

Current version number and date of release

Public Release 2, December 2006

How to download or buy

If you are interested in setting up a version of the portal contact Geoffrey Rockwell (georock at mcmaster dot ca) or see the Installation Information. A version that will run off a CD-ROM is availeble too.

For individual tools follow the links to their web sites.

Additional notes

TAPoR was developed with support from the Canada Foundation for Innovation. For information about the TAPoR project see www.tapor.ca.