Coding Week-2 Meeting
Attendees
- Gaurav Mishra
- Anupam Ghosh
- Michael C. Jaeger
- Shaheem Azmal
- Ayush Bhardwaj
- Vasudev Maduri
- Omar Mohamed
- Kaushlendra Pratap
- Shreya Singh
Discussions
- Using Nomos for baseline validation of generated text files of licenses and compare results.
- To improve regex expansion, different algorithms were discussed.
- Results from Markov were discussed and how to improve it so that coherent statements can be generated.
Week 2 Progress
- Generated Motosoto files using the Markov approach was validated using Nomos.
- Implementation of the "n-gram" approach on regex of different licenses so as to generate coherent regex statements.
- Extracted License header and regex from the STRINGS.in file and stored them in separate CSV files for SPDX and LT.
- Worksamples : License-Regex, GeneratedMotosotoLicense, FileGenerationUsingMarkov
Conclusion and Further Plans
Implement n-gram approach to Motosoto licenses, so that the performance of Markov and Ngram algorithms can be compared.