Created
May 23, 2025 17:18
-
-
Save AaronNGray/166cf13ce222ac6c08631f1e038d9241 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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