Skip to content

Releases: bjascob/amrlib

amrlib 0.2.0

28 Sep 12:46
Compare
Choose a tag to compare

Changes in Release 0.2.0

  • Added Rule Based Word Aligner
  • Changed AMRPlot() to get render_fn programatically for Windows compatibility
  • Changed AMRPlot() to take a "format" param and changed default to pdf
  • Added config options in amr_view to allow setting plotted graph format (ie.. pdf)
  • Changed model/parse_gsii/post_processor.py to graph_builder.py with rules and filtering
  • Documentation updates

amrlib 0.1.1

04 Sep 18:36
Compare
Choose a tag to compare

Changes in Release 0.1.1

  • Specify np.int64 in parse_gsii.data_loader for Windows Compatibility
    • Linux numpy arrays default to 64-bit where Windows defaults to 32
  • Update generate_t5.inference.generate() to filter out meta-data to avoid generating garbage
  • Update model parse_gsii to deserialize to RAM so GPU is not required to run
  • Removed all symlinks (in scripts for setup_run_dir.py file) and replace with the actual file
  • Changed spacy model in defaults.py to be en_core_web_sm
  • Updated requirements.txt / setup.py
  • Documentation updates

amrlib 0.1.0

02 Sep 19:16
Compare
Choose a tag to compare

Initial project release