forked from ETS-Next-Gen/AWE_Components
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
1 / 41 of 4 issues completedLabels
refactorcode structuring/versions need attentioncode structuring/versions need attention
Description
As of right now, there are numerous tech-debt/readability-related issues with AWE_Components:
- documentation of the full set of Doc/Token features does not exist; there are fragments here and there in both AWE_Workbench and WritingObserver.
- need for clean, cohesive, decoupled code for the 5 extensions + utility function modules
- it is not fully clear where old models have to be used for existing features, and/or if they can be replaced by 1) a new/current spacy feature, or 2) a newer model
- wordseqprobServer needs to be integrated or replaced
- AWE_Info is not cleanly written, nor are there clear errors associated with it when things don't work out
- the use of transformations, filters, and summaryFeats is worked into AWE_Info in an awkward way (this should be redesigned)
This issue covers overarching problems with AWE_Components; further sub-issues will be made to address distinct problems listed above.
Sub-issues
Metadata
Metadata
Assignees
Labels
refactorcode structuring/versions need attentioncode structuring/versions need attention