pub struct Cf {
pub name: String,
pub rank: u8,
}Expand description
A forward-looking center: an entity realized in an utterance with its grammatical-role-based salience rank (lower = more prominent).
Rank 0 corresponds to the Subject position; higher ranks correspond to Object (1), Indirect Object / Location (2), and Oblique (3+).
Fields§
§name: StringEntity name as passed to mention_entity or mention_entity_ranked.
rank: u8Grammatical-role-based rank (lower = more prominent). Rank 0 is Subject.
Trait Implementations§
impl Eq for Cf
impl StructuralPartialEq for Cf
Auto Trait Implementations§
impl Freeze for Cf
impl RefUnwindSafe for Cf
impl Send for Cf
impl Sync for Cf
impl Unpin for Cf
impl UnsafeUnpin for Cf
impl UnwindSafe for Cf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more