semanticize / semanticizer

Entity Linking for the masses
http://semanticize.uva.nl/
GNU General Public License v3.0
56 stars 15 forks source link

Feature calculation contains hard-coded "articleCount/categoryCount" values #35

Open graus opened 10 years ago

graus commented 10 years ago

feature.py:

33 self.wpm = wpm_dumps[langcode] 34 # From Wikipedia miner CSV file: 35 self.wikipediaArticleCount = 970139 36 self.wikipediaCategoryCount = 63108 37 # NEEDS TO BE CHANGED FOR OTHER LANGUAGES THAN NL