Skip to content
Snippets Groups Projects
  1. Nov 30, 2012
    • Kurt Partridge's avatar
      ResearchLog. Track time of log statements · bdbe279c
      Kurt Partridge authored
      Log statements are now recorded with a timestamp.  This is important for filtering out statements
      not part of words that are sampled when spaces are inserted automatically.
      
      multi-project commit with Change-Id: I68221a2528045d25632aef4bb716f92a4f4a56a4
      
      Change-Id: I9f49c36391e1e1773b6d4876d7387c893024f87b
      bdbe279c
    • Kurt Partridge's avatar
      ResearchLogger switch word segmentation · 6a072047
      Kurt Partridge authored
      Previously, a logunit was considered a word only if it was all letters.  This is important for
      tracking bigrams correctly.
      
      Now, a logunit must have only at least one letter.  The dictionary check is still performed,
      and punctuation, etc. still comes in as separate LogUnits.  But a word can contain a space,
      which helps set up for logging words where spaces are inserted automatically, and other situations
      in which text is committed with an additional space tacked onto the end.
      
      Change-Id: Ia74094a99058890d20a9cdadf2d0989841a79a41
      6a072047
    • Kurt Partridge's avatar
      ResearchLogging of segments: groups of LogUnits that are sampled together · 98967539
      Kurt Partridge authored
      Change-Id: Id68de4c6b2df574a38bb5ca800a9b641b1d78200
      98967539
  2. Nov 29, 2012
  3. Nov 28, 2012
  4. Nov 27, 2012
  5. Nov 26, 2012
Loading