lisja / KIK-LG211_HALM

Our group project for the course KIK-LG211 Building NLP Applications
2 stars 0 forks source link

#23 Project planning #23

Closed lisja closed 1 year ago

lisja commented 1 year ago

Copied the instructions from Moodle:

Plan the final project and make your notes on paper, on post-it notes, or on your computer. Then create issues in GitHub for the tasks that you have identified.

Perform the following steps:

  1. Identify the goal of your project: What does you team want to accomplish?

  2. Identify the tasks that need to be performed in order to complete your project. You can use post-it notes here, one note for each task.

  3. For every issue, estimate its relative size (= amount of work) according to the sizes used for T shirts: XXS, XS, S, M, L, XL, XXL. This is maybe still most easily done on post-it notes, rather than in GitHub.

  4. If you had done this before, you could use your past estimates of T-shirt sizes and compare them to how much time you spent on average on issues of a specific size. Now you don't have that, so it might be hard to produce time estimates. Let's stick with T-shirt size estimates only.

  5. Large issues are hard to handle, and they are probably not very well understood. In order to get a better grasp of your project, for any issue that is large (L, XL, or XXL), split it into multiple smaller issues. If this is not possible to do right away, because you don't have enough knowledge at the moment, please remember to come back to this task later.

  6. At some point create all the necessary issues in GitHub.

  7. Divide the labor. Assign the issues to individual members of your team. Do this in GitHub.

Our plan for the final project:

  1. The used data is English subtitles for at least 200 Naruto episodes. It has not only texts, but also time codes. The idea is that the user types something and as a result it shows every episode that was mentioned and maybe even exact time codes. For example to check when some particular character said what.

  2. & 3.

    • Improve the tokenization to deal with character names etc. M
    • Edit the output M
    • Make the UI look pretty (Get the Naruto logo working etc.) M
    • Word cloud, Heroes timeline to Flask L
    • Test for bugs L
  3. Doesn't need to be done / doesn't concern us

  4. We'll return to this later when this becomes current

  5. Done

    • Everyone: Test for bugs
    • @lisja: Tokenization
    • @haraldsDev: Word cloud etc.
    • @shimley: Edit the output
    • @mikzolot: UI