Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Print the full URL instead of just DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Nov 29, 2020
1 parent fa80dfd commit aa60101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/nlpub/watset/cli/VersionCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void run() {
System.out.println("* Ustalov, D., Panchenko, A., Biemann, C., Ponzetto, S.P.:");
System.out.println(" Watset: Local-Global Graph Clustering with Applications in Sense and Frame Induction.");
System.out.println(" Computational Linguistics 45(3), 423-479 (2019).");
System.out.println(" DOI: 10.1162/COLI_a_00354");
System.out.println(" https://doi.org/10.1162/COLI_a_00354");
}

/**
Expand Down

0 comments on commit aa60101

Please sign in to comment.