We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d3437 commit 8155d81Copy full SHA for 8155d81
1 file changed
README.md
@@ -30,4 +30,12 @@ python test.py
30
- Merges most frequent pairs iteratively
31
- Outputs vocabulary and merge operations
32
33
-Core algorithm in Rust for speed. Python handles I/O and orchestration.
+Core algorithm in Rust for speed. Python handles I/O and orchestration.
34
+
35
+## Future Work
36
37
+- [ ] fix linked-array implementation.
38
39
+## Acknowledgements
40
41
+Made while following CS336.
0 commit comments