From: Bernard D. <bde...@us...> - 2018-09-27 19:28:14
|
I have created a new package called *Text Statistics* and implemented the four requested commands. The code has been committed to the repository ([rev. 1533](https://sourceforge.net/p/alphacocoa/code/1533/)). Documentation can be found [here](https://alphacocoa.sourceforge.io/TextStatisticsHelp.html). --- ** [tickets:#169] Text Statistics** **Status:** open **Created:** Thu Jun 21, 2018 02:20 PM UTC by Christoph Schiller **Last Updated:** Thu Jul 05, 2018 05:45 AM UTC **Owner:** nobody For writing texts, it makes sense to have data on text statistics that is useful to improve the quality of writing. This would imply: a menu item "Word count" (opens a window with the word count, the character count and the average number of characters per word) a menu item "Sentence count" (opens a window with the sentence count, the word count and the averagae number of words per sentence) a menu item "Frequently used words'' (opens a window with the list of the 50 most used words in the text) a menu item "Frequently used expressions'' (of at most 4 words: opens a windo with the list) Since all these open new windows, they should probably appear in an item in the "Tools" menu. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |