write-math icon indicating copy to clipboard operation
write-math copied to clipboard

Create language model

Open MartinThoma opened this issue 10 years ago • 0 comments

A language model could vastly improve the classification performance.

To create one, I will parse

  • the (english) Wikipedia for <math>...</math>
  • the following LaTeX documents for align-environment, $...$, $$...$$ and \[...\], \(...\)
    • https://github.com/MartinThoma/LaTeX-examples/tree/master/documents/GeoTopo
    • https://github.com/MartinThoma/LaTeX-examples/tree/master/documents/Analysis%20I
    • https://github.com/MartinThoma/LaTeX-examples/tree/master/documents/Analysis%20II
    • https://github.com/MartinThoma/LaTeX-examples/tree/master/documents/Analysis%20III

MartinThoma avatar May 29 '14 11:05 MartinThoma