Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codykingham authored May 17, 2023
1 parent 4cccd63 commit a22b7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This project produces the following features:

## Production

The features are produced in [phrase_heads.ipynb](phrase_heads.ipynb). This notebook is run against BHSA version `c`. The choice to keep production within Jupyter notebooks is a strategic one. The heads feature will not be complete until the subphrase data model is fixed. This is because the data model behind subphrases suffers problems of incompleteness and inconsistency (see explanations below). While the vast majority of issues with heads has been solved, there will need to be continuous corrections, experimentation, and improvements. Furthermore, the in-depth analysis of these notebooks will be useful when underlying data changes in successive updates. Thus, it would be a mistake to hide the heads production in a .py script. For the time being, the production code should live together with the analysis and interactions available in a Jupyter notebook. The production of phrase_atom heads requires some modifications to the templates, and phrase_atoms present a whole new set of unique situations to account for.
The features are produced in [generate_phrase_heads.ipynb](generate_phrase_heads.ipynb). This notebook is run against BHSA versions `c` and `2021`.

## Use Case

Expand Down

0 comments on commit a22b7a1

Please sign in to comment.