iamsystem
0.2.0
Usage
API Documentation
iamsystem
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
R
|
S
|
T
|
W
_
__init__() (iamsystem.Abbreviations method)
(iamsystem.BratEntity method)
(iamsystem.BratNote method)
(iamsystem.Entity method)
(iamsystem.Keyword method)
(iamsystem.Matcher method)
(iamsystem.Offsets method)
(iamsystem.SimStringWrapper method)
(iamsystem.spacy.IAMsystemSpacy method)
(iamsystem.spacy.IsStopSpacy method)
(iamsystem.spacy.SpacyTokenizer method)
(iamsystem.spacy.TokenSpacyAdapter method)
(iamsystem.Token method)
(iamsystem.TokenizerImp method)
A
Abbreviations (class in iamsystem)
add() (iamsystem.Abbreviations method)
(iamsystem.Stopwords method)
add_algo() (iamsystem.CacheFuzzyAlgos method)
add_annots() (iamsystem.BratDocument method)
add_entity() (iamsystem.BratDocument method)
add_fun_is_a_word_to_keep() (iamsystem.NegativeStopwords method)
add_fuzzy_algo() (iamsystem.Matcher method)
add_keyword() (iamsystem.Matcher method)
(iamsystem.Terminology method)
add_keywords() (iamsystem.Matcher method)
(iamsystem.Terminology method)
add_stopwords() (iamsystem.Matcher method)
add_tokenized_long_form() (iamsystem.Abbreviations method)
add_words() (iamsystem.NegativeStopwords method)
(iamsystem.SpellWiseWrapper method)
(iamsystem.WordNormalizer method)
annot_text() (iamsystem.Matcher method)
annot_tokens() (iamsystem.Matcher method)
Annotation (class in iamsystem)
asdict() (iamsystem.Keyword method)
B
BratDocument (class in iamsystem)
BratEntity (class in iamsystem)
BratNote (class in iamsystem)
BratWriter (class in iamsystem)
build() (iamsystem.Matcher class method)
C
CacheFuzzyAlgos (class in iamsystem)
CAVERPHONE_1 (iamsystem.ESpellWiseAlgo attribute)
CAVERPHONE_2 (iamsystem.ESpellWiseAlgo attribute)
ContextFreeAlgo (class in iamsystem)
COSINE (iamsystem.ESimStringMeasure attribute)
D
DICE (iamsystem.ESimStringMeasure attribute)
E
EDITEX (iamsystem.ESpellWiseAlgo attribute)
empty_cache() (iamsystem.CacheFuzzyAlgos method)
end (iamsystem.Annotation attribute)
english_tokenizer() (in module iamsystem)
entities_to_string() (iamsystem.BratDocument method)
Entity (class in iamsystem)
ESimStringMeasure (class in iamsystem)
ESpellWiseAlgo (class in iamsystem)
EXACT (iamsystem.ESimStringMeasure attribute)
F
french_tokenizer() (in module iamsystem)
fuzzy_algos (iamsystem.Matcher property)
FuzzyAlgo (class in iamsystem)
FuzzyRegex (class in iamsystem)
G
get_entities() (iamsystem.BratDocument method)
get_initial_state() (iamsystem.Matcher method)
get_keywords_unigrams() (iamsystem.Matcher method)
get_notes() (iamsystem.BratDocument method)
get_synonyms() (iamsystem.CacheFuzzyAlgos method)
(iamsystem.ContextFreeAlgo method)
(iamsystem.FuzzyAlgo method)
(iamsystem.Matcher method)
get_syns_of_token() (iamsystem.Abbreviations method)
(iamsystem.ContextFreeAlgo method)
(iamsystem.FuzzyRegex method)
(iamsystem.NormLabelAlgo method)
get_syns_of_word() (iamsystem.Abbreviations method)
(iamsystem.CacheFuzzyAlgos method)
(iamsystem.FuzzyRegex method)
(iamsystem.NormLabelAlgo method)
(iamsystem.SimStringWrapper method)
(iamsystem.SpellWiseWrapper method)
(iamsystem.WordNormalizer method)
get_tokens_algos() (iamsystem.Annotation method)
get_unigrams() (iamsystem.Terminology method)
I
IAMsystemSpacy (class in iamsystem.spacy)
IEntity (class in iamsystem)
IKeyword (class in iamsystem)
IOffsets (class in iamsystem)
is_stopword() (iamsystem.Matcher method)
(iamsystem.NoStopwords method)
(iamsystem.Stopwords method)
is_token_a_stopword() (iamsystem.IStopwords method)
(iamsystem.Matcher method)
(iamsystem.NegativeStopwords method)
(iamsystem.NoStopwords method)
(iamsystem.spacy.IsStopSpacy method)
IsStopSpacy (class in iamsystem.spacy)
IStopwords (class in iamsystem)
IToken (class in iamsystem)
ITokenizer (class in iamsystem)
J
JACCARD (iamsystem.ESimStringMeasure attribute)
K
kb_id (iamsystem.Entity attribute)
(iamsystem.IEntity attribute)
Keyword (class in iamsystem)
keywords (iamsystem.Annotation property)
(iamsystem.Matcher property)
(iamsystem.Terminology property)
L
label (iamsystem.Annotation attribute)
(iamsystem.IKeyword attribute)
(iamsystem.Keyword attribute)
LEVENSHTEIN (iamsystem.ESpellWiseAlgo attribute)
M
Matcher (class in iamsystem)
matcher (iamsystem.spacy.IAMsystemSpacy property)
max_distance (iamsystem.SpellWiseWrapper property)
max_nb_of_words (iamsystem.CacheFuzzyAlgos property)
N
NegativeStopwords (class in iamsystem)
NO_SYN (iamsystem.FuzzyAlgo attribute)
norm_label (iamsystem.Annotation attribute)
NormLabelAlgo (class in iamsystem)
NoStopwords (class in iamsystem)
notes_to_string() (iamsystem.BratDocument method)
O
Offsets (class in iamsystem)
OVERLAP (iamsystem.ESimStringMeasure attribute)
R
remove_nested_annots (iamsystem.Matcher property)
replace_annots() (in module iamsystem)
replace_pattern_in_keyword() (iamsystem.FuzzyRegex method)
rm_nested_annots() (in module iamsystem)
S
saveEntities() (iamsystem.BratWriter class method)
saveNotes() (iamsystem.BratWriter class method)
SimStringWrapper (class in iamsystem)
size (iamsystem.Terminology property)
SOUNDEX (iamsystem.ESpellWiseAlgo attribute)
SpacyTokenizer (class in iamsystem.spacy)
SpellWiseWrapper (class in iamsystem)
split_find_iter_closure() (in module iamsystem)
start (iamsystem.Annotation attribute)
Stopwords (class in iamsystem)
stopwords (iamsystem.Matcher property)
(iamsystem.Stopwords property)
T
Terminology (class in iamsystem)
to_brat_format() (iamsystem.Annotation method)
to_dict() (iamsystem.Annotation method)
to_string() (iamsystem.Annotation method)
Token (class in iamsystem)
token_matches_pattern() (iamsystem.FuzzyRegex method)
tokenize() (iamsystem.ITokenizer method)
(iamsystem.Matcher method)
(iamsystem.spacy.SpacyTokenizer method)
(iamsystem.TokenizerImp method)
tokenize_and_order_decorator() (in module iamsystem)
tokenizer (iamsystem.Matcher property)
TokenizerImp (class in iamsystem)
tokens (iamsystem.Annotation property)
TokenSpacyAdapter (class in iamsystem.spacy)
TYPE (iamsystem.BratNote attribute)
TYPOX (iamsystem.ESpellWiseAlgo attribute)
W
w (iamsystem.Matcher property)
word_to_syn() (iamsystem.FuzzyAlgo static method)
WordNormalizer (class in iamsystem)
words_seq_to_syn() (iamsystem.FuzzyAlgo static method)