Skip to content

Commit

Permalink
more cleanup with ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
doolin committed Apr 20, 2012
1 parent 3be4e2d commit 94149eb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Rare*.txt
prior*.txt
*.o
*.gch
exedisambig
Expand Down
14 changes: 14 additions & 0 deletions config/engine3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//Configuration file for the Disambiguation Engine
WORKING DIRECTORY = ./data
ORIGINAL CSV FILE = /media/HITACHI/backup_server/1tb/home/doolin/src/CPP_Disambiguation/test/invpat_onerecord.txt
NUMBER OF THREADS = 1
GENERATE STABLE TRAINING SETS = true
USE AVAILABLE RATIOS DATABASE = false
THRESHOLDS = 0.99, 0.95
NECESSARY ATTRIBUTES = Firstname, Middlename, Lastname, Street, City, State, Country, Zipcode, Latitude, Longitude, Patent, ApplyYear, Assignee, AsgNum, Class, Coauthor, Unique_Record_ID
ADJUST PRIOR BY FREQUENCY = true
DEBUG MODE = true
NUMBER OF TRAINING PAIRS = 100
STARTING ROUND = 1
STARTING FILE = /media/HITACHI/backup_server/1tb/home/doolin/src/CPP_Disambiguation/data/match_cons2.txt
POSTPROCESS AFTER EACH ROUND = true
4 changes: 4 additions & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ xset*.txt
network*.txt
newmatch*.txt
postprocess*.txt
final.txt.pplog
final.txt
match_cons.txt
match_cons2.txt

0 comments on commit 94149eb

Please sign in to comment.