Skip to content

Commit

Permalink
Merge pull request CogComp#703 from CogComp/danyaljj-patch-3
Browse files Browse the repository at this point in the history
Minor updates to Edison readme.
  • Loading branch information
Daniel Khashabi authored Oct 21, 2018
2 parents 3577152 + 6ed3aaa commit e98514b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edison/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CogComp Edison

*Edison* is a feature extraction framework that uses the data structures of [cogcomp-core-utilities](../core-utilities/README.md)
*Edison* is a feature extraction framework that uses the data structures of [core-utilities](../core-utilities/README.md)
to extract features used in NLP applications.
We can define functions for feature extraction that use the tokens and one or more views.
This enables us to not only develop feature sets like words, n-grams, paths in parse trees, which work with a single view,
Expand Down Expand Up @@ -63,7 +63,7 @@ file in order to be used by any learning software that supports it using the met
## List of pre-defined feature extractors
To see the set of pre-defined feature extractors along
with their description and the `FeatureExtractor` that implements
them please visit our [Edison search interface](http://legolas.cs.illinois.edu:5900).
them.

### Bias feature
The keyword `bias` in a `.fex` specification includes a feature
Expand Down

0 comments on commit e98514b

Please sign in to comment.