File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-nlp-annotate" ,
3- "version" : " 0.3.11 " ,
3+ "version" : " 0.3.12 " ,
44 "homepage" : " https://universaldatatool.github.io/react-nlp-annotate/" ,
55 "main" : " ./dist/lib.js" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ export default function DocumentLabeler(props: LabelDocumentProps) {
2222 hotkeysEnabled = { props . hotkeysEnabled }
2323 labels = { props . labels }
2424 onSelectLabel = { ( labelId : string ) => {
25- console . log ( { labelId } )
2625 if ( props . multipleLabels ) {
2726 changeSelectedLabels ( selectedLabels . concat ( [ labelId ] ) )
2827 props . onChange ( selectedLabels . concat ( [ labelId ] ) )
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ export default function RelationshipAnnotator(
4949 : stringToSequence ( props . document ) . map ( withId )
5050 } )
5151
52- console . log ( sequence , relationships )
53-
5452 const labels = creatingRelationships
5553 ? props . relationshipLabels
5654 : props . entityLabels
You can’t perform that action at this time.
0 commit comments