Skip to content

Commit

Permalink
#61 - Implement variable detection component using dkpro-tc
Browse files Browse the repository at this point in the history
- added variable detection model
  • Loading branch information
maxxkia committed Dec 20, 2017
1 parent b06f9c7 commit f0cd704
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/models/variable-detection/bipartitionThreshold.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Bipartition threshold used to train this model (only multi-label classification)
#Tue Dec 19 17:35:02 CET 2017
threshold=0.5
2 changes: 2 additions & 0 deletions data/models/variable-detection/classLabels.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
No
Yes
Binary file added data/models/variable-detection/classifier.ser
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
org.dkpro.tc.features.ngram.LuceneNGram ngramMinN=1 uniqueFeatureExtractorName=LuceneNGram8801365502936 ngramUseTopK=50 ngramMaxN=3
eu.openminted.uc.socialsciences.variabledetection.features.LuceneLemmaNGram ngramMinN=2 uniqueFeatureExtractorName=LuceneLemmaNGram8801365738531 ngramUseTopK=50 ngramMaxN=3
org.dkpro.tc.features.ngram.LuceneSkipNGram ngramMinN=2 uniqueFeatureExtractorName=LuceneSkipNGram8801365971564 ngramUseTopK=50 ngramMaxN=3
org.dkpro.tc.features.entityrecognition.NEFeatureExtractor uniqueFeatureExtractorName=NEFeatureExtractor8801366308006
3 changes: 3 additions & 0 deletions data/models/variable-detection/featureMode.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Feature mode used to train this model
#Wed Dec 20 12:03:17 CET 2017
featureMode=document
3 changes: 3 additions & 0 deletions data/models/variable-detection/learningMode.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Learning mode used to train this model
#Wed Dec 20 12:03:17 CET 2017
learningMode=singleLabel
Binary file added data/models/variable-detection/lucene/_0.cfe
Binary file not shown.
Binary file added data/models/variable-detection/lucene/_0.cfs
Binary file not shown.
Binary file added data/models/variable-detection/lucene/_0.si
Binary file not shown.
Binary file added data/models/variable-detection/lucene/segments.gen
Binary file not shown.
Binary file added data/models/variable-detection/lucene/segments_1
Binary file not shown.
1 change: 1 addition & 0 deletions data/models/variable-detection/meta.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.dkpro.tc.ml.weka.WekaClassificationAdapter
1 change: 1 addition & 0 deletions data/models/variable-detection/metaCollectorOverrides.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
targetLocation=lucene
1 change: 1 addition & 0 deletions data/models/variable-detection/metaExtractorOverrides.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sourceLocation=lucene
3 changes: 3 additions & 0 deletions data/models/variable-detection/tcVersion.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Version of DKPro TC used to train this model
#Tue Dec 19 17:35:02 CET 2017
TcVersion=0.9.0
Binary file added data/models/variable-detection/training_data
Binary file not shown.

0 comments on commit f0cd704

Please sign in to comment.