var fDesc=new Array(); fDesc[0] = "WordMetry is a powerful tool for analysis of word statistics, stylometrics, author identification, corpus linguistics, opinion poll, media focus, and prediction. It supports web-based text retrieval and analysis as well as traditional locally-based static text statistics.

Multi-threads support easy, simple and fast download and analysis of the most influential media news. Built-in search engine retrieves the most well known works by the most famous writers around the world in history.

Main features:
-Count word frequency, percentage and rank.
-Sorting words functions including most linguistics word order methods.
-Limitless number ofgenerations of author/works/texts statistics for parallel comparison and analysis.
-Separate display and operation of independent data set.
-Convert statistics to overlapping chart.
-Export data to Ms Excel.
-Webpage/file search analysis.
-Whole text KWIC.
-Multi keywords simultaneously search.
-Concordancer
-Major world media opinion analysis.
-File chopper to build customized corpus database for equal sample analysis.
-Built-in browser for reading news.
-Built-in HTTP and FTP client to get remote author works available.
-Author texts sentences statistics and comparison.
-Monitor machine internet history for history web text analysis.
-Simultaneously open more files for merged text analysis.
-Search author/works from web.
-Multi-threads support for fast and simultaneous retrieval and processing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }