README 833 B

1234567891011121314151617181920212223
  1. https://github.com/arademaker/openWordnet-PT/blob/master/wn-data-por.tab
  2. Latest version should also be at:
  3. * tab file from https://github.com/arademaker/wordnet-br/blob/master/wn-data-por.tab
  4. * license copied from https://github.com/arademaker/wordnet-br/blob/master/LICENSE
  5. wget https://github.com/arademaker/openWordnet-PT/raw/master/openMLWN/wn-data-por.tab
  6. wget https://github.com/arademaker/openWordnet-PT/raw/master/LICENSE
  7. wget https://github.com/arademaker/wordnet-br/raw/master/LICENSE
  8. wget https://github.com/arademaker/wordnet-br/raw/master/wn-data-por.tab
  9. The file no longer needs any post-processing.
  10. # The file is further processed as follows
  11. # grep -v \" wn-data-por.tab > wn-data-por-1.tab
  12. # sed 's/_/ /g' wn-data-por-1.tab > wn-data-por-2.tab
  13. # mv wn-data-por-2.tab wn-data-por.tab
  14. # rm wn-data-por-?.tab