예제 #1
0
 public void GetConceptRelations(string subject, int limit)
 {
     ConceptNetInterface.GetConceptRelations(subject, this, limit);
 }
예제 #2
0
 public void GetConceptRelations(Unitoken subject, int limit)
 {
     focusedUnitoken = subject;
     ConceptNetInterface.GetConceptRelations(subject.myLabel.text, this, limit);
 }
예제 #3
0
 public void Start()
 {
     Instance = this;
 }