reynoldsnlp / flair

fork from the FLAIR project at Tuebingen University
Other
2 stars 0 forks source link

Make resource locations consistent across platforms and implementations #18

Closed reynoldsnlp closed 5 years ago

reynoldsnlp commented 5 years ago

In other words, remove all absolute paths from code. This includes reading/writing weka models, reading/writing temporary MADAMIRA files, etc.

  1. The location of the source repository should not be assumed
  2. The location of the tomcat instance should not be assumed
  3. Tomcat can be configured to restart an instance when a new file is written inside webapps/, so this location should be avoided for writing.