Code Monkey home page Code Monkey logo

events's People

Contributors

kiankd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

events's Issues

File(s) missing (all_parsed_ecb+.npy)

As title, although there's only one file missing at present, I wonder if all the files under "npy_data" should be uploaded.
After checking simple_helpers.py, I also found that "conll_corefs" folder not included. Can you upload this as well? Thanks.

Here is the error message:

Traceback (most recent call last):
File "main.py", line 94, in
cd = load(events_only=False)
File "main.py", line 27, in load
coredocs = Documents.load(events_only=events_only)
File "/home/cychen/events/python/general_classes.py", line 148, in load
return np.load(helpers.NPY_DATA_DIR+('events_' if events_only else 'all_')+load_file)[0]
File "/home/cychen/venv/lib/python3.5/site-packages/numpy/lib/npyio.py", line 384, in load
fid = open(file, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/home/rldata/event_coreference_data/npy_data/all_parsed_ecb+.npy'

Files missing

All .txt files in main.py are not found, like ecb_plus_word_embeddings.txt,
ecb_plus_ners.txt, and so on. Can you upload the missing files? Thanks.

ps. when I ran "python main.py", it said that "No such file or directory: '../vocab_files/ecb_plus_word_embeddings.txt'"

typo in README.md

*.response.conll should change to *.response_conll
in these two lines:

  1. bash get_scores.sh MODEL_NAME.response.conll
  2. bash get_scores.sh ecb_plus_events_test_mention_based_WITHINDOC_.key_conll MODEL_NAME__within.response.conll

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.