Skip to content

Commit bc666e7

Browse files
Matic HorvatMatic Horvat
authored andcommitted
Added pt property to visualization
1 parent 12f1cde commit bc666e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydmrs/visualization/static/visualization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function parseNodeProperties(node) {
124124

125125
sortinfo = node.getElementsByTagName('sortinfo')[0];
126126

127-
property_names = ['ind', 'pers', 'num', 'gend', 'sf', 'mood', 'tense', 'prog', 'perf'];
127+
property_names = ['ind', 'pers', 'num', 'gend', 'sf', 'mood', 'tense', 'prog', 'perf', 'pt'];
128128
properties = {};
129129

130130
for (j = 0; j < property_names.length; j++) {

0 commit comments

Comments
 (0)