Skip to content

Commit

Permalink
Added pt property to visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
Matic Horvat authored and Matic Horvat committed Oct 5, 2016
1 parent 12f1cde commit bc666e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydmrs/visualization/static/visualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function parseNodeProperties(node) {

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

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

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

0 comments on commit bc666e7

Please sign in to comment.