Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select 'stanford selhal', count(*) from documents
- where language='de'
- and _stanford=True
- and sentences is null
- UNION
- select 'stanford ok', count(*) from documents
- where language='de'
- and _stanford=True
- and sentences is not null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement