Skip to content

Resolve "Minimal mathtext number extractor without large multilabel classifier or pytorch"

Closes #116

In extactors.py create action to extract numbers from user text which returns {"user_numbers": [1.3, 1, 5]} context diff, dates

  • find mentions of mathtext in convohub
  • create mathtext package within convohub/quizbot
  • import from quizbot.mathtext.nlutils rather than mathtext.nlutils
  • delete pytorch and mathext dependencies in pyproject.toml
  • test, test, test (actions.extractors.extract_number())
Edited by Vlad Snisar

Merge request reports