-
Notifications
You must be signed in to change notification settings - Fork 29
Home
ziqizhang edited this page Apr 6, 2018
·
20 revisions
Click a link below or on the sidebar:
- Home: this page
- Quick start: walk through the distributed examples to get your JATE up and running in a few minutes
-
How JATE works (in a little more details): understanding the overall architecture of JATE and its relation with Apache Solr
- Using JATE as a library: how to include JATE as a library in your application
- Term candidate extraction: how to configure term candidate extraction
- Term candidate scoring: (to do) how to score and rank term candidates
- Output: (to do) how to gather/understand output of JATE
-
Extending JATE: (to do) for developers, here is what you need to understand to extend JATE
- Document format: (to do) how to support different document format
- Extending Term candidate extraction: (to do) how to support new types of term candidate extraction
- Extending Term candidate scoring: (to do) how to implement new scoring and ranking algorithms
- Example use cases: working examples and benchmarking, based on those reported in the paper
- Troubleshooting (common errors): if you have troubles getting JATE to work, read this section before creating an issue.
- Other useful links/reviews/citations