aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/NGram.py
AgeCommit message (Expand)Author
2024-04-02Cleaning initialization, enter and exit processes.Théo de la Hogue
2024-03-22Removing useless TypeVar. Removing useless dataclass.Théo de la Hogue
2024-03-21More work on new serialization system. Demo still not working.Théo de la Hogue
2024-03-21Major serialization mechanism rewriting. Still not working.Théo de la Hogue
2024-03-13changing license to GPLv3.Théo de la Hogue
2024-03-12Removing /usr/bin/env python from all sources except from utils scripts.Théo de la Hogue
2024-03-11Making timestamp as an optional PipelineStepMethod parameter required if the ...Théo de la Hogue
2024-01-24Refactoring logging architecture to enable user logging module loading.Théo de la Hogue
2024-01-23Defing PipelineStepObject and PipelineStepMethod to assess time execution. Re...Théo de la Hogue
2024-01-19Defining a new PipelineStep decorator to assess time execution and catch exce...Théo de la Hogue
2023-11-22Including code reference inside pipeline modules description.Théo de la Hogue
2023-08-29Improving gaze analysis modules documentation.Théo de la Hogue
2023-08-15Replacing __str__ representation by letter_sequence property.Théo de la Hogue
2023-07-03Looking for AOI/ScanPathAnalyzer properties to prepare analysis propery outpu...Théo de la Hogue
2023-06-28Loading scan path and aoi scan path analyszers from JSON file.Théo de la Hogue
2023-05-31Testing all gaze analysis algorithm. Unifying paper citation.Théo de la Hogue
2023-05-24Minor comment update.Théo de la Hogue
2023-05-23Counting ngram with letterThéo de la Hogue
2023-05-23Implementing and using NGram class.Théo de la Hogue