Advertisement
alvations

Untitled

Nov 28th, 2014
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. ##############################
  2. # BABELNET-RELATED PROPERTIES
  3. ##############################
  4.  
  5. include = babelnet.var.properties
  6.  
  7. babelnet.fullFile = ${babelnet.dir}/babel-synsets-full.txt
  8. babelnet.dictFile = ${babelnet.dir}/babel-synsets-lexicon.txt
  9. babelnet.glossFile = ${babelnet.dir}/babel-synsets-gloss.txt
  10. babelnet.relFile = ${babelnet.dir}/babel-synsets-relations.txt
  11. babelnet.mapFile = ${babelnet.dir}/babel-synsets-mapping.txt
  12.  
  13. babelnet.lexiconDir = ${babelnet.dir}/lexicon
  14. babelnet.dictDir = ${babelnet.dir}/dict
  15. babelnet.glossDir = ${babelnet.dir}/gloss
  16. babelnet.graphDir = ${babelnet.dir}/graph_CC_BY_NC_SA_30
  17. babelnet.mappingDir = ${babelnet.dir}/core_CC_BY_NC_SA_30
  18.  
  19. babelnet.concept2babelid = ${babelnet.dir}/concept_babel_ids.txt
  20. babelnet.babelid2concept = ${babelnet.dir}/babel_concept_ids.txt
  21. babelnet.translations = ${babelnet.dir}/translations.txt
  22.  
  23. # the available languages
  24. babelnet.languages = CA,DE,ES,FR,IT,IS,PL,RO,AF,AR,BG,CS,CY,DA,EL,ET,FA,FI,GA,HE,HI,HR,HU,ID,JA,KO,LT,LV,MS,NL,NO,PT,RU,SK,SL,SQ,SR,SV,SW,TL,TR,UK,VI,ZH,MT,EU,EO,LA,GL,SIMPLE
  25. # whether redirections also count as appropriate senses
  26. babelnet.useRedirectionSenses = true
  27. babelnet.image.filter = true
  28. babelnet.image.path = resources/jlt/stopImageVM.txt
  29. #SMALL, MEDIUM, BIG
  30. babelnet.image.size = BIG
  31.  
  32.  
  33. #################
  34. # DB BABELCO
  35. #################
  36.  
  37. babelco.windowRadius=20
  38.  
  39. babelco.db.user=root
  40. babelco.db.password=
  41. babelco.db.name=babelco
  42. babelco.db.url=jdbc:mysql://localhost:3306/babelco
  43.  
  44. #################
  45. # BABELNET CORE
  46. #################
  47. babelnet.minEdgeWeight=-1
  48.  
  49. # WHETHER TO DUMP LEXICALIZATIONS ONLY (AND FORGET ABOUT RELATIONS)
  50. #
  51. #
  52. babelnet.dump.lexiconOnly=false
  53.  
  54. # USE TO SELECT THE SYNSETS TO DUMP (AND THUS SPLIT THE DUMPING OF BABELENET)
  55. #
  56. # e.g. set end to 1,117660 to run on the WN++ part only
  57. babelnet.dump.startEnd=1,10000000
  58. #babelnet.dump.startEnd = 3297430, 3297433
  59. # to split in ~ 15 batches
  60. #
  61. # 1,25000
  62. # 25000,50000
  63. # 50000,75000
  64. # 75000,100000
  65. # 100000,300000
  66. # 300000,600000
  67. # 600000,900000
  68. # 900000,1200000
  69. # 1200000,1500000
  70. # 1500000,1800000
  71. # 1800000,2100000
  72. # 2100000,2400000
  73. # 2400000,2700000
  74. # 2700000,10000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement