Skip to content

Commit

Permalink
Feat: Add NLP Names to suturo_objects.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
McModknower committed Jul 11, 2024
1 parent cc69c9f commit 2581f98
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class SuturoObjectsCsvPrinter {
"IRI ShortForm",
"IRI Namespace",
"Perception Id",
"NLP Names",
"Description"
};

Expand All @@ -46,6 +47,7 @@ public static void print(@NonNull List<OwlRecord> classes, @NonNull File outputF
owlRecord.getIriShortForm(),
owlRecord.getIriNamespace(),
owlRecord.getPerceptionId(),
String.join(",", owlRecord.getPredefinedNames()),
owlRecord.getDescription()
);
}
Expand Down

0 comments on commit 2581f98

Please sign in to comment.