Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing WordNet-based similarity/relatedness approximation functions. #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/WordNet/TestWordNet.java
  • Loading branch information
Gökhan Ercan committed Jan 13, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit dd993f8706dda85e152da21e2b96c5578fa67a22
5 changes: 3 additions & 2 deletions src/main/java/WordNet/TestWordNet.java
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Locale;
import java.util.Scanner;

public class TestWordNet {
@@ -143,8 +144,8 @@ public static void main(String[] args){
//WordNet turkish = new WordNet();
WordNet domain = new WordNet("turkish_wordnet.xml", new Locale("tr"));
//transferHierarchy(turkish, domain);
//domain.check();
//domain.saveAsXml("deneme.xml");
domain.check();
domain.saveAsXml("deneme.xml");
//turkish.check(null);
//turkish.saveAsLmf("turkish.lmf");
}
You are viewing a condensed version of this merge commit. You can view the full changes here.