Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Adds log-linear weighting of features for disambiguation #390

Open
wants to merge 62 commits into
base: development
Choose a base branch
from

Commits on Mar 20, 2016

  1. migrating to scala 2.10

    tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    3f62f2f View commit details
    Browse the repository at this point in the history
  2. add dependencies for new breeze version

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    839e41e View commit details
    Browse the repository at this point in the history
  3. started vector model wrapper in contextsimilarity interface, added br…

    …eeze 0.10 dependency
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    99095bb View commit details
    Browse the repository at this point in the history
  4. VectorContextSimilarity partly implemented with basic vector model fu…

    …nctionality
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    c44546b View commit details
    Browse the repository at this point in the history
  5. fixed dependencies, but mvn package still fails.

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    d063627 View commit details
    Browse the repository at this point in the history
  6. Seems that I was misusing breeze. core now compiles but is untested

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    b16b760 View commit details
    Browse the repository at this point in the history
  7. adding scala actors

    tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    4a7ac33 View commit details
    Browse the repository at this point in the history
  8. add dependencies for new breeze version

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    b8a5030 View commit details
    Browse the repository at this point in the history
  9. started vector model wrapper in contextsimilarity interface, added br…

    …eeze 0.10 dependency
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    0f9894a View commit details
    Browse the repository at this point in the history
  10. VectorContextSimilarity partly implemented with basic vector model fu…

    …nctionality
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    ce93716 View commit details
    Browse the repository at this point in the history
  11. fixed dependencies, but mvn package still fails.

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    d537800 View commit details
    Browse the repository at this point in the history
  12. Seems that I was misusing breeze. core now compiles but is untested

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    ad2491e View commit details
    Browse the repository at this point in the history
  13. trying to fix breeze errors

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    58b99de View commit details
    Browse the repository at this point in the history
  14. everything builds now

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    a95776a View commit details
    Browse the repository at this point in the history
  15. use vector context similarity

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    841584f View commit details
    Browse the repository at this point in the history
  16. disregard, just testing

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    292ee27 View commit details
    Browse the repository at this point in the history
  17. fix paths

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    e5ea9d4 View commit details
    Browse the repository at this point in the history
  18. Integrated VectorContextSimilarity to the point where it's basically …

    …working and we can run disambiguations. Also using camel case now ;)
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    51c792f View commit details
    Browse the repository at this point in the history
  19. work in progress: building memorystore for vector models, and refacto…

    …ring VectorContextSimilarity accordingly
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    ef353aa View commit details
    Browse the repository at this point in the history
  20. finishing up implementation of memorystore for vector models. impleme…

    …nted vector store building in createspotlightmodel
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    f89a80f View commit details
    Browse the repository at this point in the history
  21. edited .gitignore

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    3f2ad3b View commit details
    Browse the repository at this point in the history
  22. implemented vector model store including model creation

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    0444238 View commit details
    Browse the repository at this point in the history
  23. evaluation and vector store indexing implemented

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    9a1db6f View commit details
    Browse the repository at this point in the history
  24. working on training data generation for RankLib

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    cbd8250 View commit details
    Browse the repository at this point in the history
  25. undo some unneeded changes from before

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    5fbd072 View commit details
    Browse the repository at this point in the history
  26. added RankLib training data generation as a side effect of evaluation

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    2c194e4 View commit details
    Browse the repository at this point in the history
  27. basic log-linear model weighting implemented (gives a small performan…

    …ce boost)+
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    6114561 View commit details
    Browse the repository at this point in the history
  28. work in progress: LLM training integration into index

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    00b6169 View commit details
    Browse the repository at this point in the history
  29. refactored LLM training to separate script

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    9cdb668 View commit details
    Browse the repository at this point in the history
  30. updated ranklib training data generation

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    20ac1cc View commit details
    Browse the repository at this point in the history
  31. update ranklib model creation. Training data generation works, but sc…

    …ript isn't fully running yet
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    2ab209d View commit details
    Browse the repository at this point in the history
  32. RanklibTrainingDataWriter bug fixed, llm weights training implemented

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    2c0a2b0 View commit details
    Browse the repository at this point in the history
  33. integrated LLM training as option into index_db.sh

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    4db1012 View commit details
    Browse the repository at this point in the history
  34. made run_server executable

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    4018540 View commit details
    Browse the repository at this point in the history
  35. add dependencies for new breeze version

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    5cfcf7f View commit details
    Browse the repository at this point in the history
  36. add dependencies for new breeze version

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    9e1c13a View commit details
    Browse the repository at this point in the history
  37. trying to fix breeze errors

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    f2b0718 View commit details
    Browse the repository at this point in the history
  38. everything builds now

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    727c322 View commit details
    Browse the repository at this point in the history
  39. use vector context similarity

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    e22733d View commit details
    Browse the repository at this point in the history
  40. Integrated VectorContextSimilarity to the point where it's basically …

    …working and we can run disambiguations. Also using camel case now ;)
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    8162a2d View commit details
    Browse the repository at this point in the history
  41. work in progress: building memorystore for vector models, and refacto…

    …ring VectorContextSimilarity accordingly
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    3919e7c View commit details
    Browse the repository at this point in the history
  42. finishing up implementation of memorystore for vector models. impleme…

    …nted vector store building in createspotlightmodel
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    1a07e8d View commit details
    Browse the repository at this point in the history
  43. working on training data generation for RankLib

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    ddeb717 View commit details
    Browse the repository at this point in the history
  44. undo some unneeded changes from before

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    069495d View commit details
    Browse the repository at this point in the history
  45. added RankLib training data generation as a side effect of evaluation

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    3941b8e View commit details
    Browse the repository at this point in the history
  46. basic log-linear model weighting implemented (gives a small performan…

    …ce boost)+
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    bef2a03 View commit details
    Browse the repository at this point in the history
  47. work in progress: LLM training integration into index

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    f7ef127 View commit details
    Browse the repository at this point in the history
  48. refactored LLM training to separate script

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    5430db4 View commit details
    Browse the repository at this point in the history
  49. updated ranklib training data generation

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    d4de688 View commit details
    Browse the repository at this point in the history
  50. update ranklib model creation. Training data generation works, but sc…

    …ript isn't fully running yet
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    2523b7a View commit details
    Browse the repository at this point in the history
  51. RanklibTrainingDataWriter bug fixed, llm weights training implemented

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    21d6171 View commit details
    Browse the repository at this point in the history
  52. integrated LLM training as option into index_db.sh

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    fabf86d View commit details
    Browse the repository at this point in the history
  53. made llm mixture weights loading optional

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    86a95fe View commit details
    Browse the repository at this point in the history
  54. added new features to LLM model, but there are still some details lef…

    …t to be worked out here. Also added a standalone w2v model file converter.
    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    0d09881 View commit details
    Browse the repository at this point in the history
  55. saving all progress on new features and LLM training

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    6b672cd View commit details
    Browse the repository at this point in the history
  56. only use vectorcontextsimilarity if we can actually load it here

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    2b9205b View commit details
    Browse the repository at this point in the history
  57. fixing errors that were introduced in the rebase

    Philipp Dowling authored and tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    44fdfb7 View commit details
    Browse the repository at this point in the history
  58. General cleanup in preparation for PR to @tgalery's new branch. This …

    …re-introduces lost changes from the last commit of my original PR branch.
    phdowling committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    f1e5318 View commit details
    Browse the repository at this point in the history
  59. Merge pull request #1 from phdowling/feature/gsoc-llm-hopefully-final

    Re-introduce lost changes from the last commit of my original PR branch.
    tgalery committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    f649c4d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

  1. Configuration menu
    Copy the full SHA
    beff993 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. removing unecessary .sh files

    tgalery committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    b80397b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c807e63 View commit details
    Browse the repository at this point in the history