Skip to content

Commit

Permalink
Task 155: Count number of nouns/verbs in the given sentence (#92)
Browse files Browse the repository at this point in the history
* adding time travel tasks

* removing timetravel

* adding task for couning number of nouns/verbs in a sentence
  • Loading branch information
nrjvarshney authored Aug 16, 2021
1 parent 8850e21 commit e840340
Show file tree
Hide file tree
Showing 2 changed files with 39,034 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ Name | Summary | Category
`task152_tomqa_find_location_easy_noise.json` | Given an easy story with distractor sentences, answer the question regarding the location of an object. | Answer Generation
`task153_tomqa_find_location_hard_clean.json` | Given a hard story, answer the question regarding the location of an object. | Answer Generation
`task154_tomqa_find_location_hard_noise.json` | Given a hard story with distractor sentences, answer the question regarding the location of an object. | Answer Generation
`task155_count_nouns_verbs.json` | Count number of nouns/verbs in the given sentence | Answer Generation
Loading

0 comments on commit e840340

Please sign in to comment.