Skip to content

Commit

Permalink
Move files to ignored directories to give a clean repo
Browse files Browse the repository at this point in the history
  • Loading branch information
daoudclarke committed Apr 9, 2015
1 parent ce533e0 commit d007c2c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 98 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*~
*.pyc
.#*
working/
working/
cache/
17 changes: 7 additions & 10 deletions fbsearch/settings.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@

DATASET_PATH = '/home/dc/Experiments/sempre/lib/data/webquestions/dataset_11/webquestions.examples.train.json'

RESULTS_PATH = 'target_predicted.json'

ORACLE_CACHE_PATH = 'oracle_cache.json'

QUERY_ENTITY_CACHE_PATH = 'query_entity_cache.json'

CONNECTION_CACHE_PATH = 'connection_cache.json'

RESULTS_PATH = 'working/target_predicted.json'
LUCENE_PATH = '/home/dc/Experiments/sempre/lib/lucene/4.4/inexact/'

ENTITY_SCORE_CACHE_PATH = 'entities.json'
# Caches

ORACLE_CACHE_PATH = 'cache/oracle_cache.json'
QUERY_ENTITY_CACHE_PATH = 'cache/query_entity_cache.json'
CONNECTION_CACHE_PATH = 'cache/connection_cache.json'
ENTITY_SCORE_CACHE_PATH = 'cache/entities.json'
3 changes: 3 additions & 0 deletions print_profile.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import pstats
p = pstats.Stats('profile_output')
p.strip_dirs().sort_stats('cumulative').print_stats()
87 changes: 0 additions & 87 deletions target_predicted.json

This file was deleted.

0 comments on commit d007c2c

Please sign in to comment.