leondz / cavat

Automatically exported from code.google.com/p/cavat
3 stars 1 forks source link

State (and 'where state') reports should count blank fields as empty, as well as null fields #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
cavat> corpus use atc
# Corpus database changed to atc
cavat> show state of instance pos
      Count  State of Instance pos
 ===========================================
      12372  pos filled  (100.0%)
          0  pos unfilled  (0.0%)
cavat> show distribution of instance pos
  Frequency  Instance pos
 ==================================
       5974  VERB
       3175  NOUN
       2590  
        306  ADJECTIVE
        299  OTHER
         28  PREPOSITION

We should see 2590 pos unfilled here.

Original issue reported on code.google.com by leonderczynski on 28 Jan 2010 at 7:48