70 likes | 234 Views
Simplicial Complex based on output of Oracle team. Presented by: Kai Zhu Professor: Dr. T.Y. Lin Class ID: 220. Intro Input and output Convert words to numbers Conclusion. Input: OR Output Pairs.txt OR Output Trips.txt OR Output Quads.txt OR Output Quins.txt Output:
E N D
Simplicial Complex based on output of Oracle team Presented by: Kai Zhu Professor: Dr. T.Y. Lin Class ID: 220
Intro • Input and output • Convert words to numbers • Conclusion
Input: • OR Output Pairs.txt • OR Output Trips.txt • OR Output Quads.txt • OR Output Quins.txt Output: • SC Input Pairs.txt • SC Input Trips.txt • SC Input Quads.txt • SC Input Quins.txt
Convert index to numbers • For example, if the input is two pairs: hi there 1 there is 1 If “there” is the same word, the output will be the following (notice the extra spaces): • 1 2 1 • 2 3 1
In other words, if it’s triplets: INPUT word1 (space) word2 (space) word3 numOccurances OUTPUT number1 (space) number2 (space) number3 numOccurances