Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(4) Diving deeper into text.  Optical Character Recognition (OCR) processes are not perfect. Consider some areas of special challenge:

...

Computational analysis of text

We count tokens - What is tokenization?  Why tokenize?  What are some strategies used to tokenize?

(1) Let's look again at the Arapaho gospel of St. LukeSwitch to text view.

  • What is a word? How would you define this for "word" to a computer?
  • What isn't a word? How would you tell a computer to exclude these?
  • Consider languages with which you are familiar.  Can you think of special cases where tokens might contain more than one word?
  • What sets of rules would we need in order to tokenize effectively?  Would these be ordered in any specific way?
  • Is there a "right way" to tokenize?

(2) Discussion: What are the opportunity points that the structure and arrangement of a book afford?

...

...

  • Explore visualizations in the "dashboard" that results from analysis of uploaded textChange Explore changing the options for visualizations. 
  • Discuss the relative merits of the various visualizations. 

...

  • We calculate frequency

    • We can express our counts simply (as counts), or we can express them as frequencies.  Why calculate frequencies?
    • Is either representation misleading?  If so, in what ways?
  • What does exerting control do to our results?  Does it change the validity of our assertions?
  • How should method be explained when making assertions from results?
  • Who determines what is "signal" and what is "noise"What is signal?  What is noise?

Moving from Microanalysis to Macroanalysis (Google nGrams and HTRC bookworm)

...