Skip to content
Snippets Groups Projects

Windows support (+ minor refactoring)

Merged Christos Christodoulopoulos requested to merge christos-win into master
44 files
+ 176
179
Compare changes
  • Side-by-side
  • Inline
Files
44
+ 17
0
## Flags for whether to use different annotators
usePos = true
useLemma = true
useShallowParse = true
useNerConll = true
useNerOntonotes = false
useStanfordParse = true
useStanfordDep = true
useSrlVerb = false
useSrlNom = false
## Flags for the Stanford parser (for pre-processing)
# Max time per sentence (in milliseconds)
stanfordMaxTimePerSentence = 1000
# Max sentence lenght (will throw exception if larger)
stanfordParseMaxSentenceLength = 80
\ No newline at end of file
Loading