- Mar 26, 2024
-
-
Alice Brenon authored
-
- Mar 18, 2024
-
-
Alice Brenon authored
-
- Mar 02, 2024
-
-
Alice Brenon authored
-
- Feb 09, 2024
-
-
Alice Brenon authored
Convert the linearization script to take TSV as input and handle the structure itself, making it simpler to call
-
- Feb 08, 2024
-
-
Alice Brenon authored
Simplify compute-profile again to simply read from stdin and drop all the optparse-applicative + ReadMonad combo
-
Alice Brenon authored
-
Alice Brenon authored
-
- Jan 30, 2024
-
-
Alice Brenon authored
-
- Jan 29, 2024
-
-
Alice Brenon authored
-
Alice Brenon authored
-
- Jan 27, 2024
-
-
Alice Brenon authored
-
- Jan 26, 2024
-
-
Alice Brenon authored
-
- Jan 06, 2024
-
-
Alice Brenon authored
-
- Jan 05, 2024
-
-
Alice Brenon authored
-
- Jan 02, 2024
-
-
Alice Brenon authored
Improve scripts for profile computation: searching from (serialized) indexed trees, and using ranges to compact occurrences found
-
- Jan 01, 2024
-
-
Alice Brenon authored
Add types to represent indexed sentences and documents, effectively absorbing part of the work that was done during the search
-
- Dec 30, 2023
-
-
Alice Brenon authored
Add a script to serialize syntax trees computed from the .conllu files, copying part of the Conllu.Type types in the process to get a Generic instance for Serialization and to slightly improve structure by indexing features by name with a Map
-
- Dec 29, 2023
-
-
Alice Brenon authored
-
Alice Brenon authored
Lift some constraint on the monad in and use that to pass the config around as a Reader in the new profile extractor script
-
Alice Brenon authored
-
- Dec 27, 2023
-
-
Alice Brenon authored
-
- Dec 22, 2023
-
-
Alice Brenon authored
-
Alice Brenon authored
-
- Dec 13, 2023
-
-
Alice Brenon authored
-
- Dec 05, 2023
-
-
Alice Brenon authored
-
- Nov 22, 2023
-
-
Alice Brenon authored
-
Alice Brenon authored
-
Alice Brenon authored
-
Alice Brenon authored
A tiny script used to add the manually annotated label to a bunch of texts being prepared in a JSONL (to be used as input for prodigy)
-
Alice Brenon authored
-
Alice Brenon authored
-
- Nov 20, 2023
-
-
Alice Brenon authored
Add predictor for MultiBERT model, improve the trainer for the same model and expose the predicted score in the model's output
-
- Nov 17, 2023
-
-
Alice Brenon authored
-
Alice Brenon authored
Separate train script into one to train directly one classifier and one to train one binary classifier (accept/reject) for each discursive function
-
Alice Brenon authored
-
Alice Brenon authored
-
- Oct 30, 2023
-
-
Alice Brenon authored
-
- Sep 29, 2023
-
-
Alice Brenon authored
Add support for labeled data in input tsv and make the paralallel between conversions to and from prodigy's jsonl more obvious
-
- Sep 28, 2023
-
-
Alice Brenon authored
-
Alice Brenon authored
Temporary hack to be able to extract paragraph subcorpora as well article ones (TODO: expose something similar to readNamedTsv returning Either (Vector ParagraphRecord) (Vector ArticleRecord))
-