• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Text Analyser

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey people!
I have developed this simple application for parse text files and provide a report about the contents of that text file. I need new ideas to improve it and also point out any shortcomings or bugs it has. Thank you



Project Page

http://sourceforge.net/projects/textanalyserext/

 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Some sort of "similarity" index for file comparison - the kind of thing commonly used for arguments about authorship, can range from simple such as average sentence length to complex such as gramatical structure.

2. Text search capability.

3. Misspelling counts.

Bill
 
hasi weragala
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

William Brogden wrote:1. Some sort of "similarity" index for file comparison - the kind of thing commonly used for arguments about authorship, can range from simple such as average sentence length to complex such as gramatical structure.

2. Text search capability.

3. Misspelling counts.

Bill



Thank you very much sir, appreciate your suggestions ,
 
reply
    Bookmark Topic Watch Topic
  • New Topic