-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a prop file for a newer version of the French WikiNER dataset
- Loading branch information
1 parent
766013c
commit 698d84b
Showing
2 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
trainFileList = /home/john/stanza/data/ner/fr_wikinergold.train.bioes | ||
testFiles = /home/john/stanza/data/ner/fr_wikinergold.dev.bioes | ||
serializeTo = french-wikiner-4class.crf.ser.gz | ||
|
||
useDistSim = false | ||
|
||
map = word=0,answer=1 | ||
|
||
useTitle = true | ||
useClassFeature=true | ||
useWord=true | ||
useNGrams=true | ||
noMidNGrams=true | ||
usePrev=true | ||
useNext=true | ||
useLongSequences=true | ||
useSequences=true | ||
usePrevSequences=true | ||
maxLeft=1 | ||
useTypeSeqs=true | ||
useTypeSeqs2=true | ||
useTypeySequences=true | ||
useOccurrencePatterns=true | ||
useLastRealWord=true | ||
useNextRealWord=true | ||
normalize=true | ||
wordShape=dan2uselC | ||
useDisjunctive=true | ||
disjunctionWidth=5 | ||
#useDisjunctiveShapeInteraction=true | ||
|
||
type=crf | ||
|
||
saveFeatureIndexToDisk = true | ||
|
||
readerAndWriter=edu.stanford.nlp.sequences.ColumnDocumentReaderAndWriter | ||
|
||
useObservedSequencesOnly=true | ||
|
||
sigma = 1 | ||
useQN = true | ||
QNsize = 25 | ||
|
||
# makes it go faster | ||
featureDiffThresh=0.05 |