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

Commit aa60101

Browse files
committed
Print the full URL instead of just DOI
1 parent fa80dfd commit aa60101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/nlpub/watset/cli/VersionCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void run() {
4343
System.out.println("* Ustalov, D., Panchenko, A., Biemann, C., Ponzetto, S.P.:");
4444
System.out.println(" Watset: Local-Global Graph Clustering with Applications in Sense and Frame Induction.");
4545
System.out.println(" Computational Linguistics 45(3), 423-479 (2019).");
46-
System.out.println(" DOI: 10.1162/COLI_a_00354");
46+
System.out.println(" https://doi.org/10.1162/COLI_a_00354");
4747
}
4848

4949
/**

0 commit comments

Comments
 (0)