We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to create a gramma for Chinese? Any doc for the gramma syntax?
The text was updated successfully, but these errors were encountered:
It should be possible to create a grammar for Chinese. Someone has done one for Italian, and I believe someone is currently working on one for French.
The grammar syntax is based on the Joshua format: https://joshua.incubator.apache.org/6.0/file-formats.html In short, each line should look like: nonterminal ||| tokens ||| operators The valid operators are defined in: https://github.com/clulab/timenorm/blob/master/src/main/scala/info/bethard/timenorm/scfg/parse/TemporalParse.scala Sorry it's not better documented, but hopefully by looking at the English grammar you can get a bit of an idea. Feel free to follow up if you have specific questions.
nonterminal ||| tokens ||| operators
Sorry, something went wrong.
Thanks, i will try to understand the English grammar.
No branches or pull requests
Is it possible to create a gramma for Chinese?
Any doc for the gramma syntax?
The text was updated successfully, but these errors were encountered: