Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

Editing Snippet ID: #1012612
Snippet name:
Category, Type:
Content:
1
2
3
4
5
6
7
8
9
static S ai_varyClassification(L<S> l) {
  if (l(l) <= 1) ret null;
  S original = unquote(last(l));
  for (S category : dropLast(l)) {
    try answer random(listWithoutIC(ai_texts("$X", "is a subclass 
of", category), original));
    try answer random(listWithoutIC(ai_texts("$X", "is a", category
), original));
  }
  null;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Comment:
Public (visible to everyone):
Created: 2017-12-07 23:59:15

This page without fancy editor.