yangheng commited on
Commit
10c9dff
·
verified ·
1 Parent(s): e6e5dd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -81,7 +81,7 @@ result_service = classifier("这部手机的性能差劲", text_pair="性能")
81
  result_service = classifier("这台汽车的引擎推力强劲", text_pair="引擎")
82
  ```
83
 
84
- ## Using PyABSA for End-to-End Analysis
85
  For a more powerful, end-to-end solution that handles both aspect term extraction and sentiment classification in a single call, you can use the PyABSA library. This is the very framework used to train and optimize this model.
86
 
87
  First, install PyABSA:
 
81
  result_service = classifier("这台汽车的引擎推力强劲", text_pair="引擎")
82
  ```
83
 
84
+ ## Using PyABSA or [Transformers](end2end_absa.py) for End-to-End Analysis
85
  For a more powerful, end-to-end solution that handles both aspect term extraction and sentiment classification in a single call, you can use the PyABSA library. This is the very framework used to train and optimize this model.
86
 
87
  First, install PyABSA: