Skip to content

Instantly share code, notes, and snippets.

@AaronNGray
Created May 23, 2025 17:18
Show Gist options
  • Save AaronNGray/166cf13ce222ac6c08631f1e038d9241 to your computer and use it in GitHub Desktop.
Save AaronNGray/166cf13ce222ac6c08631f1e038d9241 to your computer and use it in GitHub Desktop.
grobid-home/lib
├── lin-32
│   ├── ld-linux.so.2
│   ├── libc.so.6
│   ├── libgcc_s.so.1
│   ├── libm.so.6
│   ├── libstdc++.so.6
│   └── libwapiti.so
├── lin-64
│   ├── jep
│   │   └── libjep.so
│   ├── libcrfpp.so
│   └── libwapiti.so
├── lin_arm-64
│   ├── TODO
│   ├── jep
│   └── libwapiti.so
├── mac-64
│   └── libwapiti.dylib
├── mac_arm-64
│   └── libwapiti.dylib
├── win-32
│   └── libcrfpp.dll
└── win-64
└── libwapiti.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment