Philipp Dowling

Results 7 issues of Philipp Dowling

This is the PR for the second part of my GSoC project, adding LLM-based weighting to the disambiguation model. I've also added some new features, such as a bias term...

### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...

bug V1

See [produce_labeled_data](https://github.com/dbpedia/fact-extractor/blob/master/unsupervised/produce_labeled_data.py), line 68: ``` python for diz in val: # Filter out linked stopwords if diz['chunk'].lower() in stopwords.StopWords.words('italian'): continue ``` I'm not really involved in this project, but I...

refactoring

Hi, first of all thanks for sharing this code. I'm trying to get everything to run on my machine, but after a clone of the repository, `make all` from the...

I recently re-visited an old project of mine that uses seq2seq and recurrentshop. After updating both to the newest versions (previous last commits for each had been ~December 2016), and...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

Just dropping in since I saw this shared on hackernews a little while ago and spotted something I've seen other web frameworks do in their example code in the past...