ChiefOfGxBxL
ChiefOfGxBxL
Hi there, I've been using textacy for at least a few months and it has helped me make significant progress on a few projects I'm working on! The `subject_verb_object_triples()` method...
Use the return object of each translator to store ❌ **errors** that occur in translating. Before any translation takes place, validation should be performed to check the input schema: -...
Allow users to use the tool via CLI commands instead of programmatically. **TODO:** * [x] Allow user to specify which translator/method to use if the file name is not standard...
CLI tool
Include a command-line interface so users can translate files without having to write code. We can use `npx` if the user does not want to install the tool.
E.g. `war3.exe -loadfile "path\to\map.w3x"` does not launch the map directly as it should. The desired behavior is that when `-loadfile` is specified, the path to the map file is read...