@@ -588,17 +588,20 @@ private static HashSet<String> getYagoClasses() {
588
588
HashSet <String > classNameArray = new HashSet <String >();
589
589
classNameArray .addAll (Arrays .asList (
590
590
//PERSON
591
- /* "yagoLegalActor",
591
+ "yagoLegalActor" ,
592
592
"wordnet_causal_agent_100007347" ,
593
593
"wordnet_person_100007846" ,
594
594
"wordnet_politician_110450303" ,
595
595
"wordnet_politician_110451263" ,
596
596
"wordnet_athlete_109820263" ,
597
- "wordnet_actor_109767197",*/
598
- "wordnet_actor_109765278" /* ,
597
+ "wordnet_actor_109767197" ,
598
+ "wordnet_actor_109765278" ,
599
599
//ORGANIZATION
600
600
"wordnet_government_108050678" ,
601
601
"wordnet_stock_company_108383310" ,
602
+ "wordnet_company_108058098" ,
603
+ "wordnet_business_108061042" ,
604
+ "wordnet_enterprise_108056231" ,
602
605
"wordnet_party_108256968" ,
603
606
//PLACE
604
607
"wordnet_location_100027167" ,
@@ -619,6 +622,8 @@ private static HashSet<String> getYagoClasses() {
619
622
"wordnet_event_100029378" ,
620
623
"wordnet_war_101236296" ,
621
624
"wordnet_social_event_107288639" ,
625
+ "wordnet_conflict_100958896" ,
626
+ "wordnet_tournament_107464725" ,
622
627
//TRANSPORT
623
628
"wordnet_vehicle_104524313" ,
624
629
"wordnet_conveyance_103100490" ,
@@ -629,7 +634,7 @@ private static HashSet<String> getYagoClasses() {
629
634
"wordnet_chemical_element_114622893" ,
630
635
"wordnet_substance_100019613" ,
631
636
"wordnet_celestial_body_109239740" ,
632
- "wordnet_planet_109394007"*/
637
+ "wordnet_planet_109394007"
633
638
));
634
639
return classNameArray ;
635
640
}
0 commit comments