Advertisement
vojtarek

stanford selhani

Jun 3rd, 2011
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. select 'stanford selhal', count(*) from documents
  2. where language='de'
  3. and _stanford=True
  4. and sentences is null
  5.  
  6. UNION
  7.  
  8. select 'stanford ok', count(*) from documents
  9. where language='de'
  10. and _stanford=True
  11. and sentences is not null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement