Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
licstar committed Sep 23, 2015
1 parent 3a20350 commit e0983f7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions evaluation/ner/default.config
@@ -0,0 +1,36 @@
configFilename cwRcv50DimOverall0.3
sortLexicallyFilesInFolders true
treatAllFilesInFolderAsOneBigDocument false
inferenceMethod GREEDY
beamSize 5
thresholdPrediction false
predictionConfidenceThreshold -1
labelTypes PER ORG LOC MISC
logging true
debuggingLogPath DebugLog/
taggingEncodingScheme BILOU
pathToGazetteers Data/KnownLists
pathsToBrownClusters Data/BrownHierarchicalWordClusters/brown-english-wikitext.case-intact.txt-c1000-freq10-v3.txt Data/BrownHierarchicalWordClusters/brownBllipClusters Data/BrownHierarchicalWordClusters/rcv1.clean.tokenized-c1000-p1.paths.txt
minWordAppThresholdsForBrownClusters 5 5 5
isLowercaseBrownClusters false false false
pathsToWordEmbeddings Data/WordEmbedding/model-2280000000.LEARNING_RATE=1e-08.EMBEDDING_LEARNING_RATE=1e-07.EMBEDDING_SIZE=50.txt
embeddingDimensionalities 50
minWordAppThresholdsForEmbeddings 0
normalizationConstantsForEmbeddings 0.3
normalizationMethodsForEmbeddings OVERALL
isLowercaseWordEmbeddings false
pathToModelFile Data/Models/
tokenizationScheme DualTokenizationScheme
Forms 1
Capitalization 1
WordTypeInformation 1
Affixes 1
PreviousTag1 1
PreviousTag2 1
GazetteersFeatures 0
WordEmbeddings 1
BrownClusterPaths 0
aggregateContext 0
aggregateGazetteerMatches 0
prevTagsForContext 0
PredictionsLevel1 0

0 comments on commit e0983f7

Please sign in to comment.